A C D E F G I L M O P R S T U W

G

getClss() - Method in class org.gnu.glpk.GlpkSolver
Retrieve problem class
getColDual(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve dual value (reduced cost) of the structural variable (column) j
getColKind(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve kind of column j
getColLb(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve lower bound of column j
getColName(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve name of column j
getColPrim(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve primal value of the structural variable (column) j
getColStat(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve status of column j
getColType(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve type of column j
getColUb(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve upper bound of column j
getDualStat() - Method in class org.gnu.glpk.GlpkSolver
Retrieve dual status of the basic solution
getIntParm(int) - Method in class org.gnu.glpk.GlpkSolver
Query integer control parameter
getMatCol(int, int[], double[]) - Method in class org.gnu.glpk.GlpkSolver
Retrieve column j of the constraint matrix.
getMatRow(int, int[], double[]) - Method in class org.gnu.glpk.GlpkSolver
Retrieve row i of the constraint matrix.
getNumBin() - Method in class org.gnu.glpk.GlpkSolver
Retrieve number of binary columns
getNumCols() - Method in class org.gnu.glpk.GlpkSolver
Retrieve number of columns
getNumInt() - Method in class org.gnu.glpk.GlpkSolver
Retrieve number of integer columns
getNumNz() - Method in class org.gnu.glpk.GlpkSolver
Retrieve number of constraint coefficients (non-zero elements in constraint matrix)
getNumRows() - Method in class org.gnu.glpk.GlpkSolver
Retrieve number of rows
getObjCoef(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve objective function coefficient or constant term
getObjDir() - Method in class org.gnu.glpk.GlpkSolver
Retrieve optimization direction flag
getObjName() - Method in class org.gnu.glpk.GlpkSolver
Retrieve objective function name
getObjVal() - Method in class org.gnu.glpk.GlpkSolver
Retrieve current value of the objective function
getPrimStat() - Method in class org.gnu.glpk.GlpkSolver
Retrieve primal status of the basic solution
getProbName() - Method in class org.gnu.glpk.GlpkSolver
Retrieve problem name
getRayInfo() - Method in class org.gnu.glpk.GlpkSolver
Retrieve non-basic variable which causes unboundness
getRealParm(int) - Method in class org.gnu.glpk.GlpkSolver
Query real control parameter
getRowDual(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve dual value (reduced cost) of auxiliary variable associated with row i
getRowLb(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve lower bound of row i
getRowName(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve name of row i
getRowPrim(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve primal value of auxiliary variable of row i
getRowStat(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve status of row i
getRowType(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve type of row i
getRowUb(int) - Method in class org.gnu.glpk.GlpkSolver
Retrieve upper bound of row i
getStatus() - Method in class org.gnu.glpk.GlpkSolver
Retrieve generic status of the basic solution
GlpkHookIFC - Interface in org.gnu.glpk
Callback for handling printing and fault messages
GlpkSolver - Class in org.gnu.glpk
This is the core class of the Java Native Interface for GLPK 4.8.
GlpkSolver() - Constructor for class org.gnu.glpk.GlpkSolver
 
GlpkSolverKktConditions - Class in org.gnu.glpk
Used for checking the Karush-Kuhn-Tucker conditions.
GlpkSolverKktConditions() - Constructor for class org.gnu.glpk.GlpkSolverKktConditions
 

A C D E F G I L M O P R S T U W