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

Member Function Documentation

◆ main()

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

Definition at line 15 of file leastsq10.java.

Field Documentation

◆ name

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

Definition at line 206 of file leastsq10.py.

◆ conopt

leastsq10.conopt = co.Conopt(name)

Definition at line 208 of file leastsq10.py.

◆ model

leastsq10.model = LeastSqModelData(700, 500)

Definition at line 209 of file leastsq10.py.

◆ msghdlr

leastsq10.msghdlr = std.TutMessageHandler(name)

Definition at line 210 of file leastsq10.py.

◆ license_int_1

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

Definition at line 218 of file leastsq10.py.

◆ license_int_2

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

Definition at line 219 of file leastsq10.py.

◆ license_int_3

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

Definition at line 220 of file leastsq10.py.

◆ license_text

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

Definition at line 221 of file leastsq10.py.

◆ coi_error

leastsq10.coi_error = conopt.solve()

Definition at line 235 of file leastsq10.py.

◆ retcode

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

Definition at line 237 of file leastsq10.py.


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