Loading...
Searching...
No Matches
Package com.gams.examples.transport

Provides examples that demonstrate the use of the GAMS Java API on the simple transport model [trnsport] from the GAMS Model Library. More...

Classes

class  Transport1
 This example shows how to create and run a GAMSJob from the simple GAMS [trnsport] model from the GAMS Model Library. More...
 
class  Transport10
 This example demonstrates how to retrieve an input for GAMS Transport Model from an Excel file (transport.xls) using JExcelApi, a open source java API for reading/writing Excel (See http://jexcelapi.sourceforge.net/) and Apache POI, Apache Java API for the Microsoft Documents (https://poi.apache.org/). More...
 
class  Transport11
 This example shows how to create and use save/restart file. More...
 
class  Transport12
 This example demonstrates how to implement a GUSS approach using the GAMS Java API and the GAMS [trnsport] model from the GAMS Model Library. More...
 
class  Transport13
 This example demonstrates how to run a job via the wrapper model of a GAMS [trnsport] from the transportation problem based from the GAMS Model Library. More...
 
class  Transport14
 This example shows how to run multiple GAMSJobs in parallel each using different scenario. More...
 
class  Transport2
 This example shows how to include data files to run a job with the simple GAMS [trnsport] model from the GAMS Model Library. More...
 
class  Transport3
 This example shows how to set a non-default working directory, to read data from string, to export datbase to gdx, as well as to run a job using data from gdx. More...
 
class  Transport4
 This example shows how to prepare a GAMSDatabase from Java data structures. More...
 
class  Transport5
 This example shows how to initialize a GAMSJob from a GAMSCheckpoint. More...
 
class  Transport6
 This example shows how to run multiple GAMSJobs in parallel using a GAMSCheckpoint. More...
 
class  Transport7
 This example shows how to create a GAMSModelInstance from a GAMSCheckpoint and how to modify a parameter or a variable of a GAMSModelInstance using GAMSModifiler. More...
 
class  Transport8
 This example shows how to use a queue to solve multiple GAMSModelInstances in parallel. More...
 
class  Transport9
 This example demonstrates how to retrieve an input for GAMS Transport Model from a MSAccess file (transport.accdb) using standard JDBC library. More...
 
class  TransportEngine
 This example shows how to run a GAMSJob on GAMS Engine using the runEngine method (since GAMS 44): More...
 
class  TransportGDX
 This example shows the use of the GAMSDatabase class for reading and writing GDX files. More...
 
class  TransportGUI
 In this example a transportation is solved. More...
 
class  TransportModel
 This example shows the wrapper model of a transportation problem based on the simple GAMS [trnsport] model from the GAMS Model Library. More...
 

Detailed Description

Provides examples that demonstrate the use of the GAMS Java API on the simple transport model [trnsport] from the GAMS Model Library.