FREE DEMO
SEARCH
Products
GAMS - The Modeling Language
GAMS MIRO
GAMS Engine
Documentation
GAMS
MIRO
Engine
Download
GAMS
MIRO
Engine
Support
Sales
Regular Price List
Academic Price List
Get a Quote
Get Maintenance
Buy Extended Support
Community
Sign-up for our Newsletter
Case Studies
The GAMSWORLD Forum
Meet us at a Conference
Read our GAMS Blog
Visit a GAMS Webinar
Take a GAMS Course
About Us
Company Information
The GAMS team
Career
Openings
Internships
Advisory Board
Search
×
Search
Case sensitive
Match whole word
GAMS Documentation
Model Library
MIRO Documentation
ENGINE Documentation
Website & Blog
All
User's Guide
Solvers
Tools
APIs
Release Notes
All
Model
Test
Data
EMP
API
FIN
NOA
PSOPT
42 (beta)
41 (latest)
40
39
38
37
36
35
34
33
32
31
30
29
28
27
26
25.1
Version:
Documentation
Preface
Release Notes
Installation and Licensing
Tutorials and Examples
GAMS Language and Environment
Solver Manuals
Tools Manuals
Application Programming Interfaces
Glossary
Bibliograhpy
Model Libraries
GAMS Model Library
GAMS Test Library
GAMS Data Library
GAMS EMP Library
GAMS API Library
FIN Library
NOA Library
PSOPT Library
Index
Help
Hide Table of Contents
Variables
transport_engine.py File Reference
Go to the source code of this file.
Variables
transport_engine.ws
= GamsWorkspace(system_directory = sys.argv[1])
string
transport_engine.model
= 'trnsport'
transport_engine.model_data_path
= os.path.join(ws.working_directory, model + '.zip')
transport_engine.arcname
string
transport_engine.stdout_filename
= 'log_stdout.txt'
list
transport_engine.arguments
= ['gdx=default']
transport_engine.data
= None
transport_engine.pf_file_name
= None
list
transport_engine.text_entries
= []
list
transport_engine.stream_entries
= []
transport_engine.inex_file
= None
transport_engine.configuration
transport_engine.temp_folder_path
transport_engine.namespace
= os.environ['ENGINE_NAMESPACE']
transport_engine.job_api_instance
= jobs_api.JobsApi(api_client)
transport_engine.create_job_response
transport_engine.token
= create_job_response.token
bool
transport_engine.finished
= False
int
transport_engine.time_spent
= 0
transport_engine.resp
= job_api_instance.pop_job_logs(token)
transport_engine.message
transport_engine.end
transport_engine.gdxfile
= zf.extract(model+".gdx", path=ws.working_directory)
transport_engine.result_db
= ws.add_database_from_gdx(os.path.join(ws.working_directory, gdxfile))