CONOPT
Loading...
Searching...
No Matches
largebnd 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 = TutModelData()
 
 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, 0.572943, coi_error)
 

Detailed Description

Main program. A simple setup and call of CONOPT.

Definition at line 14 of file largebnd.java.

Member Function Documentation

◆ main()

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

Definition at line 15 of file largebnd.java.

Field Documentation

◆ name

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

Definition at line 117 of file largebnd.py.

◆ conopt

largebnd.conopt = co.Conopt(name)

Definition at line 119 of file largebnd.py.

◆ model

largebnd.model = TutModelData()

Definition at line 120 of file largebnd.py.

◆ msghdlr

largebnd.msghdlr = std.TutMessageHandler(name)

Definition at line 121 of file largebnd.py.

◆ license_int_1

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

Definition at line 129 of file largebnd.py.

◆ license_int_2

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

Definition at line 130 of file largebnd.py.

◆ license_int_3

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

Definition at line 131 of file largebnd.py.

◆ license_text

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

Definition at line 132 of file largebnd.py.

◆ coi_error

largebnd.coi_error = conopt.solve()

Definition at line 146 of file largebnd.py.

◆ retcode

largebnd.retcode = std.checkSolve(conopt, 0.572943, coi_error)

Definition at line 148 of file largebnd.py.


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