XPRBvar Operators
The XPRBvar type exposes the following members.
 Operators
Operators
| Name | Description | |
|---|---|---|
|    | Addition(Double, XPRBvar) | 
       Add an XPRBvar to a double. 
      | 
|    | Addition(XPRBterm, XPRBvar) | 
       Add an XPRBvar to an XPRBterm. 
      | 
|    | Addition(XPRBvar, XPRBterm) | 
       Add an XPRBterm to an XPRBvar. 
      | 
|    | Addition(XPRBvar, XPRBvar) | 
       Add an XPRBvar to an XPRBvar. 
      | 
|    | Addition(XPRBvar, Double) | 
       Add a double to an XPRBvar. 
      | 
|    | Equality(Double, XPRBvar) | 
       Create an XPRBrelation from an XPRBvar and a number 
      | 
|    | Equality(XPRBterm, XPRBvar) | 
       Create an XPRBrelation from an XPRBvar and an XPRBterm. 
      | 
|    | Equality(XPRBvar, XPRBterm) | 
       Create an XPRBrelation from an XPRBvar and an XPRBterm. 
      | 
|    | Equality(XPRBvar, XPRBvar) | 
       Create an XPRBrelation from two XPRBvars. 
      | 
|    | Equality(XPRBvar, Double) | 
       Create an XPRBrelation from an XPRBvar and a number. 
      | 
|    | GreaterThanOrEqual(Double, XPRBvar) | 
       Create an XPRBrelation from a number and an XPRBvar. 
      | 
|    | GreaterThanOrEqual(XPRBterm, XPRBvar) | 
       Create an XPRBrelation from an XPRBvar and an XPRBterm. 
      | 
|    | GreaterThanOrEqual(XPRBvar, XPRBterm) | 
       Create an XPRBrelation from an XPRBvar and an XPRBterm. 
      | 
|    | GreaterThanOrEqual(XPRBvar, XPRBvar) | 
       Create an XPRBrelation from two XPRBvars. 
      | 
|    | GreaterThanOrEqual(XPRBvar, Double) | 
       Create an XPRBrelation from an XPRBvar and a number. 
      | 
|   | Inequality(Double, XPRBvar) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|   | Inequality(XPRBterm, XPRBvar) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|   | Inequality(XPRBvar, XPRBterm) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|   | Inequality(XPRBvar, XPRBvar) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|   | Inequality(XPRBvar, Double) | 
       != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException. 
      | 
|    | LessThanOrEqual(Double, XPRBvar) | 
       Create an XPRBrelation from a number and an XPRBvar. 
      | 
|    | LessThanOrEqual(XPRBterm, XPRBvar) | 
       Create an XPRBrelation from an XPRBvar and an XPRBterm. 
      | 
|    | LessThanOrEqual(XPRBvar, XPRBterm) | 
       Create an XPRBrelation from an XPRBvar and an XPRBterm. 
      | 
|    | LessThanOrEqual(XPRBvar, XPRBvar) | 
       Create an XPRBrelation from two XPRBvars. 
      | 
|    | LessThanOrEqual(XPRBvar, Double) | 
       Create an XPRBrelation from an XPRBvar and a number. 
      | 
|    | Multiply(Double, XPRBvar) | 
       Multiply an XPRBvar by a double. 
      | 
|    | Multiply(XPRBexpr, XPRBvar) | 
       Multiply an XPRBexpr by an XPRBvar. 
      | 
|    | Multiply(XPRBterm, XPRBvar) | 
       Multiply an XPRBterm by an XPRBvar. 
      | 
|    | Multiply(XPRBvar, XPRBexpr) | 
       Multiply an XPRBexpr by an XPRBvar. 
      | 
|    | Multiply(XPRBvar, XPRBterm) | 
       Multiply an XPRBvar by an XPRBterm. 
      | 
|    | Multiply(XPRBvar, XPRBvar) | 
       Multiply an XPRBvar by an XPRBvar. 
      | 
|    | Multiply(XPRBvar, Double) | 
       Multiply an XPRBvar by a double. 
      | 
|    | Subtraction(Double, XPRBvar) | 
       Subtract an XPRBvar from a double. 
      | 
|    | Subtraction(XPRBterm, XPRBvar) | 
       Subtract an XPRBvar from an XPRBterm. 
      | 
|    | Subtraction(XPRBvar, XPRBterm) | 
       Subtract an XPRBterm from an XPRBvar. 
      | 
|    | Subtraction(XPRBvar, XPRBvar) | 
       Subtract an XPRBvar from an XPRBvar. 
      | 
|    | Subtraction(XPRBvar, Double) | 
       Subtract a double from an XPRBvar. 
      | 
|    | UnaryNegation | 
       Negate an XPRBvar. 
      | 
 See Also
See Also
 
