CONOPT
Loading...
Searching...
No Matches
square 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 = SquareModelData()
 
 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()
 

Detailed Description

Main program. A simple setup and call of CONOPT.

Definition at line 14 of file square.java.

Member Function Documentation

◆ main()

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

Definition at line 15 of file square.java.

Field Documentation

◆ name

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

Definition at line 71 of file square.py.

◆ conopt

square.conopt = co.Conopt(name)

Definition at line 73 of file square.py.

◆ model

square.model = SquareModelData()

Definition at line 74 of file square.py.

◆ msghdlr

square.msghdlr = std.TutMessageHandler(name)

Definition at line 75 of file square.py.

◆ license_int_1

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

Definition at line 86 of file square.py.

◆ license_int_2

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

Definition at line 87 of file square.py.

◆ license_int_3

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

Definition at line 88 of file square.py.

◆ license_text

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

Definition at line 89 of file square.py.

◆ coi_error

square.coi_error = conopt.solve()

Definition at line 103 of file square.py.


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