10 #ifndef COUENNE_EXPRTRILINEAR_H
11 #define COUENNE_EXPRTRILINEAR_H
62 const OsiBranchingInformation *
info,
Cut Generator for linear convexifications.
virtual enum expr_type code()
code for comparison
void fint fint fint real fint real real real real real real real real real fint real fint fint fint real fint fint fint fint * info
OsiObject for auxiliary variables $w=f(x)$.
status of lower/upper bound of a variable, to be checked/modified in bound tightening ...
virtual void getBounds(expression *&, expression *&)
Get lower and upper bound of an expression (if any)
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
CouNumber gradientNorm(const double *x)
return l-2 norm of gradient at given point
expression * clone(Domain *d=NULL) const
Cloning method.
auxSign
"sign" of the constraint defining an auxiliary.
expression ** clonearglist(Domain *d=NULL) const
clone argument list (for use with clone method)
exprTrilinear(expression **, int)
Constructor.
double CouNumber
main number type in Couenne
int nargs_
number of arguments (cardinality of arglist)
expr_type
code returned by the method expression::code()
virtual void closestFeasible(expression *varind, expression *vardep, CouNumber &left, CouNumber &right) const
compute and for Violation Transfer algorithm
class for multiplications
void fint fint fint real fint real real real real real real real real * w
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 ...
Define a dynamic point+bounds, with a way to save and restore previous points+bounds through a LIFO s...
void fint fint fint real fint real * x
bool impliedBound(int, CouNumber *, CouNumber *, t_chg_bounds *, enum Couenne::expression::auxSign=Couenne::expression::AUX_EQ)
implied bound processing
class for multiplications,