Initializing help system before first use

XPRBvar Operators

The XPRBvar type exposes the following members.

Operators
  Name Description
Public operatorStatic memberCode example Addition(Double, XPRBvar)
Add an XPRBvar to a double.
Public operatorStatic memberCode example Addition(XPRBterm, XPRBvar)
Add an XPRBvar to an XPRBterm.
Public operatorStatic memberCode example Addition(XPRBvar, XPRBterm)
Add an XPRBterm to an XPRBvar.
Public operatorStatic memberCode example Addition(XPRBvar, XPRBvar)
Add an XPRBvar to an XPRBvar.
Public operatorStatic memberCode example Addition(XPRBvar, Double)
Add a double to an XPRBvar.
Public operatorStatic memberCode example Equality(Double, XPRBvar)
Create an XPRBrelation from an XPRBvar and a number
Public operatorStatic memberCode example Equality(XPRBterm, XPRBvar)
Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example Equality(XPRBvar, XPRBterm)
Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example Equality(XPRBvar, XPRBvar)
Create an XPRBrelation from two XPRBvars.
Public operatorStatic memberCode example Equality(XPRBvar, Double)
Create an XPRBrelation from an XPRBvar and a number.
Public operatorStatic memberCode example GreaterThanOrEqual(Double, XPRBvar)
Create an XPRBrelation from a number and an XPRBvar.
Public operatorStatic memberCode example GreaterThanOrEqual(XPRBterm, XPRBvar)
Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example GreaterThanOrEqual(XPRBvar, XPRBterm)
Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example GreaterThanOrEqual(XPRBvar, XPRBvar)
Create an XPRBrelation from two XPRBvars.
Public operatorStatic memberCode example GreaterThanOrEqual(XPRBvar, Double)
Create an XPRBrelation from an XPRBvar and a number.
Public operatorStatic member Inequality(Double, XPRBvar)
!= relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic member Inequality(XPRBterm, XPRBvar)
!= relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic member Inequality(XPRBvar, XPRBterm)
!= relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic member Inequality(XPRBvar, XPRBvar)
!= relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic member Inequality(XPRBvar, Double)
!= relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic memberCode example LessThanOrEqual(Double, XPRBvar)
Create an XPRBrelation from a number and an XPRBvar.
Public operatorStatic memberCode example LessThanOrEqual(XPRBterm, XPRBvar)
Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example LessThanOrEqual(XPRBvar, XPRBterm)
Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example LessThanOrEqual(XPRBvar, XPRBvar)
Create an XPRBrelation from two XPRBvars.
Public operatorStatic memberCode example LessThanOrEqual(XPRBvar, Double)
Create an XPRBrelation from an XPRBvar and a number.
Public operatorStatic memberCode example Multiply(Double, XPRBvar)
Multiply an XPRBvar by a double.
Public operatorStatic memberCode example Multiply(XPRBexpr, XPRBvar)
Multiply an XPRBexpr by an XPRBvar.
Public operatorStatic memberCode example Multiply(XPRBterm, XPRBvar)
Multiply an XPRBterm by an XPRBvar.
Public operatorStatic memberCode example Multiply(XPRBvar, XPRBexpr)
Multiply an XPRBexpr by an XPRBvar.
Public operatorStatic memberCode example Multiply(XPRBvar, XPRBterm)
Multiply an XPRBvar by an XPRBterm.
Public operatorStatic memberCode example Multiply(XPRBvar, XPRBvar)
Multiply an XPRBvar by an XPRBvar.
Public operatorStatic memberCode example Multiply(XPRBvar, Double)
Multiply an XPRBvar by a double.
Public operatorStatic memberCode example Subtraction(Double, XPRBvar)
Subtract an XPRBvar from a double.
Public operatorStatic memberCode example Subtraction(XPRBterm, XPRBvar)
Subtract an XPRBvar from an XPRBterm.
Public operatorStatic memberCode example Subtraction(XPRBvar, XPRBterm)
Subtract an XPRBterm from an XPRBvar.
Public operatorStatic memberCode example Subtraction(XPRBvar, XPRBvar)
Subtract an XPRBvar from an XPRBvar.
Public operatorStatic memberCode example Subtraction(XPRBvar, Double)
Subtract a double from an XPRBvar.
Public operatorStatic memberCode example UnaryNegation
Negate an XPRBvar.
Top
See Also