Generated on Fri Aug 24 2012 04:52:24 for Gecode by doxygen 1.8.1.1
Boolean expressions

Functions

BoolExpr Gecode::operator! (const BoolExpr &)
 Negated Boolean expression.
BoolExpr Gecode::operator&& (const BoolExpr &, const BoolExpr &)
 Conjunction of Boolean expressions.
BoolExpr Gecode::operator|| (const BoolExpr &, const BoolExpr &)
 Disjunction of Boolean expressions.
BoolExpr Gecode::operator^ (const BoolExpr &, const BoolExpr &)
 Exclusive-or of Boolean expressions.
BoolExpr Gecode::operator!= (const BoolExpr &, const BoolExpr &)
 Non-equivalence of Boolean expressions.
BoolExpr Gecode::operator== (const BoolExpr &, const BoolExpr &)
 Equivalence of Boolean expressions.
BoolExpr Gecode::operator>> (const BoolExpr &, const BoolExpr &)
 Implication of Boolean expressions.
BoolExpr Gecode::operator<< (const BoolExpr &, const BoolExpr &)
 Reverse implication of Boolean expressions.

Detailed Description

Boolean expressions can be freely composed of variables with the usual connectives and reified linear expressions.


Function Documentation

BoolExpr Gecode::operator! ( const BoolExpr &  e)

Negated Boolean expression.

Definition at line 427 of file bool-expr.cpp.

BoolExpr Gecode::operator&& ( const BoolExpr &  l,
const BoolExpr &  r 
)

Conjunction of Boolean expressions.

Definition at line 414 of file bool-expr.cpp.

BoolExpr Gecode::operator|| ( const BoolExpr &  l,
const BoolExpr &  r 
)

Disjunction of Boolean expressions.

Definition at line 418 of file bool-expr.cpp.

BoolExpr Gecode::operator^ ( const BoolExpr &  l,
const BoolExpr &  r 
)

Exclusive-or of Boolean expressions.

Definition at line 422 of file bool-expr.cpp.

BoolExpr Gecode::operator!= ( const BoolExpr &  l,
const BoolExpr &  r 
)

Non-equivalence of Boolean expressions.

Definition at line 432 of file bool-expr.cpp.

BoolExpr Gecode::operator== ( const BoolExpr &  l,
const BoolExpr &  r 
)

Equivalence of Boolean expressions.

Definition at line 436 of file bool-expr.cpp.

BoolExpr Gecode::operator>> ( const BoolExpr &  l,
const BoolExpr &  r 
)

Implication of Boolean expressions.

Definition at line 440 of file bool-expr.cpp.

BoolExpr Gecode::operator<< ( const BoolExpr &  l,
const BoolExpr &  r 
)

Reverse implication of Boolean expressions.

Definition at line 445 of file bool-expr.cpp.