CONOPT
Loading...
Searching...
No Matches
leastsq2 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 leastsq2.java.

Member Function Documentation

◆ main()

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

Definition at line 15 of file leastsq2.java.

Field Documentation

◆ name

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

Definition at line 193 of file leastsq2.py.

◆ conopt

leastsq2.conopt = co.Conopt(name)

Definition at line 195 of file leastsq2.py.

◆ model

leastsq2.model = LeastSqModelData(700, 500)

Definition at line 196 of file leastsq2.py.

◆ msghdlr

leastsq2.msghdlr = std.TutMessageHandler(name)

Definition at line 197 of file leastsq2.py.

◆ license_int_1

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

Definition at line 205 of file leastsq2.py.

◆ license_int_2

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

Definition at line 206 of file leastsq2.py.

◆ license_int_3

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

Definition at line 207 of file leastsq2.py.

◆ license_text

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

Definition at line 208 of file leastsq2.py.

◆ coi_error

leastsq2.coi_error = conopt.solve()

Definition at line 222 of file leastsq2.py.

◆ retcode

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

Definition at line 224 of file leastsq2.py.


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