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

Member Function Documentation

◆ main()

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

Definition at line 15 of file square2.java.

Field Documentation

◆ name

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

Definition at line 82 of file square2.py.

◆ conopt

square2.conopt = co.Conopt(name)

Definition at line 84 of file square2.py.

◆ model

square2.model = SquareModelData()

Definition at line 85 of file square2.py.

◆ msghdlr

square2.msghdlr = std.TutMessageHandler(name)

Definition at line 86 of file square2.py.

◆ license_int_1

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

Definition at line 97 of file square2.py.

◆ license_int_2

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

Definition at line 98 of file square2.py.

◆ license_int_3

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

Definition at line 99 of file square2.py.

◆ license_text

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

Definition at line 100 of file square2.py.

◆ coi_error

square2.coi_error = conopt.solve()

Definition at line 114 of file square2.py.


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