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

S

scaleProb() - Method in class org.gnu.glpk.GlpkSolver
Scale problem data
setClss(int) - Method in class org.gnu.glpk.GlpkSolver
Set (change) problem class
setColBnds(int, int, double, double) - Method in class org.gnu.glpk.GlpkSolver
Set (change) column bounds
setColKind(int, int) - Method in class org.gnu.glpk.GlpkSolver
Set (change) kind of column (structural variable) j
setColName(int, String) - Method in class org.gnu.glpk.GlpkSolver
Assign (change) column name
setColStat(int, int) - Method in class org.gnu.glpk.GlpkSolver
Set (change) status of column j
setHook(GlpkHookIFC) - Method in class org.gnu.glpk.GlpkSolver
Install a callback for handling printing and fault messages
setIntParm(int, int) - Method in class org.gnu.glpk.GlpkSolver
Set (change) integer control parameter
setMatCol(int, int, int[], double[]) - Method in class org.gnu.glpk.GlpkSolver
Set (replace) column j of the constraint matrix
setMatRow(int, int, int[], double[]) - Method in class org.gnu.glpk.GlpkSolver
Set (replace) row i of the constraint matrix
setObjCoef(int, double) - Method in class org.gnu.glpk.GlpkSolver
Set (change) objective coefficient or constant term
setObjDir(int) - Method in class org.gnu.glpk.GlpkSolver
Set (change) optimization direction flag.
setObjName(String) - Method in class org.gnu.glpk.GlpkSolver
Assign (change) the name of the objective funtion
setProbName(String) - Method in class org.gnu.glpk.GlpkSolver
Assign (change) LP problem name
setRealParm(int, double) - Method in class org.gnu.glpk.GlpkSolver
Set (change) real control parameter
setRowBnds(int, int, double, double) - Method in class org.gnu.glpk.GlpkSolver
Set (change) row bounds
setRowName(int, String) - Method in class org.gnu.glpk.GlpkSolver
Assign (change) row name
setRowStat(int, int) - Method in class org.gnu.glpk.GlpkSolver
Set (change) status of row i
simplex() - Method in class org.gnu.glpk.GlpkSolver
Solve LP problem using the simplex method
stdBasis() - Method in class org.gnu.glpk.GlpkSolver
Construct standard initial LP basis

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