CONOPT
|
Public Member Functions | |
synchronized void | delete () |
Constraint (int idx, ConstraintType type, double bound, int slackstat) | |
void | setIndex (int value) |
int | getIndex () |
void | setConstype (ConstraintType value) |
ConstraintType | getConstype () |
void | setRhs (double value) |
double | getRhs () |
void | setSlackstatus (int value) |
int | getSlackstatus () |
Protected Member Functions | |
Constraint (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
static long | getCPtr (Constraint obj) |
static long | swigRelease (Constraint obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
the constraint data
This struct is used internally for supplying the variable data to CONOPT. The user is able to query this data from the ConoptModelData object. However, the user is not able to change the data after the variable has been added to CONOPT.
Definition at line 25 of file Constraint.java.
|
inlineprotected |
Definition at line 29 of file Constraint.java.
|
inline |
Definition at line 65 of file Constraint.java.
|
inlinestaticprotected |
Definition at line 34 of file Constraint.java.
|
inlinestaticprotected |
Definition at line 38 of file Constraint.java.
|
inlineprotected |
Definition at line 51 of file Constraint.java.
|
inline |
Definition at line 55 of file Constraint.java.
|
inline |
the index of the constraint in the problem
Definition at line 72 of file Constraint.java.
|
inline |
the index of the constraint in the problem
Definition at line 79 of file Constraint.java.
|
inline |
0: equality, 1: greater than or equal, 2: less than or equal, 3: free row
Definition at line 86 of file Constraint.java.
|
inline |
0: equality, 1: greater than or equal, 2: less than or equal, 3: free row
Definition at line 93 of file Constraint.java.
|
inline |
the right hand side of the constraint
Definition at line 100 of file Constraint.java.
|
inline |
the right hand side of the constraint
Definition at line 107 of file Constraint.java.
|
inline |
the initial status of the slacks. This depends on the COIDEF_IniStat setting.
Definition at line 114 of file Constraint.java.
|
inline |
the initial status of the slacks. This depends on the COIDEF_IniStat setting.
Definition at line 121 of file Constraint.java.
|
protected |
Definition at line 27 of file Constraint.java.