CONOPT
Loading...
Searching...
No Matches
leastsq5 Class Reference

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)
 

Detailed Description

Main program. A simple setup and call of CONOPT.

Definition at line 14 of file leastsq5.java.

Member Function Documentation

◆ main()

static void leastsq5.main ( String argv[])
inlinestatic

Definition at line 15 of file leastsq5.java.

Field Documentation

◆ name

leastsq5.name = os.path.basename(__file__)[:-3]

Definition at line 190 of file leastsq5.py.

◆ conopt

leastsq5.conopt = co.Conopt(name)

Definition at line 192 of file leastsq5.py.

◆ model

leastsq5.model = LeastSqModelData(700, 500)

Definition at line 193 of file leastsq5.py.

◆ msghdlr

leastsq5.msghdlr = std.TutMessageHandler(name)

Definition at line 194 of file leastsq5.py.

◆ license_int_1

leastsq5.license_int_1 = os.environ.get('CONOPT_LICENSE_INT_1', None)

Definition at line 202 of file leastsq5.py.

◆ license_int_2

leastsq5.license_int_2 = os.environ.get('CONOPT_LICENSE_INT_2', None)

Definition at line 203 of file leastsq5.py.

◆ license_int_3

leastsq5.license_int_3 = os.environ.get('CONOPT_LICENSE_INT_3', None)

Definition at line 204 of file leastsq5.py.

◆ license_text

leastsq5.license_text = os.environ.get('CONOPT_LICENSE_TEXT', None)

Definition at line 205 of file leastsq5.py.

◆ coi_error

leastsq5.coi_error = conopt.solve()

Definition at line 219 of file leastsq5.py.

◆ retcode

leastsq5.retcode = std.checkSolve(conopt, 19.4443, coi_error, 0.001)

Definition at line 221 of file leastsq5.py.


The documentation for this class was generated from the following files: