CONOPT
Loading...
Searching...
No Matches
tutorial2str.py File Reference

Data Structures

class  tutorial2str.TutModelData
 

Variables

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