|
CONOPT
|
Main program. A simple setup and call of CONOPT. More...
Static Public Member Functions | |
| static void | main (String argv[]) |
Data Fields | |
| name = os.path.basename(__file__)[:-3] | |
| conopt = co.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) | |
Main program. A simple setup and call of CONOPT.
Definition at line 14 of file largebnd.java.
|
inlinestatic |
Definition at line 15 of file largebnd.java.
| largebnd.name = os.path.basename(__file__)[:-3] |
Definition at line 117 of file largebnd.py.
| largebnd.conopt = co.Conopt(name) |
Definition at line 119 of file largebnd.py.
| largebnd.model = TutModelData() |
Definition at line 120 of file largebnd.py.
| largebnd.msghdlr = std.TutMessageHandler(name) |
Definition at line 121 of file largebnd.py.
| largebnd.license_int_1 = os.environ.get('CONOPT_LICENSE_INT_1', None) |
Definition at line 129 of file largebnd.py.
| largebnd.license_int_2 = os.environ.get('CONOPT_LICENSE_INT_2', None) |
Definition at line 130 of file largebnd.py.
| largebnd.license_int_3 = os.environ.get('CONOPT_LICENSE_INT_3', None) |
Definition at line 131 of file largebnd.py.
| largebnd.license_text = os.environ.get('CONOPT_LICENSE_TEXT', None) |
Definition at line 132 of file largebnd.py.
| largebnd.coi_error = conopt.solve() |
Definition at line 146 of file largebnd.py.
| largebnd.retcode = std.checkSolve(conopt, 0.572943, coi_error) |
Definition at line 148 of file largebnd.py.