XPRBrelation Methods
The XPRBrelation type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|   | add(Double) | 
       Adds a numeric value to the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | add(XPRBexpr) | 
       Adds another XPRB expression to the current XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | add(XPRBterm) | 
       Adds an XPRBterm term to the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | add(XPRBvar) | 
       Adds an XPRBvar variable to the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | addTerm(Double) | 
       Add a term involving a sole double to the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | addTerm(XPRBterm) | 
       Add a term involving an XPRBter, to the XPRB expression/ 
     (Inherited from XPRBexpr.) | 
|   | addTerm(XPRBvar) | 
       Add a term involving a sole XPRBvar to the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | addTerm(Double, XPRBvar) | 
       Add a term involving an XPRBvar and double to the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | addTerm(XPRBvar, Double) | 
       Add a term involving an XPRBvar and double to the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | addTerm(Double, XPRBvar, XPRBvar) | 
       Add a term involving two XPRBvars and a double to the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | addTerm(XPRBvar, XPRBvar, Double) | 
       Add a term involving two XPRBvars and a double to the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|  | assign | 
       Assign an XPRB expression to the current XPRBexpr. 
     (Inherited from XPRBexpr.) | 
|   | delTerm(XPRBvar) | 
       Removes terms of a specified XPRbvar from an XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | delTerm(XPRBvar, XPRBvar) | 
       Delete a term involving two XPRBvars from the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|  | Dispose | (Inherited from XPRBexpr.) | 
|  | Dispose(Boolean) | (Inherited from XPRBexpr.) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from XPRBexpr.) | 
|  | GetHashCode | 
       Serves as a hash function for a particular type. 
     (Inherited from Object.) | 
|   | getSol | 
       Evaluates the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | getType | 
       Return the type of the XPRBrelation. 
      | 
|  | GetType | 
       Gets the 
      Type of the current instance. 
     (Inherited from Object.) | 
|  | MemberwiseClone | 
       Creates a shallow copy of the current 
      Object. 
     (Inherited from Object.) | 
|   | mul(Double) | 
       Multiplies the XPRB expression by a coefficient d. 
     (Inherited from XPRBexpr.) | 
|  | mul(XPRBexpr) | 
       Multiply the XPRBexpr by another XPRBexpr. 
     (Inherited from XPRBexpr.) | 
|   | mul(Double, XPRBexpr) | 
       Multiplies an XPRB expression by a coefficient d. 
     (Inherited from XPRBexpr.) | 
|   | mul(XPRBexpr, XPRBexpr) | 
       Multiplies one XPRB expression by another. 
     (Inherited from XPRBexpr.) | 
|   | mul(XPRBexpr, Double) | 
       Multiplies an XPRB expression by a coefficient d. 
     (Inherited from XPRBexpr.) | 
|   | mul(XPRBterm, XPRBterm) | 
       Multiply two XPRBterms together to create an XPRBexpr. 
     (Inherited from XPRBexpr.) | 
|   | neg | 
       Negates the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|  | 
       Print out the XPRBrelation. 
      | |
|   | setTerm(Double) | 
       Adds a new numeric term to an XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | setTerm(Double, XPRBvar) | 
       Adds a new term to an XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | setTerm(XPRBvar, Double) | 
       Adds a new term to an XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | setTerm(Double, XPRBvar, XPRBvar) | 
       Set a new term in the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|   | setTerm(XPRBvar, XPRBvar, Double) | 
       Set a new term in the XPRB expression. 
     (Inherited from XPRBexpr.) | 
|  | sqr | (Inherited from XPRBexpr.) | 
|   | sqr(XPRBexpr) | 
       Square an XPRBexpr. 
     (Inherited from XPRBexpr.) | 
|   | sqr(XPRBterm) | 
       Square an XPRBterm to create an XPRBexpr. 
     (Inherited from XPRBexpr.) | 
|   | sqr(XPRBvar) | 
       Square an XPRBvar variable to create an XPRBexpr. 
     (Inherited from XPRBexpr.) | 
|  | ToString | 
       Returns the XPRBrelation in string format. 
     (Overrides XPRBexprToString.) | 
 See Also
See Also
 
