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 qp4.java.
◆ main()
static void qp4.main |
( |
String | argv[] | ) |
|
|
inlinestatic |
◆ name
qp4.name = os.path.basename(__file__)[:-3] |
◆ conopt
qp4.conopt = co.Conopt(name) |
◆ model
qp4.model = QPModelData() |
◆ msghdlr
◆ license_int_1
qp4.license_int_1 = os.environ.get('CONOPT_LICENSE_INT_1', None) |
◆ license_int_2
qp4.license_int_2 = os.environ.get('CONOPT_LICENSE_INT_2', None) |
◆ license_int_3
qp4.license_int_3 = os.environ.get('CONOPT_LICENSE_INT_3', None) |
◆ license_text
qp4.license_text = os.environ.get('CONOPT_LICENSE_TEXT', None) |
◆ coi_error
qp4.coi_error = conopt.solve() |
◆ retcode
The documentation for this class was generated from the following files:
- /builds/devel/conopt/conopt/examples/Java_1thread/qp4.java
- /builds/devel/conopt/conopt/examples/Python_1thread/qp4.py