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