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

Member Function Documentation

◆ main()

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

Definition at line 15 of file qp3.java.

Field Documentation

◆ name

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

Definition at line 114 of file qp3.py.

◆ conopt

qp3.conopt = pyconopt.Conopt(name)

Definition at line 116 of file qp3.py.

◆ model

qp3.model = QPModelData()

Definition at line 117 of file qp3.py.

◆ msghdlr

qp3.msghdlr = std.TutMessageHandler(name)

Definition at line 118 of file qp3.py.

◆ license_int_1

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

Definition at line 126 of file qp3.py.

◆ license_int_2

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

Definition at line 127 of file qp3.py.

◆ license_int_3

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

Definition at line 128 of file qp3.py.

◆ license_text

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

Definition at line 129 of file qp3.py.

◆ coi_error

qp3.coi_error = conopt.solve()

Definition at line 135 of file qp3.py.

◆ retcode

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

Definition at line 137 of file qp3.py.


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