11 #ifndef COUENNE_TYPES_H 
   12 #define COUENNE_TYPES_H 
   15 #include "CoinPragma.hpp" 
t_chg_bounds operator=(const t_chg_bounds &src)
 
linearity_type
linearity of an expression, as returned by the method Linearity() 
 
pos
position where the operator should be printed when printing the expression 
 
status of lower/upper bound of a variable, to be checked/modified in bound tightening ...
 
const char & lower() const 
 
const char & upper() const 
 
void setLower(ChangeStatus lower)
 
monotonicity
monotonicity type of an expression 
 
void setUpper(ChangeStatus upper)
 
CouNumber(* unary_function)(CouNumber)
unary function, used in all exprUnary 
 
convexity
convexity type of an expression 
 
double CouNumber
main number type in Couenne 
 
nodeType
type of a node in an expression tree 
 
dig_type
type of digging when filling the dependence list 
 
con_sign
sign of constraint 
 
expr_type
code returned by the method expression::code() 
 
t_chg_bounds(const t_chg_bounds &src)
 
void setUpperBits(char upper)
 
void setLowerBits(char lower)
 
conv_type
position and number of convexification cuts added for a lower convex (upper concave) envelope ...