Loading...
Searching...
No Matches
transport_neos Namespace Reference

Variables

str xml
 
sys sys_dir = sys.argv[1] if len(sys.argv) > 1 else None
 
GamsWorkspace ws = GamsWorkspace(system_directory=sys_dir)
 
str model = "trnsport"
 
ssl ssl_context = ssl.create_default_context()
 
xmlrpc neos
 
 else :
 
 job_number
 
 password
 
int offset = 0
 
bool echo = True
 
str status = ""
 
 result = result.data.decode()
 
 end
 

Variable Documentation

◆ echo

bool transport_neos.echo = True

Definition at line 59 of file transport_neos.py.

◆ else

transport_neos.else :

Definition at line 46 of file transport_neos.py.

◆ end

transport_neos.end

Definition at line 69 of file transport_neos.py.

◆ job_number

transport_neos.job_number

Definition at line 51 of file transport_neos.py.

◆ model

str transport_neos.model = "trnsport"

Definition at line 26 of file transport_neos.py.

◆ neos

xmlrpc transport_neos.neos
Initial value:
1= xmlrpc.client.ServerProxy(
2 "https://neos-server.org:3333", context=ssl_context
3 )

Definition at line 35 of file transport_neos.py.

◆ offset

transport_neos.offset = 0

Definition at line 58 of file transport_neos.py.

◆ password

transport_neos.password

Definition at line 51 of file transport_neos.py.

◆ result

xmlrpc transport_neos.result = result.data.decode()

Definition at line 63 of file transport_neos.py.

◆ ssl_context

ssl transport_neos.ssl_context = ssl.create_default_context()

Definition at line 29 of file transport_neos.py.

◆ status

xmlrpc transport_neos.status = ""

Definition at line 60 of file transport_neos.py.

◆ sys_dir

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

Definition at line 23 of file transport_neos.py.

◆ ws

GamsWorkspace transport_neos.ws = GamsWorkspace(system_directory=sys_dir)

Definition at line 24 of file transport_neos.py.

◆ xml

str transport_neos.xml
Initial value:
1= r"""<document>
2<category>:category:</category>
3<solver>:solver:</solver>
4<inputType>GAMS</inputType>
5<email>:email:</email>
6<priority>short</priority>
7<model><![CDATA[:model:]]></model>
8<wantgdx><![CDATA[yes]]></wantgdx>
9<wantlog><![CDATA[yes]]></wantlog>
10<wantlst><![CDATA[yes]]></wantlst>
11</document>"""

Definition at line 10 of file transport_neos.py.