Functions | |
def | get_data_text () |
def | get_model_text () |
Variables | |
ws = GamsWorkspace(system_directory=sys.argv[1]) | |
engine_configuration | |
t3 = ws.add_job_from_string(get_data_text()) | |
gdx_file_path = os.path.join(ws.working_directory, "tdata.gdx") | |
opt = ws.add_options() | |
all_model_types | |
extra_model_files | |
engine_options | |
gams_options | |
dictionary | expected_levels |
cp = ws.add_checkpoint() | |
t3a = ws.add_job_from_string(get_data_text()) | |
t3b = ws.add_job_from_string(get_model_text()) | |
databases | |
out_db | |
checkpoint | |
list | bmultExpected |
t5 | |
j1 = ws.add_job_from_file("clad") | |
option_file1_path = os.path.join(ws.working_directory, "cplex.opt") | |
option_file2_path = os.path.join(ws.working_directory, "cplex.op2") | |
mip | |
optfile | |
solvelink | |
sw = StringIO() | |
opt_thread | |
float | prev_step = 0.0 |
log = sw.getvalue() | |
Function Documentation
◆ get_data_text()
def run_engine.get_data_text | ( | ) |
Definition at line 24 of file run_engine.py.
◆ get_model_text()
def run_engine.get_model_text | ( | ) |
Definition at line 50 of file run_engine.py.
Variable Documentation
◆ all_model_types
run_engine.all_model_types |
Definition at line 124 of file run_engine.py.
◆ bmultExpected
list run_engine.bmultExpected |
Definition at line 154 of file run_engine.py.
◆ checkpoint
run_engine.checkpoint |
Definition at line 149 of file run_engine.py.
◆ cp
run_engine.cp = ws.add_checkpoint() |
Definition at line 141 of file run_engine.py.
◆ databases
run_engine.databases |
Definition at line 149 of file run_engine.py.
◆ engine_configuration
run_engine.engine_configuration |
Definition at line 111 of file run_engine.py.
◆ engine_options
run_engine.engine_options |
Definition at line 127 of file run_engine.py.
◆ expected_levels
dictionary run_engine.expected_levels |
Definition at line 130 of file run_engine.py.
◆ extra_model_files
run_engine.extra_model_files |
Definition at line 126 of file run_engine.py.
◆ gams_options
run_engine.gams_options |
Definition at line 129 of file run_engine.py.
◆ gdx_file_path
run_engine.gdx_file_path = os.path.join(ws.working_directory, "tdata.gdx") |
Definition at line 118 of file run_engine.py.
◆ j1
run_engine.j1 = ws.add_job_from_file("clad") |
Definition at line 177 of file run_engine.py.
◆ log
run_engine.log = sw.getvalue() |
Definition at line 221 of file run_engine.py.
◆ mip
run_engine.mip |
Definition at line 195 of file run_engine.py.
◆ opt
run_engine.opt = ws.add_options() |
Definition at line 122 of file run_engine.py.
◆ opt_thread
run_engine.opt_thread |
Definition at line 202 of file run_engine.py.
◆ optfile
run_engine.optfile |
Definition at line 196 of file run_engine.py.
◆ option_file1_path
run_engine.option_file1_path = os.path.join(ws.working_directory, "cplex.opt") |
Definition at line 180 of file run_engine.py.
◆ option_file2_path
run_engine.option_file2_path = os.path.join(ws.working_directory, "cplex.op2") |
Definition at line 190 of file run_engine.py.
◆ out_db
run_engine.out_db |
Definition at line 149 of file run_engine.py.
◆ prev_step
float run_engine.prev_step = 0.0 |
Definition at line 208 of file run_engine.py.
◆ solvelink
run_engine.solvelink |
Definition at line 197 of file run_engine.py.
◆ sw
run_engine.sw = StringIO() |
Definition at line 199 of file run_engine.py.
◆ t3
run_engine.t3 = ws.add_job_from_string(get_data_text()) |
Definition at line 116 of file run_engine.py.
◆ t3a
run_engine.t3a = ws.add_job_from_string(get_data_text()) |
Definition at line 143 of file run_engine.py.
◆ t3b
run_engine.t3b = ws.add_job_from_string(get_model_text()) |
Definition at line 144 of file run_engine.py.
◆ t5
run_engine.t5 |
Definition at line 160 of file run_engine.py.
◆ ws
run_engine.ws = GamsWorkspace(system_directory=sys.argv[1]) |
Definition at line 102 of file run_engine.py.