XPRBlinRel Class
Note: This API is now obsolete.
Methods for initialisation and handling of XPRBrelation objects. Now deprecated. Please use XPRBrelation instead.

Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0

The XPRBlinRel type exposes the following members.

Name | Description | |
---|---|---|
![]() |
XPRBlinRel |
Initializes a new instance of the
XPRBlinRel class
|
![]() |
XPRBlinRel(IntPtr) |
Initializes a new instance of the
XPRBlinRel class
|
![]() |
XPRBlinRel(XPRBexpr) |
Initializes a new instance of the
XPRBlinRel class
|
![]() |
XPRBlinRel(XPRBvar) |
Initializes a new instance of the
XPRBlinRel class
|
![]() |
XPRBlinRel(XPRBexpr, Int32) |
Initializes a new instance of the
XPRBlinRel class
|

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.
(Inherited from 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.
(Inherited from 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.
(Inherited from XPRBrelation.) |

Name | Description | |
---|---|---|
![]() |
expr | (Inherited from XPRBexpr.) |
![]() |
qrtype | (Inherited from XPRBrelation.) |
