Loading...
Searching...
No Matches
TransportSeq Namespace Reference

Classes

class  Optimizer
 
class  Transport
 Wrapper class for GAMS trnsport model. More...
 
class  Transport1
 This is the 1st model in a series of tutorial examples. Here we show:

  • How to run a GAMSJob from file
  • How to specify the solver
  • How to run a job with a solver option file
  • How to capture the log output of a GamsJob
More...
 
class  Transport10
 This is the 10th model in a series of tutorial examples. Here we show:

  • How to fill a GAMSDatabase by reading from MS Excel
More...
 
class  Transport11
 This is the 11th model in a series of tutorial examples. Here we show:

  • How to create and use a save/restart file
More...
 
class  Transport12
 This is the 12th model in a series of tutorial examples. Here we show:

  • How to implement a GUSS approach using the GAMS API
More...
 
class  Transport13
 This is the 13th model in a series of tutorial examples. Here we show:

  • How to run a GAMSJob using a wrapper class to package a particular GAMS model
More...
 
class  Transport14
 This is the 14th model in a series of tutorial examples. Here we show:

  • How to run multiple GAMSJobs in parallel each using different scenario data
More...
 
class  Transport2
 This is the 2nd model in a series of tutorial examples. Here we show:

  • How to use include files to separate model and data
More...
 
class  Transport3
 This is the 3rd model in a series of tutorial examples. Here we show:

  • How to read data from string and export to GDX
  • How to run a job using data from GDX
  • How to run a job using implicit database communication
More...
 
class  Transport4
 This is the 4th model in a series of tutorial examples. Here we show:

  • How to define data using C# data structures
  • How to prepare a GAMSDatabase from C# data structures
More...
 
class  Transport5
 This is the 5th model in a series of tutorial examples. Here we show:

  • How to initialize a GAMSCheckpoint by running a GAMSJob
  • How to initialize a GAMSJob from a GAMSCheckpoint
More...
 
class  Transport6
 This is the 6th model in a series of tutorial examples. Here we show:

  • How to run multiple GAMSJobs in parallel using a GAMSCheckpoint
More...
 
class  Transport7
 This is the 7th model in a series of tutorial examples. Here we show:

  • How to create a GAMSModelInstance from a GAMSCheckpoint
  • How to modify a parameter of a GAMSModelInstance using GAMSModifier
  • How to modify a variable of a GAMSModelInstance using GAMSModifier
More...
 
class  Transport8
 This is the 8th model in a series of tutorial examples. Here we show:

  • How to use a queue to solve multiple GAMSModelInstances in parallel
More...
 
class  Transport9
 This is the 9th model in a series of tutorial examples. Here we show:

  • How to fill a GAMSDatabase by reading from MS Access
More...
 
class  TransportEngine
 This is an example how to run a GAMSJob on GAMS Engine using the run_engine method:

  • How to send along additional model files(besides the main file) How to provide additional Engine options How to use checkpoints with run_engine How to interrupt a GAMSJob running on GAMS Engine
More...
 
class  TransportGDX
 This example shows the use of the GAMSDatabase class for reading and writing GDX files. In particular this example shows:

  • How to fill a GAMSDatabase from C# data structures and export it to a GDX file
  • How to import a GDX file as a GAMSDatabase
More...