CONOPT
Loading...
Searching...
No Matches

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)
 

Detailed Description

Methods to query information about the model.

Function Documentation

◆ numVar()

int jconopt.ModelData.numVar ( )
inline

returns the number of variables in the model

Reimplemented from jconopt.ConoptModelData.

Definition at line 498 of file ModelData.java.

◆ numCons()

int jconopt.ModelData.numCons ( )
inline

returns the number of constraints in the model

Reimplemented from jconopt.ConoptModelData.

Definition at line 508 of file ModelData.java.

◆ numHessianNonzeros()

int jconopt.ModelData.numHessianNonzeros ( )
inline

returns the number of non-zeros in the Hessian

Reimplemented from jconopt.ConoptModelData.

Definition at line 518 of file ModelData.java.

◆ getVariable()

Variable jconopt.ModelData.getVariable ( int index)
inline

returns a reference to the variable object

Reimplemented from jconopt.ConoptModelData.

Definition at line 528 of file ModelData.java.

◆ getConstraint()

Constraint jconopt.ModelData.getConstraint ( int index)
inline

returns a reference to the constraint object

Reimplemented from jconopt.ConoptModelData.

Definition at line 538 of file ModelData.java.