Generated on Mon Aug 25 11:35:54 2008 for Gecode by doxygen 1.5.6

Test::Int::Bool Namespace Reference


Detailed Description

Tests for Boolean constraints.


Classes

class  BinXYZ
 Test for binary Boolean operation. More...
class  BinXXY
 Test for binary Boolean operation with shared variables. More...
class  BinXYX
 Test for binary Boolean operation with shared variables. More...
class  BinXYY
 Test for binary Boolean operation with shared variables. More...
class  BinXXX
 Test for binary Boolean operation with shared variables. More...
class  BinConstXY
 Test for binary Boolean operation with constant. More...
class  BinConstXX
 Test for binary Boolean operation with shared variables and constant. More...
class  Nary
 Test for Nary Boolean operation. More...
class  NaryShared
 Test for Nary Boolean operation. More...
class  NaryConst
 Test for Nary Boolean operation with constant. More...
class  Create
 Help class to create and register tests. More...

Functions

int check (int x0, Gecode::BoolOpType op, int x1)

Variables

Create c


Function Documentation

int Test::Int::Bool::check ( int  x0,
Gecode::BoolOpType  op,
int  x1 
) [inline]

Definition at line 48 of file bool.cc.