CONOPT
Loading...
Searching...
No Matches
qp1 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 16 of file qp1.java.

Member Function Documentation

◆ main()

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

Definition at line 17 of file qp1.java.

Field Documentation

◆ name

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

Definition at line 89 of file qp1.py.

◆ conopt

qp1.conopt = pyconopt.Conopt(name)

Definition at line 91 of file qp1.py.

◆ model

qp1.model = QPModelData()

Definition at line 92 of file qp1.py.

◆ msghdlr

qp1.msghdlr = std.TutMessageHandler(name)

Definition at line 93 of file qp1.py.

◆ license_int_1

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

Definition at line 101 of file qp1.py.

◆ license_int_2

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

Definition at line 102 of file qp1.py.

◆ license_int_3

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

Definition at line 103 of file qp1.py.

◆ license_text

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

Definition at line 104 of file qp1.py.

◆ coi_error

qp1.coi_error = conopt.solve()

Definition at line 110 of file qp1.py.

◆ retcode

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

Definition at line 112 of file qp1.py.


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