Wrapper class for GAMS trnsport model More...
Pulic Methods | |
| Transport (GAMSWorkspace ws) | |
| A Transportation Problem More... | |
| void | Run (GAMSCheckpoint checkpoint=null, TextWriter output=null) |
| Executes the trnsport model More... | |
Properties | |
| GAMSSet | i [get] |
| i(i): canning plants More... | |
| GAMSSet | j [get] |
| j(j): markets More... | |
| GAMSParameter | a [get] |
| a(i): capacity of plant i in cases More... | |
| GAMSParameter | b [get] |
| b(i): demand at market j in cases More... | |
| GAMSParameter | d [get] |
| d(i,j): distance in thousands of miles More... | |
| GAMSParameter | f [get] |
| f: freight in dollars per case per thousand miles More... | |
| GAMSVariable | x [get] |
| x(i,j): shipment quantities in cases More... | |
| GAMSVariable | z [get] |
| z: total transportation costs in thousands of dollars More... | |
| GAMSOptions | opt [get] |
| Options for the execution of the trnsport model More... | |
Detailed Description
Wrapper class for GAMS trnsport model
Definition at line 13 of file TransportClass.cs.
Constructors
◆ Transport()
|
inline |
A Transportation Problem
Definition at line 83 of file TransportClass.cs.
Methods
◆ Run()
|
inline |
Executes the trnsport model
Definition at line 108 of file TransportClass.cs.
Property Documentation
◆ a
|
get |
a(i): capacity of plant i in cases
Definition at line 138 of file TransportClass.cs.
◆ b
|
get |
b(i): demand at market j in cases
Definition at line 144 of file TransportClass.cs.
◆ d
|
get |
d(i,j): distance in thousands of miles
Definition at line 150 of file TransportClass.cs.
◆ f
|
get |
f: freight in dollars per case per thousand miles
Definition at line 156 of file TransportClass.cs.
◆ i
|
get |
i(i): canning plants
Definition at line 126 of file TransportClass.cs.
◆ j
|
get |
j(j): markets
Definition at line 132 of file TransportClass.cs.
◆ opt
|
get |
Options for the execution of the trnsport model
Definition at line 177 of file TransportClass.cs.
◆ x
|
get |
x(i,j): shipment quantities in cases
Definition at line 164 of file TransportClass.cs.
◆ z
|
get |
z: total transportation costs in thousands of dollars
Definition at line 170 of file TransportClass.cs.
