CONOPT
Loading...
Searching...
No Matches
qp4 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 = pyconopt.Conopt(name)
 
 model = QPModelData()
 
 msghdlr = std.TutMessageHandler(name)
 
 license_int_1 = os.environ.get('LICENSE_INT_1', None)
 
 license_int_2 = os.environ.get('LICENSE_INT_2', None)
 
 license_int_3 = os.environ.get('LICENSE_INT_3', None)
 
 license_text = os.environ.get('LICENSE_TEXT', None)
 
 coi_error = conopt.solve()
 
 retcode = std.checkSolve(conopt, 59978.0, coi_error, 0.001)
 

Detailed Description

Main program. A simple setup and call of CONOPT.

Definition at line 14 of file qp4.java.

Member Function Documentation

◆ main()

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

Definition at line 15 of file qp4.java.

Field Documentation

◆ name

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

Definition at line 129 of file qp4.py.

◆ conopt

qp4.conopt = pyconopt.Conopt(name)

Definition at line 131 of file qp4.py.

◆ model

qp4.model = QPModelData()

Definition at line 132 of file qp4.py.

◆ msghdlr

qp4.msghdlr = std.TutMessageHandler(name)

Definition at line 133 of file qp4.py.

◆ license_int_1

qp4.license_int_1 = os.environ.get('LICENSE_INT_1', None)

Definition at line 141 of file qp4.py.

◆ license_int_2

qp4.license_int_2 = os.environ.get('LICENSE_INT_2', None)

Definition at line 142 of file qp4.py.

◆ license_int_3

qp4.license_int_3 = os.environ.get('LICENSE_INT_3', None)

Definition at line 143 of file qp4.py.

◆ license_text

qp4.license_text = os.environ.get('LICENSE_TEXT', None)

Definition at line 144 of file qp4.py.

◆ coi_error

qp4.coi_error = conopt.solve()

Definition at line 150 of file qp4.py.

◆ retcode

qp4.retcode = std.checkSolve(conopt, 59978.0, coi_error, 0.001)

Definition at line 152 of file qp4.py.


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