19 using namespace Couenne;
62 {dep -> insert (g -> lookup (
varIndex_));}
Cut Generator for linear convexifications.
bool updateBound(register int sign, register CouNumber *dst, register CouNumber src)
updates maximum violation.
OsiObject for auxiliary variables $w=f(x)$.
virtual expression * Lb()
Get lower bound expression.
status of lower/upper bound of a variable, to be checked/modified in bound tightening ...
void setLower(ChangeStatus lower)
Domain * domain_
Pointer to a descriptor of the current point/bounds.
virtual expression * Ub()
Get upper bound expression.
void setUpper(ChangeStatus upper)
A class to have all elements necessary to setup a branch-and-bound.
virtual bool impliedBound(int, CouNumber *, CouNumber *, t_chg_bounds *, enum auxSign=expression::AUX_EQ)
implied bound processing
auxSign
"sign" of the constraint defining an auxiliary.
virtual CouNumber & ub()
Get/set upper bound value.
Class for MINLP problems with symbolic information.
virtual void getBounds(expression *&, expression *&)
Get expressions of lower and upper bound of an expression (if any)
double CouNumber
main number type in Couenne
int Index() const
Get variable index in problem.
virtual enum auxSign sign() const
return its sign in the definition constraint
void fint fint fint real fint real real real real real real * g
int varIndex_
The index of the variable.
void fint fint fint real fint real real real real real real real real * w
virtual CouenneObject * properObject(CouenneCutGenerator *c, CouenneProblem *p, Bonmin::BabSetupBase *base, JnlstPtr jnlst_)
return proper object to handle expression associated with this variable (NULL if this is not an auxil...
These are bound expression classes.
virtual void fillDepSet(std::set< DepNode *, compNode > *, DepGraph *)
update dependence set with index of this variable
virtual void generateCuts(OsiCuts &, const CouenneCutGenerator *, t_chg_bounds *=NULL, int=-1, CouNumber=-COUENNE_INFINITY, CouNumber=COUENNE_INFINITY)
Get values of lower and upper bound of an expression (if any)
virtual CouNumber & lb()
Get/set lower bound value.