setTerm Method
| Name | Description | |
|---|---|---|
| setTerm(Double) | 
      
       Set the constant term (= RHS value) of a cut. The RHS of the cut is set to the given constant. 
       | 
   |
| setTerm(XPRBvar) | 
      
       Set a cut term. This method sets the coefficient of a given variable to 1.0. 
       | 
   |
| setTerm(Double, XPRBvar) | 
      
       Set a cut term. This method sets the coefficient of a given variable to the value val. 
       | 
   |
| setTerm(XPRBvar, Double) | 
      
       Set a cut term. This method sets the coefficient of a given variable to the value val. 
       | 
   
