A B C D E F G L M N O P R S T U V 

S

scaling(CLP.SCALING) - Method in class com.quantego.clp.CLP
Define the parameter scaling defined by CLP.SCALING (default=OFF).
setConstraintBounds(CLPConstraint, Double, Double) - Method in class com.quantego.clp.CLP
Set constraint bounds.
setConstraintCoefficient(CLPConstraint, CLPVariable, Double) - Method in class com.quantego.clp.CLP
Set the left-hand side coefficient of a constraint.
setConstraintLowerBound(CLPConstraint, Double) - Method in class com.quantego.clp.CLP
Set constraint lower bound.
setConstraintName(CLPConstraint, String) - Method in class com.quantego.clp.CLP
 
setConstraintUpperBound(CLPConstraint, Double) - Method in class com.quantego.clp.CLP
Set constraint upper bound.
setLhs(CLPVariable, double) - Method in class com.quantego.clp.CLPConstraint
Set the left-hand side coefficient of the given variable.
setObjectiveCoefficient(CLPVariable, Double) - Method in class com.quantego.clp.CLP
Set the objective coefficient of the given variable.
setObjectiveOffset(Double) - Method in class com.quantego.clp.CLP
Set objective constant term.
setRhs(double) - Method in class com.quantego.clp.CLPConstraint
Set the right-hand side of this constraint.
setTerm(CLPVariable, double) - Method in class com.quantego.clp.CLPObjective
Set the coefficient of the given variable.
setTerm(double) - Method in class com.quantego.clp.CLPObjective
Set the coefficient of the given variable.
setVariableBounds(CLPVariable, Double, Double) - Method in class com.quantego.clp.CLP
Set variable bounds.
setVariableLowerBound(CLPVariable, Double) - Method in class com.quantego.clp.CLP
Set variable lower bound.
setVariableName(CLPVariable, String) - Method in class com.quantego.clp.CLP
 
setVariableUpperBound(CLPVariable, Double) - Method in class com.quantego.clp.CLP
Set variable upper bound.
smallestCoefficient(double) - Method in class com.quantego.clp.CLP
Set the smallest coefficient value considered as non-zero (default=1.e-10).
solve() - Method in class com.quantego.clp.CLP
Solve the optimization problem.
storeModel(String) - Method in class com.quantego.clp.CLP
Store the model in a proprietary CLP format.
A B C D E F G L M N O P R S T U V