Functions | |
def | get_model_text () |
def | run_scenario (workspace, checkpoint, io_lock, b) |
Variables | |
ws = GamsWorkspace(system_directory = sys.argv[1]) | |
cp = ws.add_checkpoint() | |
t6 = 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 ] |
io_lock = threading.Lock() | |
dictionary | threads = {} |
target | |
run_scenario | |
args | |
Function Documentation
◆ get_model_text()
def transport6.get_model_text | ( | ) |
Definition at line 11 of file transport6.py.
◆ run_scenario()
def transport6.run_scenario | ( | workspace, | |
checkpoint, | |||
io_lock, | |||
b | |||
) |
Definition at line 61 of file transport6.py.
References run_scenario.
Variable Documentation
◆ args
transport6.args |
Definition at line 90 of file transport6.py.
◆ bmultlist
list transport6.bmultlist = [ 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3 ] |
Definition at line 84 of file transport6.py.
◆ checkpoint
transport6.checkpoint |
Definition at line 83 of file transport6.py.
◆ cp
transport6.cp = ws.add_checkpoint() |
Definition at line 79 of file transport6.py.
◆ io_lock
transport6.io_lock = threading.Lock() |
Definition at line 87 of file transport6.py.
◆ run_scenario
transport6.run_scenario |
Definition at line 90 of file transport6.py.
Referenced by run_scenario().
◆ t6
transport6.t6 = ws.add_job_from_string(get_model_text()) |
Definition at line 82 of file transport6.py.
◆ target
transport6.target |
Definition at line 90 of file transport6.py.
◆ threads
dictionary transport6.threads = {} |
Definition at line 88 of file transport6.py.
◆ ws
transport6.ws = GamsWorkspace(system_directory = sys.argv[1]) |
Definition at line 75 of file transport6.py.