Functions | |
def | get_model_text () |
Variables | |
ws = GamsWorkspace(system_directory = sys.argv[1]) | |
cp = ws.add_checkpoint() | |
t5 = ws.add_job_from_string(get_model_text()) | |
checkpoint | |
list | bmultlist = [ 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3 ] |
Function Documentation
◆ get_model_text()
def transport5.get_model_text | ( | ) |
Definition at line 11 of file transport5.py.
Variable Documentation
◆ bmultlist
list transport5.bmultlist = [ 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3 ] |
Definition at line 77 of file transport5.py.
◆ checkpoint
transport5.checkpoint |
Definition at line 75 of file transport5.py.
◆ cp
transport5.cp = ws.add_checkpoint() |
Definition at line 71 of file transport5.py.
◆ t5
transport5.t5 = ws.add_job_from_string(get_model_text()) |
Definition at line 74 of file transport5.py.
◆ ws
transport5.ws = GamsWorkspace(system_directory = sys.argv[1]) |
Definition at line 67 of file transport5.py.