Main program. A simple setup and call of CONOPT.
More...
|
static void | main (String argv[]) |
|
Main program. A simple setup and call of CONOPT.
Definition at line 14 of file qp3.java.
◆ main()
static void qp3.main |
( |
String | argv[] | ) |
|
|
inlinestatic |
◆ name
qp3.name = os.path.basename(__file__)[:-3] |
◆ conopt
qp3.conopt = co.Conopt(name) |
◆ model
qp3.model = QPModelData() |
◆ msghdlr
◆ license_int_1
qp3.license_int_1 = os.environ.get('CONOPT_LICENSE_INT_1', None) |
◆ license_int_2
qp3.license_int_2 = os.environ.get('CONOPT_LICENSE_INT_2', None) |
◆ license_int_3
qp3.license_int_3 = os.environ.get('CONOPT_LICENSE_INT_3', None) |
◆ license_text
qp3.license_text = os.environ.get('CONOPT_LICENSE_TEXT', None) |
◆ coi_error
qp3.coi_error = conopt.solve() |
◆ retcode
The documentation for this class was generated from the following files:
- /builds/devel/conopt/conopt/examples/Java_1thread/qp3.java
- /builds/devel/conopt/conopt/examples/Python_1thread/qp3.py