CONOPT
|
Data Structures | |
class | jconopt.Constraint |
class | jconopt.Variable |
Functions | |
int | jconopt.ModelData.numVar () |
int | jconopt.ModelData.numCons () |
int | jconopt.ModelData.numHessianNonzeros () |
Variable | jconopt.ModelData.getVariable (int index) |
Constraint | jconopt.ModelData.getConstraint (int index) |
Methods to query information about the model.
|
inline |
returns the number of variables in the model
Reimplemented from jconopt.ConoptModelData.
Definition at line 498 of file ModelData.java.
|
inline |
returns the number of constraints in the model
Reimplemented from jconopt.ConoptModelData.
Definition at line 508 of file ModelData.java.
|
inline |
returns the number of non-zeros in the Hessian
Reimplemented from jconopt.ConoptModelData.
Definition at line 518 of file ModelData.java.
|
inline |
returns a reference to the variable object
Reimplemented from jconopt.ConoptModelData.
Definition at line 528 of file ModelData.java.
|
inline |
returns a reference to the constraint object
Reimplemented from jconopt.ConoptModelData.
Definition at line 538 of file ModelData.java.