|
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 leastsq10.java.
|
inlinestatic |
Definition at line 15 of file leastsq10.java.
| leastsq10.name = os.path.basename(__file__)[:-3] |
Definition at line 206 of file leastsq10.py.
| leastsq10.conopt = co.Conopt(name) |
Definition at line 208 of file leastsq10.py.
| leastsq10.model = LeastSqModelData(700, 500) |
Definition at line 209 of file leastsq10.py.
| leastsq10.msghdlr = std.TutMessageHandler(name) |
Definition at line 210 of file leastsq10.py.
| leastsq10.license_int_1 = os.environ.get('CONOPT_LICENSE_INT_1', None) |
Definition at line 218 of file leastsq10.py.
| leastsq10.license_int_2 = os.environ.get('CONOPT_LICENSE_INT_2', None) |
Definition at line 219 of file leastsq10.py.
| leastsq10.license_int_3 = os.environ.get('CONOPT_LICENSE_INT_3', None) |
Definition at line 220 of file leastsq10.py.
| leastsq10.license_text = os.environ.get('CONOPT_LICENSE_TEXT', None) |
Definition at line 221 of file leastsq10.py.
| leastsq10.coi_error = conopt.solve() |
Definition at line 235 of file leastsq10.py.
| leastsq10.retcode = std.checkSolve(conopt, 19.4443, coi_error, 0.001) |
Definition at line 237 of file leastsq10.py.