XPRBexpr Methods
The XPRBexpr type exposes the following members.

Name | Description | |
---|---|---|
![]() ![]() |
add(Double) |
Adds a numeric value to the XPRB expression.
|
![]() ![]() |
add(XPRBexpr) |
Adds another XPRB expression to the current XPRB expression.
|
![]() ![]() |
add(XPRBterm) |
Adds an XPRBterm term to the XPRB expression.
|
![]() ![]() |
add(XPRBvar) |
Adds an XPRBvar variable to the XPRB expression.
|
![]() ![]() ![]() |
add(XPRBexpr, XPRBexpr) |
Adds two XPRB expressions.
|
![]() ![]() ![]() |
add(XPRBexpr, XPRBterm) |
Adds an XPRBterm to an XPRB expression.
|
![]() ![]() ![]() |
add(XPRBexpr, XPRBvar) |
Adds an XPRBvar to an XPRB expression.
|
![]() ![]() ![]() |
add(XPRBexpr, Double) |
Adds a double to an XPRB expression.
|
![]() ![]() |
addTerm(Double) |
Add a term involving a sole double to the XPRB expression.
|
![]() ![]() |
addTerm(XPRBterm) |
Add a term involving an XPRBter, to the XPRB expression/
|
![]() ![]() |
addTerm(XPRBvar) |
Add a term involving a sole XPRBvar to the XPRB expression.
|
![]() ![]() |
addTerm(Double, XPRBvar) |
Add a term involving an XPRBvar and double to the XPRB expression.
|
![]() ![]() |
addTerm(XPRBvar, Double) |
Add a term involving an XPRBvar and double to the XPRB expression.
|
![]() ![]() |
addTerm(Double, XPRBvar, XPRBvar) |
Add a term involving two XPRBvars and a double to the XPRB expression.
|
![]() ![]() |
addTerm(XPRBvar, XPRBvar, Double) |
Add a term involving two XPRBvars and a double to the XPRB expression.
|
![]() |
assign |
Assign an XPRB expression to the current XPRBexpr.
|
![]() ![]() |
delTerm(XPRBvar) |
Removes terms of a specified XPRbvar from an XPRB expression.
|
![]() ![]() |
delTerm(XPRBvar, XPRBvar) |
Delete a term involving two XPRBvars from the XPRB expression.
|
![]() |
Dispose | |
![]() |
Dispose(Boolean) | |
![]() |
Equals | (Inherited from Object.) |
![]() ![]() ![]() |
EqualTo(XPRBexpr, XPRBexpr) |
Create an XPRBrelation from two XPRBexprs. Equal to.
|
![]() ![]() ![]() |
EqualTo(XPRBexpr, XPRBterm) |
Create an XPRBrelation from an XPRBexpr and an XPRBterm. Equal to.
|
![]() ![]() ![]() |
EqualTo(XPRBexpr, XPRBvar) |
Create an XPRBrelation from an XPRBexpr and an XPRBvar. Equal to.
|
![]() ![]() ![]() |
EqualTo(XPRBexpr, Double) |
Create an XPRBrelation from an XPRBexpr and a double. Equal to.
|
![]() |
Finalize | (Overrides ObjectFinalize.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() ![]() |
getSol |
Evaluates the XPRB expression.
|
![]() |
GetType |
Gets the type of the current instance.
(Inherited from Object.) |
![]() ![]() ![]() |
GtEq(XPRBexpr, XPRBexpr) |
Create an XPRBrelation from two XPRBexprs. Greater than or equal to.
|
![]() ![]() ![]() |
GtEq(XPRBexpr, XPRBterm) |
Create an XPRBrelation from an XPRBexpr and an XPRBterm. Greater than or equal to.
|
![]() ![]() ![]() |
GtEq(XPRBexpr, XPRBvar) |
Create an XPRBrelation from an XPRBexpr and an XPRBvar. Greater than or equal to.
|
![]() ![]() ![]() |
GtEq(XPRBexpr, Double) |
Create an XPRBrelation from an XPRBexpr and a double. Greater than or equal to.
|
![]() ![]() ![]() |
LeEq(XPRBexpr, XPRBexpr) |
Create an XPRBrelation from two XPRBexprs. Less than or equal to.
|
![]() ![]() ![]() |
LeEq(XPRBexpr, XPRBterm) |
Create an XPRBrelation from an XPRBexpr and an XPRBterm. Less than or equal to.
|
![]() ![]() ![]() |
LeEq(XPRBexpr, XPRBvar) |
Create an XPRBrelation from an XPRBexpr and an XPRBvar. Less than or equal to.
|
![]() ![]() ![]() |
LeEq(XPRBexpr, Double) |
Create an XPRBrelation from an XPRBexpr and a double. Less than or equal to.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object.
(Inherited from Object.) |
![]() ![]() |
mul(Double) |
Multiplies the XPRB expression by a coefficient d.
|
![]() |
mul(XPRBexpr) |
Multiply the XPRBexpr by another XPRBexpr.
|
![]() ![]() |
mul(Double, XPRBexpr) |
Multiplies an XPRB expression by a coefficient d.
|
![]() ![]() |
mul(XPRBexpr, XPRBexpr) |
Multiplies one XPRB expression by another.
|
![]() ![]() |
mul(XPRBexpr, Double) |
Multiplies an XPRB expression by a coefficient d.
|
![]() ![]() |
mul(XPRBterm, XPRBterm) |
Multiply two XPRBterms together to create an XPRBexpr.
|
![]() ![]() |
neg |
Negates the XPRB expression.
|
![]() ![]() ![]() |
neg(XPRBexpr) |
Negates the XPRB expression.
|
![]() |
Print the XPRBexpr.
|
|
![]() ![]() |
setTerm(Double) |
Adds a new numeric term to an XPRB expression.
|
![]() ![]() |
setTerm(Double, XPRBvar) |
Adds a new term to an XPRB expression.
|
![]() ![]() |
setTerm(XPRBvar, Double) |
Adds a new term to an XPRB expression.
|
![]() ![]() |
setTerm(Double, XPRBvar, XPRBvar) |
Set a new term in the XPRB expression.
|
![]() ![]() |
setTerm(XPRBvar, XPRBvar, Double) |
Set a new term in the XPRB expression.
|
![]() |
sqr | |
![]() ![]() |
sqr(XPRBexpr) |
Square an XPRBexpr.
|
![]() ![]() |
sqr(XPRBterm) |
Square an XPRBterm to create an XPRBexpr.
|
![]() ![]() |
sqr(XPRBvar) |
Square an XPRBvar variable to create an XPRBexpr.
|
![]() |
ToString |
Return the string representation of the expression.
(Overrides ObjectToString.) |
