Go to the documentation of this file.
11 #ifndef COUENNE_EXPRABS_HPP
12 #define COUENNE_EXPRABS_HPP
status of lower/upper bound of a variable, to be checked/modified in bound tightening
CouNumber(* unary_function)(CouNumber)
unary function, used in all exprUnary
enum expr_type code()
code for comparisons
expression * argument_
single argument taken by this expression
expression * clone(Domain *d=NULL) const
cloning method
expr_type
code returned by the method expression::code()
expression class for unary functions (sin, log, etc.)
Cut Generator for linear convexifications.
void generateCuts(expression *w, OsiCuts &cs, const CouenneCutGenerator *cg, t_chg_bounds *=NULL, int=-1, CouNumber=-COUENNE_INFINITY, CouNumber=COUENNE_INFINITY)
generate equality between *this and *w
general include file for different compilers
exprAbs(expression *al)
Constructor.
CouNumber gradientNorm(const double *x)
return l_2 norm of gradient at given point
OsiObject for auxiliary variables $w=f(x)$.
expression * differentiate(int index)
differentiation
virtual bool isCuttable(CouenneProblem *problem, int index) const
can this expression be further linearized or are we on its concave ("bad") side
bool impliedBound(int, CouNumber *, CouNumber *, t_chg_bounds *, enum auxSign=expression::AUX_EQ)
implied bound processing
double CouNumber
main number type in Couenne
auxSign
"sign" of the constraint defining an auxiliary.
unary_function F()
The operator's function.
virtual CouNumber selectBranch(const CouenneObject *obj, const OsiBranchingInformation *info, expression *&var, double *&brpts, double *&brDist, int &way)
set up branching object by evaluating many branching points for each expression's arguments
virtual void getBounds(CouNumber &lb, CouNumber &ub)
Get value of lower and upper bound of an expression (if any)
virtual void closestFeasible(expression *varind, expression *vardep, CouNumber &left, CouNumber &right) const
closest feasible points in function in both directions
Class for MINLP problems with symbolic information.
bool isInteger()
is this expression integer?
virtual void getBounds(expression *&, expression *&)
Get lower and upper bound of an expression (if any)
std::string printOp() const
output
Define a dynamic point+bounds, with a way to save and restore previous points+bounds through a LIFO s...