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

Member Function Documentation

◆ main()

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

Definition at line 15 of file qp2.java.

Field Documentation

◆ name

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

Definition at line 105 of file qp2.py.

◆ conopt

qp2.conopt = pyconopt.Conopt(name)

Definition at line 107 of file qp2.py.

◆ model

qp2.model = QPModelData()

Definition at line 108 of file qp2.py.

◆ msghdlr

qp2.msghdlr = std.TutMessageHandler(name)

Definition at line 109 of file qp2.py.

◆ license_int_1

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

Definition at line 117 of file qp2.py.

◆ license_int_2

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

Definition at line 118 of file qp2.py.

◆ license_int_3

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

Definition at line 119 of file qp2.py.

◆ license_text

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

Definition at line 120 of file qp2.py.

◆ coi_error

qp2.coi_error = conopt.solve()

Definition at line 126 of file qp2.py.

◆ retcode

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

Definition at line 128 of file qp2.py.


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