XPRBrelation
XPRBrelation (extends XPRBexpr) |
Description
Constructors
XPRBrelation(const XPRBexpr& e, int type);
XPRBrelation(const XPRBexpr& e);
XPRBrelation(const XPRBvar& v);
XPRBrelation(const XPRBexpr& e);
XPRBrelation(const XPRBvar& v);
Methods
Get the relation type.
Operators
Creating relations by establishing relations between linear or quadratic expressions. The following operators are defined outside any class definition:
Constructor detail
XPRBrelation
|
|
Synopsis
|
XPRBrelation(const XPRBexpr& e, int type);
XPRBrelation(const XPRBexpr& e); XPRBrelation(const XPRBvar& v); |
Arguments
|
|
Description
|
Create a new linear or quadratic relation.
|
|
Method detail
getType
|
|
Synopsis
|
int getType();
|
Return value
|
|
Description
|
|
|