Go to the source code of this file.
Functions | |
def | transport5.get_model_text () |
Variables | |
transport5.ws = GamsWorkspace(system_directory = sys.argv[1]) | |
transport5.cp = ws.add_checkpoint() | |
transport5.t5 = ws.add_job_from_string(get_model_text()) | |
transport5.checkpoint | |
list | transport5.bmultlist = [ 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3 ] |
Detailed Description
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
Definition in file transport5.py.