Loading...
Searching...
No Matches
clad Namespace Reference

Variables

sys sys_dir = sys.argv[1] if len(sys.argv) > 1 else None
 
GamsWorkspace ws = GamsWorkspace(system_directory=sys_dir)
 
GamsWorkspace job = ws.add_job_from_file("clad")
 
GamsWorkspace opt = ws.add_options()
 
 mip
 
 optfile
 
 solvelink
 
 threads
 
StringIO sw = StringIO()
 
Thread thread = Thread(target=job.run, args=(opt,), kwargs={"output": sw})
 
list steps = [(5.0, "epgap 0.1"), (10.0, "epgap 0.2"), (20.0, "epagap 1e9")]
 
float total_time = 0.0
 
StringIO log = sw.getvalue()
 

Variable Documentation

◆ job

GamsWorkspace clad.job = ws.add_job_from_file("clad")

Definition at line 29 of file clad.py.

◆ log

StringIO clad.log = sw.getvalue()

Definition at line 69 of file clad.py.

◆ mip

clad.mip

Definition at line 38 of file clad.py.

◆ opt

GamsWorkspace clad.opt = ws.add_options()

Definition at line 37 of file clad.py.

◆ optfile

clad.optfile

Definition at line 39 of file clad.py.

◆ solvelink

clad.solvelink

Definition at line 40 of file clad.py.

◆ steps

list clad.steps = [(5.0, "epgap 0.1"), (10.0, "epgap 0.2"), (20.0, "epagap 1e9")]

Definition at line 49 of file clad.py.

◆ sw

StringIO clad.sw = StringIO()

Definition at line 44 of file clad.py.

◆ sys_dir

sys clad.sys_dir = sys.argv[1] if len(sys.argv) > 1 else None

Definition at line 24 of file clad.py.

◆ thread

Thread clad.thread = Thread(target=job.run, args=(opt,), kwargs={"output": sw})

Definition at line 45 of file clad.py.

◆ threads

clad.threads

Definition at line 41 of file clad.py.

◆ total_time

s clad.total_time = 0.0

Definition at line 51 of file clad.py.

◆ ws

GamsWorkspace clad.ws = GamsWorkspace(system_directory=sys_dir)

Definition at line 25 of file clad.py.