Initializing help system before first use

setTerm Method

Overload List
  Name Description
Public methodCode example setTerm(Double)
Set the constant term (= RHS value) of a cut. The RHS of the cut is set to the given constant.
Public methodCode example setTerm(XPRBvar)
Set a cut term. This method sets the coefficient of a given variable to 1.0.
Public methodCode example setTerm(Double, XPRBvar)
Set a cut term. This method sets the coefficient of a given variable to the value val.
Public methodCode example setTerm(XPRBvar, Double)
Set a cut term. This method sets the coefficient of a given variable to the value val.
Top
See Also