upper bound More...
#include <CouenneExprBound.hpp>


Public Member Functions | |
| enum nodeType | Type () const |
| Node type. | |
| exprUpperBound (int varIndex, Domain *d=NULL) | |
| Constructor. | |
| exprUpperBound (const exprUpperBound &src, Domain *d=NULL) | |
| Copy constructor. | |
| exprUpperBound * | clone (Domain *d=NULL) const |
| cloning method | |
| void | print (std::ostream &out=std::cout, bool=false) const |
| Print to iostream. | |
| CouNumber | operator() () |
| return the value of the variable | |
| expression * | differentiate (int) |
| differentiation | |
| int | dependsOn (int *, int, enum dig_type type=STOP_AT_AUX) |
| dependence on variable set | |
| virtual int | Linearity () |
| get a measure of "how linear" the expression is: | |
| virtual enum expr_type | code () |
| code for comparisons | |
upper bound
Definition at line 87 of file CouenneExprBound.hpp.
| Couenne::exprUpperBound::exprUpperBound | ( | int | varIndex, | |
| Domain * | d = NULL | |||
| ) | [inline] |
Constructor.
Definition at line 96 of file CouenneExprBound.hpp.
| Couenne::exprUpperBound::exprUpperBound | ( | const exprUpperBound & | src, | |
| Domain * | d = NULL | |||
| ) | [inline] |
Copy constructor.
Definition at line 100 of file CouenneExprBound.hpp.
| enum nodeType Couenne::exprUpperBound::Type | ( | ) | const [inline, virtual] |
| exprUpperBound* Couenne::exprUpperBound::clone | ( | Domain * | d = NULL |
) | const [inline, virtual] |
cloning method
Reimplemented from Couenne::exprVar.
Definition at line 104 of file CouenneExprBound.hpp.
| void Couenne::exprUpperBound::print | ( | std::ostream & | out = std::cout, |
|
| bool | = false | |||
| ) | const [inline, virtual] |
Print to iostream.
Reimplemented from Couenne::exprVar.
Definition at line 108 of file CouenneExprBound.hpp.
| CouNumber Couenne::exprUpperBound::operator() | ( | ) | [inline, virtual] |
return the value of the variable
Reimplemented from Couenne::exprVar.
Definition at line 113 of file CouenneExprBound.hpp.
| expression* Couenne::exprUpperBound::differentiate | ( | int | ) | [inline, virtual] |
differentiation
Reimplemented from Couenne::exprVar.
Definition at line 117 of file CouenneExprBound.hpp.
| int Couenne::exprUpperBound::dependsOn | ( | int * | , | |
| int | , | |||
| enum dig_type | type = STOP_AT_AUX | |||
| ) | [inline, virtual] |
dependence on variable set
Reimplemented from Couenne::expression.
Definition at line 121 of file CouenneExprBound.hpp.
| virtual int Couenne::exprUpperBound::Linearity | ( | ) | [inline, virtual] |
get a measure of "how linear" the expression is:
Reimplemented from Couenne::exprVar.
Definition at line 125 of file CouenneExprBound.hpp.
| virtual enum expr_type Couenne::exprUpperBound::code | ( | ) | [inline, virtual] |
code for comparisons
Reimplemented from Couenne::exprVar.
Definition at line 129 of file CouenneExprBound.hpp.
1.6.1