class to compute lower bound of a sine based on the bounds on its arguments More...
#include <CouenneExprBSin.hpp>


Public Member Functions | |
| exprLBSin (expression *lb, expression *ub) | |
| Constructors, destructor. | |
| expression * | clone (Domain *d=NULL) const |
| cloning method | |
| CouNumber | operator() () |
| function for the evaluation of the expression | |
| enum pos | printPos () const |
| print position (PRE, INSIDE, POST) | |
| std::string | printOp () const |
| print operator | |
class to compute lower bound of a sine based on the bounds on its arguments
Definition at line 27 of file CouenneExprBSin.hpp.
| Couenne::exprLBSin::exprLBSin | ( | expression * | lb, | |
| expression * | ub | |||
| ) | [inline] |
Constructors, destructor.
Definition at line 32 of file CouenneExprBSin.hpp.
| expression* Couenne::exprLBSin::clone | ( | Domain * | d = NULL |
) | const [inline, virtual] |
cloning method
Reimplemented from Couenne::expression.
Definition at line 39 of file CouenneExprBSin.hpp.
| CouNumber Couenne::exprLBSin::operator() | ( | ) | [inline, virtual] |
function for the evaluation of the expression
compute sum
Implements Couenne::expression.
Definition at line 58 of file CouenneExprBSin.hpp.
| enum pos Couenne::exprLBSin::printPos | ( | ) | const [inline, virtual] |
print position (PRE, INSIDE, POST)
Reimplemented from Couenne::exprOp.
Definition at line 47 of file CouenneExprBSin.hpp.
| std::string Couenne::exprLBSin::printOp | ( | ) | const [inline, virtual] |
print operator
Reimplemented from Couenne::exprOp.
Definition at line 51 of file CouenneExprBSin.hpp.
1.6.1