Loading...
Searching...
No Matches
gt_example1 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("trnsport.gms")
 
gt m
 

Variable Documentation

◆ job

GamsWorkspace gt_example1.job = ws.add_job_from_file("trnsport.gms")

Definition at line 17 of file gt_example1.py.

◆ m

gt gt_example1.m
Initial value:
1= gt.Container(
2 os.path.join(ws.working_directory, job.out_db.name + ".gdx"), sys_dir
3 )

Definition at line 21 of file gt_example1.py.

◆ sys_dir

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

Definition at line 13 of file gt_example1.py.

◆ ws

GamsWorkspace gt_example1.ws = GamsWorkspace(system_directory=sys_dir)

Definition at line 14 of file gt_example1.py.