CONOPT
Loading...
Searching...
No Matches
tutorial2str Namespace Reference

Data Structures

class  TutModelData
 

Variables

 name = os.path.basename(__file__)[:-3]
 
 conopt = conoptpy.Conopt(name)
 
 model = TutModelData()
 
 msghdlr = std.TutMessageHandler(name)
 
 license_int_1 = os.environ.get('CONOPT_LICENSE_INT_1', None)
 
 license_int_2 = os.environ.get('CONOPT_LICENSE_INT_2', None)
 
 license_int_3 = os.environ.get('CONOPT_LICENSE_INT_3', None)
 
 license_text = os.environ.get('CONOPT_LICENSE_TEXT', None)
 
 coi_error = conopt.solve()
 
 retcode = std.checkSolve(conopt, 0.572943, coi_error)
 

Variable Documentation

◆ name

tutorial2str.name = os.path.basename(__file__)[:-3]

Definition at line 190 of file tutorial2str.py.

◆ conopt

tutorial2str.conopt = conoptpy.Conopt(name)

Definition at line 192 of file tutorial2str.py.

◆ model

tutorial2str.model = TutModelData()

Definition at line 193 of file tutorial2str.py.

◆ msghdlr

tutorial2str.msghdlr = std.TutMessageHandler(name)

Definition at line 194 of file tutorial2str.py.

◆ license_int_1

tutorial2str.license_int_1 = os.environ.get('CONOPT_LICENSE_INT_1', None)

Definition at line 202 of file tutorial2str.py.

◆ license_int_2

tutorial2str.license_int_2 = os.environ.get('CONOPT_LICENSE_INT_2', None)

Definition at line 203 of file tutorial2str.py.

◆ license_int_3

tutorial2str.license_int_3 = os.environ.get('CONOPT_LICENSE_INT_3', None)

Definition at line 204 of file tutorial2str.py.

◆ license_text

tutorial2str.license_text = os.environ.get('CONOPT_LICENSE_TEXT', None)

Definition at line 205 of file tutorial2str.py.

◆ coi_error

tutorial2str.coi_error = conopt.solve()

Definition at line 211 of file tutorial2str.py.

◆ retcode

tutorial2str.retcode = std.checkSolve(conopt, 0.572943, coi_error)

Definition at line 213 of file tutorial2str.py.