|
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 = LeastSqModelData(700, 500) | |
| 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, 19.4443, coi_error, 0.001) | |
Main program. A simple setup and call of CONOPT.
Definition at line 14 of file leastsq5.java.
|
inlinestatic |
Definition at line 15 of file leastsq5.java.
| leastsq5.name = os.path.basename(__file__)[:-3] |
Definition at line 190 of file leastsq5.py.
| leastsq5.conopt = co.Conopt(name) |
Definition at line 192 of file leastsq5.py.
| leastsq5.model = LeastSqModelData(700, 500) |
Definition at line 193 of file leastsq5.py.
| leastsq5.msghdlr = std.TutMessageHandler(name) |
Definition at line 194 of file leastsq5.py.
| leastsq5.license_int_1 = os.environ.get('CONOPT_LICENSE_INT_1', None) |
Definition at line 202 of file leastsq5.py.
| leastsq5.license_int_2 = os.environ.get('CONOPT_LICENSE_INT_2', None) |
Definition at line 203 of file leastsq5.py.
| leastsq5.license_int_3 = os.environ.get('CONOPT_LICENSE_INT_3', None) |
Definition at line 204 of file leastsq5.py.
| leastsq5.license_text = os.environ.get('CONOPT_LICENSE_TEXT', None) |
Definition at line 205 of file leastsq5.py.
| leastsq5.coi_error = conopt.solve() |
Definition at line 219 of file leastsq5.py.
| leastsq5.retcode = std.checkSolve(conopt, 19.4443, coi_error, 0.001) |
Definition at line 221 of file leastsq5.py.