Gecode::BoolExpr minimodel.hh Gecode::BoolExpr::MiscExpr NodeType NT_VAR Variable. NT_NOT Negation. NT_AND Conjunction. NT_OR Disjunction. NT_EQV Equivalence. NT_RLIN Reified linear relation. NT_RLINFLOAT Reified linear relation. NT_RSET Reified set relation. NT_MISC Other Boolean expression. Type of Boolean expression. Node * Node* Gecode::BoolExpr::n n Pointer to node for expression. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::BoolExpr::BoolExpr (void) BoolExpr void Default constructor. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::BoolExpr::BoolExpr (const BoolExpr &e) BoolExpr const BoolExpr & e Copy constructor. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::BoolExpr::BoolExpr (const BoolExpr &l, NodeType t, const BoolExpr &r) BoolExpr const BoolExpr & l NodeType t const BoolExpr & r Construct expression for type and subexpresssions. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::BoolExpr::BoolExpr (const BoolVar &x) BoolExpr const BoolVar & x Construct expression for variable. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::BoolExpr::BoolExpr (const BoolExpr &e, NodeType t) BoolExpr const BoolExpr & e NodeType t Construct expression for negation. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::BoolExpr::BoolExpr (const LinIntRel &rl) BoolExpr const LinIntRel & rl Construct expression for reified linear relation. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::BoolExpr::BoolExpr (MiscExpr *m) BoolExpr MiscExpr * m Construct expression for miscellaneous Boolean expression. GECODE_MINIMODEL_EXPORT BoolVar GECODE_MINIMODEL_EXPORT BoolVar Gecode::BoolExpr::expr (Home home, IntConLevel icl) const expr Home home IntConLevel icl Post propagators for expression. GECODE_MINIMODEL_EXPORT void GECODE_MINIMODEL_EXPORT void Gecode::BoolExpr::rel (Home home, IntConLevel icl) const rel Home home IntConLevel icl Post propagators for relation. GECODE_MINIMODEL_EXPORT const BoolExpr & GECODE_MINIMODEL_EXPORT const BoolExpr& Gecode::BoolExpr::operator= (const BoolExpr &e) operator= const BoolExpr & e Assignment operator. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::BoolExpr::~BoolExpr (void) ~BoolExpr void Destructor. Boolean expressions. Gecode::BoolExprBoolExpr Gecode::BoolExprBoolExpr Gecode::BoolExprBoolExpr Gecode::BoolExprBoolExpr Gecode::BoolExprBoolExpr Gecode::BoolExprBoolExpr Gecode::BoolExprBoolExpr Gecode::BoolExprexpr Gecode::BoolExprn Gecode::BoolExprNodeType Gecode::BoolExprNT_AND Gecode::BoolExprNT_EQV Gecode::BoolExprNT_MISC Gecode::BoolExprNT_NOT Gecode::BoolExprNT_OR Gecode::BoolExprNT_RLIN Gecode::BoolExprNT_RLINFLOAT Gecode::BoolExprNT_RSET Gecode::BoolExprNT_VAR Gecode::BoolExproperator= Gecode::BoolExprrel Gecode::BoolExpr~BoolExpr