Generated on Thu Jan 16 2025 00:00:00 for Gecode by doxygen 1.14.0
Test::Int::Test Class Referenceabstract

Base class for tests with integer constraints More...

#include <int.hh>

Protected Attributes

int arity
 Number of variables.
Gecode::IntSet dom
 Domain of variables.
bool reified
 Does the constraint also exist as reified constraint.
int rms
 Which reification modes are supported.
Gecode::IntPropLevel ipl
 Propagation level.
ConTestLevel contest
 Whether to test for certain consistency.
bool testsearch
 Whether to perform search test.
bool testfix
 Whether to perform fixpoint test.

Test for reification modes

bool eqv (void) const
 Test whether equivalence as reification mode is supported.
bool imp (void) const
 Test whether implication as reification mode is supported.
bool pmi (void) const
 Test whether reverse implication as reification mode is supported.
 Test (const std::string &p, const std::string &s, int a, const Gecode::IntSet &d, bool r=false, Gecode::IntPropLevel i=Gecode::IPL_DEF)
 Constructor.
 Test (const std::string &s, int a, const Gecode::IntSet &d, bool r=false, Gecode::IntPropLevel i=Gecode::IPL_DEF)
 Constructor.
 Test (const std::string &p, const std::string &s, int a, int min, int max, bool r=false, Gecode::IntPropLevel i=Gecode::IPL_DEF)
 Constructor.
 Test (const std::string &s, int a, int min, int max, bool r=false, Gecode::IntPropLevel i=Gecode::IPL_DEF)
 Constructor.
virtual Assignmentassignment (void) const
 Create assignment.
virtual bool solution (const Assignment &) const =0
 Check for solution.
virtual bool ignore (const Assignment &) const
 Whether to ignore assignment for reification.
virtual void post (Gecode::Space &home, Gecode::IntVarArray &x)=0
 Post constraint.
virtual void post (Gecode::Space &home, Gecode::IntVarArray &x, Gecode::Reify r)
 Post reified constraint.
virtual bool run (void)
 Perform test.

Mapping scalar values to strings

static std::string str (Gecode::IntPropLevel ipl)
 Map integer propagation level to string.
static std::string str (Gecode::IntRelType irl)
 Map integer relation to string.
static std::string str (Gecode::BoolOpType bot)
 Map Boolean operation to string.
static std::string str (bool b)
 Map bool to string.
static std::string str (int i)
 Map integer to string.
static std::string str (const Gecode::IntArgs &i)
 Map integer array to string.

General support

template<class T>
static bool cmp (T x, Gecode::IntRelType r, T y)
 Compare x and y with respect to r.

Additional Inherited Members

Public Member Functions inherited from Test::Base
 Base (const std::string &s)
 Create and register test with name s.
const std::string & name (void) const
 Return name of test.
Basenext (void) const
 Return next test.
void next (Base *n)
 Set next test.
virtual ~Base (void)
 Destructor.
Static Public Member Functions inherited from Test::Base
static void sort (void)
 Sort tests alphabetically.
static Basetests (void)
 Return all tests.
static bool fixpoint (void)
 Throw a coin whether to compute a fixpoint.
Static Public Attributes inherited from Test::Base
static Gecode::Support::RandomGenerator rand = Gecode::Support::RandomGenerator()
 Random number generator.

Detailed Description

Base class for tests with integer constraints

Definition at line 223 of file int.hh.

Constructor & Destructor Documentation

◆ Test() [1/4]

Test::Int::Test::Test ( const std::string & p,
const std::string & s,
int a,
const Gecode::IntSet & d,
bool r = false,
Gecode::IntPropLevel i = Gecode::IPL_DEF )
inline

Constructor.

Constructs a test with prefix p, name s, arity a, and variable domain d. Also tests for a reified constraint, if r is true. The propagation level is maintained for convenience.

Definition at line 165 of file int.hpp.

◆ Test() [2/4]

Test::Int::Test::Test ( const std::string & s,
int a,
const Gecode::IntSet & d,
bool r = false,
Gecode::IntPropLevel i = Gecode::IPL_DEF )
inline

Constructor.

Constructs a test with name s, arity a, and variable domain d. Also tests for a reified constraint, if r is true. The propagation level is maintained for convenience.

Definition at line 176 of file int.hpp.

◆ Test() [3/4]

Test::Int::Test::Test ( const std::string & p,
const std::string & s,
int a,
int min,
int max,
bool r = false,
Gecode::IntPropLevel i = Gecode::IPL_DEF )
inline

Constructor.

Constructs a test with prefix p, name s, arity a, and variable domain min ... max. Also tests for a reified constraint, if r is true. The propagation level is maintained for convenience.

Definition at line 187 of file int.hpp.

◆ Test() [4/4]

Test::Int::Test::Test ( const std::string & s,
int a,
int min,
int max,
bool r = false,
Gecode::IntPropLevel i = Gecode::IPL_DEF )
inline

Constructor.

Constructs a test with name s, arity a, variable domain min ... max. Also tests for a reified constraint, if r is true. The propagation level is maintained for convenience.

Definition at line 198 of file int.hpp.

Member Function Documentation

◆ eqv()

bool Test::Int::Test::eqv ( void ) const
inlineprotected

Test whether equivalence as reification mode is supported.

Definition at line 153 of file int.hpp.

◆ imp()

bool Test::Int::Test::imp ( void ) const
inlineprotected

Test whether implication as reification mode is supported.

Definition at line 157 of file int.hpp.

◆ pmi()

bool Test::Int::Test::pmi ( void ) const
inlineprotected

Test whether reverse implication as reification mode is supported.

Definition at line 161 of file int.hpp.

◆ assignment()

◆ solution()

virtual bool Test::Int::Test::solution ( const Assignment & ) const
pure virtual

Check for solution.

Implemented in Test::Float::MiniModelLin::LinExpr, Test::Float::MiniModelLin::LinRel, Test::Int::Arithmetic::AbsXX, Test::Int::Arithmetic::AbsXY, Test::Int::Arithmetic::ArgMax, Test::Int::Arithmetic::ArgMaxBool, Test::Int::Arithmetic::ArgMaxBoolShared, Test::Int::Arithmetic::ArgMaxShared, Test::Int::Arithmetic::ArgMin, Test::Int::Arithmetic::ArgMinBool, Test::Int::Arithmetic::ArgMinBoolShared, Test::Int::Arithmetic::ArgMinShared, Test::Int::Arithmetic::Div, Test::Int::Arithmetic::DivMod, Test::Int::Arithmetic::MaxNary, Test::Int::Arithmetic::MaxNaryShared, Test::Int::Arithmetic::MaxXXX, Test::Int::Arithmetic::MaxXXY, Test::Int::Arithmetic::MaxXYX, Test::Int::Arithmetic::MaxXYY, Test::Int::Arithmetic::MaxXYZ, Test::Int::Arithmetic::MinNary, Test::Int::Arithmetic::MinNaryShared, Test::Int::Arithmetic::MinXXX, Test::Int::Arithmetic::MinXXY, Test::Int::Arithmetic::MinXYX, Test::Int::Arithmetic::MinXYY, Test::Int::Arithmetic::MinXYZ, Test::Int::Arithmetic::Mod, Test::Int::Arithmetic::MultXXX, Test::Int::Arithmetic::MultXXY, Test::Int::Arithmetic::MultXYX, Test::Int::Arithmetic::MultXYY, Test::Int::Arithmetic::MultXYZ, Test::Int::Arithmetic::NrootXX, Test::Int::Arithmetic::NrootXY, Test::Int::Arithmetic::PowXX, Test::Int::Arithmetic::PowXY, Test::Int::Arithmetic::SqrtXX, Test::Int::Arithmetic::SqrtXY, Test::Int::Arithmetic::SqrXX, Test::Int::Arithmetic::SqrXY, Test::Int::Basic::Basic, Test::Int::BinPacking::BPT, Test::Int::BinPacking::MBPT, Test::Int::Bool::BinConstXX, Test::Int::Bool::BinConstXY, Test::Int::Bool::BinXXX, Test::Int::Bool::BinXXY, Test::Int::Bool::BinXYX, Test::Int::Bool::BinXYY, Test::Int::Bool::BinXYZ, Test::Int::Bool::ClauseConst, Test::Int::Bool::ClauseXXY, Test::Int::Bool::ClauseXXYYX, Test::Int::Bool::ClauseXYZ, Test::Int::Bool::ITEBool, Test::Int::Bool::ITEInt, Test::Int::Bool::Nary, Test::Int::Bool::NaryConst, Test::Int::Bool::NaryShared, Test::Int::Channel::ChannelFull, Test::Int::Channel::ChannelHalf, Test::Int::Channel::ChannelLinkMulti, Test::Int::Channel::ChannelLinkSingle, Test::Int::Channel::ChannelShared, Test::Int::Circuit::Circuit, Test::Int::Circuit::CircuitCost, Test::Int::Circuit::CircuitFullCost, Test::Int::Circuit::Path, Test::Int::Circuit::PathCost, Test::Int::Count::IntArrayInt, Test::Int::Count::IntArrayVar, Test::Int::Count::IntInt, Test::Int::Count::IntIntDup, Test::Int::Count::IntVar, Test::Int::Count::IntVarShared, Test::Int::Count::SetInt, Test::Int::Count::SetVar, Test::Int::Count::VarInt, Test::Int::Count::VarVar, Test::Int::Count::VarVarSharedA, Test::Int::Count::VarVarSharedB, Test::Int::Count::VarVarSharedC, Test::Int::Cumulative::ManFixPCumulative, Test::Int::Cumulative::ManFlexCumulative, Test::Int::Cumulative::OptFixPCumulative, Test::Int::Cumulative::OptFlexCumulative, Test::Int::Cumulatives::Cumulatives, Test::Int::Distinct::Distinct< useCount >, Test::Int::Distinct::Except, Test::Int::Distinct::Offset, Test::Int::Distinct::Optional, Test::Int::Distinct::Random, Test::Int::Dom::DomDom, Test::Int::Dom::DomInt, Test::Int::Dom::DomRange, Test::Int::Dom::DomRangeEmpty, Test::Int::Element::IntBoolInt, Test::Int::Element::IntBoolVar, Test::Int::Element::IntIntInt, Test::Int::Element::IntIntShared, Test::Int::Element::IntIntVar, Test::Int::Element::MatrixBoolVarBoolVarXX, Test::Int::Element::MatrixBoolVarBoolVarXY, Test::Int::Element::MatrixIntBoolVarXX, Test::Int::Element::MatrixIntBoolVarXY, Test::Int::Element::MatrixIntIntVarXX, Test::Int::Element::MatrixIntIntVarXY, Test::Int::Element::MatrixIntVarIntVarXX, Test::Int::Element::MatrixIntVarIntVarXY, Test::Int::Element::VarBoolInt, Test::Int::Element::VarBoolVar, Test::Int::Element::VarIntInt, Test::Int::Element::VarIntShared, Test::Int::Element::VarIntVar, Test::Int::Exec::BoolWait, Test::Int::Exec::IntWait, Test::Int::Exec::When, Test::Int::Extensional::RegDistinct, Test::Int::Extensional::RegEmptyDFA, Test::Int::Extensional::RegEmptyREG, Test::Int::Extensional::RegOpt, Test::Int::Extensional::RegRoland, Test::Int::Extensional::RegSharedA, Test::Int::Extensional::RegSharedB, Test::Int::Extensional::RegSharedC, Test::Int::Extensional::RegSharedD, Test::Int::Extensional::RegSimpleA, Test::Int::Extensional::RegSimpleB, Test::Int::Extensional::RegSimpleC, Test::Int::Extensional::TupleSetBase, Test::Int::Extensional::TupleSetBool, Test::Int::Extensional::TupleSetLarge, Test::Int::Extensional::TupleSetTest, Test::Int::GCC::IntAllMax, Test::Int::GCC::IntAllMinMax, Test::Int::GCC::IntAllMinMaxDef, Test::Int::GCC::IntSome< hole >, Test::Int::GCC::VarAll, Test::Int::GCC::VarSome, Test::Int::Linear::BoolInt, Test::Int::Linear::BoolVar, Test::Int::Linear::IntInt, Test::Int::Linear::IntVar, Test::Int::Member::Bool, Test::Int::Member::Int, Test::Int::MiniModel::BoolLex, Test::Int::MiniModel::IntLex, Test::Int::MiniModelArithmetic::Abs, Test::Int::MiniModelArithmetic::Div, Test::Int::MiniModelArithmetic::Max, Test::Int::MiniModelArithmetic::MaxNary, Test::Int::MiniModelArithmetic::Min, Test::Int::MiniModelArithmetic::MinNary, Test::Int::MiniModelArithmetic::Minus, Test::Int::MiniModelArithmetic::Mod, Test::Int::MiniModelArithmetic::Mult, Test::Int::MiniModelArithmetic::Plus, Test::Int::MiniModelArithmetic::Sqr, Test::Int::MiniModelArithmetic::Sqrt, Test::Int::MiniModelBoolean::BoolElement, Test::Int::MiniModelBoolean::BoolExprInt, Test::Int::MiniModelBoolean::BoolExprVar, Test::Int::MiniModelCount::IntArrayInt, Test::Int::MiniModelCount::IntArrayVar, Test::Int::MiniModelCount::IntInt, Test::Int::MiniModelCount::IntVar, Test::Int::MiniModelCount::VarInt, Test::Int::MiniModelCount::VarVar, Test::Int::MiniModelLin::LinExprBool, Test::Int::MiniModelLin::LinExprInt, Test::Int::MiniModelLin::LinExprMixed, Test::Int::MiniModelLin::LinRelBool, Test::Int::MiniModelLin::LinRelInt, Test::Int::MiniModelLin::LinRelMixed, Test::Int::MiniModelSet::SetExprConst, Test::Int::MiniModelSet::SetExprExpr, Test::Int::NoOverlap::Int2, Test::Int::NoOverlap::IntOpt2, Test::Int::NoOverlap::Var2, Test::Int::NoOverlap::VarOpt2, Test::Int::NoOverlap::VarOptShared2, Test::Int::NValues::BoolInt, Test::Int::NValues::BoolVar, Test::Int::NValues::IntInt, Test::Int::NValues::IntVar, Test::Int::Order::Int, Test::Int::Precede::Multi, Test::Int::Precede::Single, Test::Int::Rel::BoolArrayInt, Test::Int::Rel::BoolArrayVar, Test::Int::Rel::BoolInt, Test::Int::Rel::BoolSeq, Test::Int::Rel::BoolSharedSeq, Test::Int::Rel::BoolVarXX, Test::Int::Rel::BoolVarXY, Test::Int::Rel::IntArrayDiff, Test::Int::Rel::IntArrayInt, Test::Int::Rel::IntArrayVar, Test::Int::Rel::IntInt, Test::Int::Rel::IntSeq, Test::Int::Rel::IntSharedSeq, Test::Int::Rel::IntVarXX, Test::Int::Rel::IntVarXY, Test::Int::Sequence::SequenceTest, Test::Int::Sorted::NoVar, Test::Int::Sorted::PermVar, Test::Int::Unary::ManFixPUnary, Test::Int::Unary::ManFlexUnary, Test::Int::Unary::OptFixPUnary, Test::Int::Unary::OptFlexUnary, Test::Int::Unshare::Bool, Test::Int::Unshare::Failed, and Test::Int::Unshare::Int.

◆ ignore()

bool Test::Int::Test::ignore ( const Assignment & ) const
virtual

Whether to ignore assignment for reification.

Reimplemented in Test::Int::Linear::BoolVar.

Definition at line 462 of file int.cpp.

◆ post() [1/2]

virtual void Test::Int::Test::post ( Gecode::Space & home,
Gecode::IntVarArray & x )
pure virtual

Post constraint.

Implemented in Test::Float::MiniModelLin::LinExpr, Test::Float::MiniModelLin::LinRel, Test::Int::Arithmetic::AbsXX, Test::Int::Arithmetic::AbsXY, Test::Int::Arithmetic::ArgMax, Test::Int::Arithmetic::ArgMaxBool, Test::Int::Arithmetic::ArgMaxBoolShared, Test::Int::Arithmetic::ArgMaxShared, Test::Int::Arithmetic::ArgMin, Test::Int::Arithmetic::ArgMinBool, Test::Int::Arithmetic::ArgMinBoolShared, Test::Int::Arithmetic::ArgMinShared, Test::Int::Arithmetic::Div, Test::Int::Arithmetic::DivMod, Test::Int::Arithmetic::MaxNary, Test::Int::Arithmetic::MaxNaryShared, Test::Int::Arithmetic::MaxXXX, Test::Int::Arithmetic::MaxXXY, Test::Int::Arithmetic::MaxXYX, Test::Int::Arithmetic::MaxXYY, Test::Int::Arithmetic::MaxXYZ, Test::Int::Arithmetic::MinNary, Test::Int::Arithmetic::MinNaryShared, Test::Int::Arithmetic::MinXXX, Test::Int::Arithmetic::MinXXY, Test::Int::Arithmetic::MinXYX, Test::Int::Arithmetic::MinXYY, Test::Int::Arithmetic::MinXYZ, Test::Int::Arithmetic::Mod, Test::Int::Arithmetic::MultXXX, Test::Int::Arithmetic::MultXXY, Test::Int::Arithmetic::MultXYX, Test::Int::Arithmetic::MultXYY, Test::Int::Arithmetic::MultXYZ, Test::Int::Arithmetic::NrootXX, Test::Int::Arithmetic::NrootXY, Test::Int::Arithmetic::PowXX, Test::Int::Arithmetic::PowXY, Test::Int::Arithmetic::SqrtXX, Test::Int::Arithmetic::SqrtXY, Test::Int::Arithmetic::SqrXX, Test::Int::Arithmetic::SqrXY, Test::Int::Basic::Basic, Test::Int::BinPacking::BPT, Test::Int::BinPacking::MBPT, Test::Int::Bool::BinConstXX, Test::Int::Bool::BinConstXY, Test::Int::Bool::BinXXX, Test::Int::Bool::BinXXY, Test::Int::Bool::BinXYX, Test::Int::Bool::BinXYY, Test::Int::Bool::BinXYZ, Test::Int::Bool::ClauseConst, Test::Int::Bool::ClauseXXY, Test::Int::Bool::ClauseXXYYX, Test::Int::Bool::ClauseXYZ, Test::Int::Bool::ITEBool, Test::Int::Bool::ITEInt, Test::Int::Bool::Nary, Test::Int::Bool::NaryConst, Test::Int::Bool::NaryShared, Test::Int::Channel::ChannelFull, Test::Int::Channel::ChannelHalf, Test::Int::Channel::ChannelLinkMulti, Test::Int::Channel::ChannelLinkSingle, Test::Int::Channel::ChannelShared, Test::Int::Circuit::Circuit, Test::Int::Circuit::CircuitCost, Test::Int::Circuit::CircuitFullCost, Test::Int::Circuit::Path, Test::Int::Circuit::PathCost, Test::Int::Count::IntArrayInt, Test::Int::Count::IntArrayVar, Test::Int::Count::IntInt, Test::Int::Count::IntIntDup, Test::Int::Count::IntVar, Test::Int::Count::IntVarShared, Test::Int::Count::SetInt, Test::Int::Count::SetVar, Test::Int::Count::VarInt, Test::Int::Count::VarVar, Test::Int::Count::VarVarSharedA, Test::Int::Count::VarVarSharedB, Test::Int::Count::VarVarSharedC, Test::Int::Cumulative::ManFixPCumulative, Test::Int::Cumulative::ManFlexCumulative, Test::Int::Cumulative::OptFixPCumulative, Test::Int::Cumulative::OptFlexCumulative, Test::Int::Cumulatives::Cumulatives, Test::Int::Distinct::Distinct< useCount >, Test::Int::Distinct::Except, Test::Int::Distinct::Offset, Test::Int::Distinct::Optional, Test::Int::Distinct::Random, Test::Int::Dom::DomDom, Test::Int::Dom::DomInt, Test::Int::Dom::DomRange, Test::Int::Dom::DomRangeEmpty, Test::Int::Element::IntBoolInt, Test::Int::Element::IntBoolVar, Test::Int::Element::IntIntInt, Test::Int::Element::IntIntShared, Test::Int::Element::IntIntVar, Test::Int::Element::MatrixBoolVarBoolVarXX, Test::Int::Element::MatrixBoolVarBoolVarXY, Test::Int::Element::MatrixIntBoolVarXX, Test::Int::Element::MatrixIntBoolVarXY, Test::Int::Element::MatrixIntIntVarXX, Test::Int::Element::MatrixIntIntVarXY, Test::Int::Element::MatrixIntVarIntVarXX, Test::Int::Element::MatrixIntVarIntVarXY, Test::Int::Element::VarBoolInt, Test::Int::Element::VarBoolVar, Test::Int::Element::VarIntInt, Test::Int::Element::VarIntShared, Test::Int::Element::VarIntVar, Test::Int::Exec::BoolWait, Test::Int::Exec::IntWait, Test::Int::Exec::When, Test::Int::Extensional::RegDistinct, Test::Int::Extensional::RegEmptyDFA, Test::Int::Extensional::RegEmptyREG, Test::Int::Extensional::RegOpt, Test::Int::Extensional::RegRoland, Test::Int::Extensional::RegSharedA, Test::Int::Extensional::RegSharedB, Test::Int::Extensional::RegSharedC, Test::Int::Extensional::RegSharedD, Test::Int::Extensional::RegSimpleA, Test::Int::Extensional::RegSimpleB, Test::Int::Extensional::RegSimpleC, Test::Int::Extensional::TupleSetBase, Test::Int::Extensional::TupleSetBool, Test::Int::Extensional::TupleSetLarge, Test::Int::Extensional::TupleSetTest, Test::Int::GCC::IntAllMax, Test::Int::GCC::IntAllMinMax, Test::Int::GCC::IntAllMinMaxDef, Test::Int::GCC::IntSome< hole >, Test::Int::GCC::VarAll, Test::Int::GCC::VarSome, Test::Int::Linear::BoolInt, Test::Int::Linear::BoolVar, Test::Int::Linear::IntInt, Test::Int::Linear::IntVar, Test::Int::Member::Bool, Test::Int::Member::Int, Test::Int::MiniModel::BoolLex, Test::Int::MiniModel::IntLex, Test::Int::MiniModelArithmetic::Abs, Test::Int::MiniModelArithmetic::Div, Test::Int::MiniModelArithmetic::Max, Test::Int::MiniModelArithmetic::MaxNary, Test::Int::MiniModelArithmetic::Min, Test::Int::MiniModelArithmetic::MinNary, Test::Int::MiniModelArithmetic::Minus, Test::Int::MiniModelArithmetic::Mod, Test::Int::MiniModelArithmetic::Mult, Test::Int::MiniModelArithmetic::Plus, Test::Int::MiniModelArithmetic::Sqr, Test::Int::MiniModelArithmetic::Sqrt, Test::Int::MiniModelBoolean::BoolElement, Test::Int::MiniModelBoolean::BoolExprInt, Test::Int::MiniModelBoolean::BoolExprVar, Test::Int::MiniModelCount::IntArrayInt, Test::Int::MiniModelCount::IntArrayVar, Test::Int::MiniModelCount::IntInt, Test::Int::MiniModelCount::IntVar, Test::Int::MiniModelCount::VarInt, Test::Int::MiniModelCount::VarVar, Test::Int::MiniModelLin::LinExprBool, Test::Int::MiniModelLin::LinExprInt, Test::Int::MiniModelLin::LinExprMixed, Test::Int::MiniModelLin::LinRelBool, Test::Int::MiniModelLin::LinRelInt, Test::Int::MiniModelLin::LinRelMixed, Test::Int::MiniModelSet::SetExprConst, Test::Int::MiniModelSet::SetExprExpr, Test::Int::NoOverlap::Int2, Test::Int::NoOverlap::IntOpt2, Test::Int::NoOverlap::Var2, Test::Int::NoOverlap::VarOpt2, Test::Int::NoOverlap::VarOptShared2, Test::Int::NValues::BoolInt, Test::Int::NValues::BoolVar, Test::Int::NValues::IntInt, Test::Int::NValues::IntVar, Test::Int::Order::Int, Test::Int::Precede::Multi, Test::Int::Precede::Single, Test::Int::Rel::BoolArrayInt, Test::Int::Rel::BoolArrayVar, Test::Int::Rel::BoolInt, Test::Int::Rel::BoolSeq, Test::Int::Rel::BoolSharedSeq, Test::Int::Rel::BoolVarXX, Test::Int::Rel::BoolVarXY, Test::Int::Rel::IntArrayDiff, Test::Int::Rel::IntArrayInt, Test::Int::Rel::IntArrayVar, Test::Int::Rel::IntInt, Test::Int::Rel::IntSeq, Test::Int::Rel::IntSharedSeq, Test::Int::Rel::IntVarXX, Test::Int::Rel::IntVarXY, Test::Int::Sequence::SequenceBoolTest, Test::Int::Sequence::SequenceIntTest, Test::Int::Sorted::NoVar, Test::Int::Sorted::PermVar, Test::Int::Unary::ManFixPUnary, Test::Int::Unary::ManFlexUnary, Test::Int::Unary::OptFixPUnary, Test::Int::Unary::OptFlexUnary, Test::Int::Unshare::Bool, Test::Int::Unshare::Failed, and Test::Int::Unshare::Int.

◆ post() [2/2]

◆ run()

bool Test::Int::Test::run ( void )
virtual

Perform test.

Implements Test::Base.

Definition at line 471 of file int.cpp.

◆ str() [1/6]

std::string Test::Int::Test::str ( Gecode::IntPropLevel ipl)
inlinestatic

Map integer propagation level to string.

Definition at line 209 of file int.hpp.

◆ str() [2/6]

std::string Test::Int::Test::str ( Gecode::IntRelType irl)
inlinestatic

Map integer relation to string.

Definition at line 225 of file int.hpp.

◆ str() [3/6]

std::string Test::Int::Test::str ( Gecode::BoolOpType bot)
inlinestatic

Map Boolean operation to string.

Definition at line 241 of file int.hpp.

◆ str() [4/6]

std::string Test::Int::Test::str ( bool b)
inlinestatic

Map bool to string.

Definition at line 257 of file int.hpp.

◆ str() [5/6]

std::string Test::Int::Test::str ( int i)
inlinestatic

Map integer to string.

Definition at line 268 of file int.hpp.

◆ str() [6/6]

std::string Test::Int::Test::str ( const Gecode::IntArgs & i)
inlinestatic

Map integer array to string.

Definition at line 276 of file int.hpp.

◆ cmp()

template<class T>
bool Test::Int::Test::cmp ( T x,
Gecode::IntRelType r,
T y )
inlinestatic

Compare x and y with respect to r.

Definition at line 285 of file int.hpp.

Member Data Documentation

◆ arity

int Test::Int::Test::arity
protected

Number of variables.

Definition at line 226 of file int.hh.

◆ dom

Gecode::IntSet Test::Int::Test::dom
protected

Domain of variables.

Definition at line 228 of file int.hh.

◆ reified

bool Test::Int::Test::reified
protected

Does the constraint also exist as reified constraint.

Definition at line 230 of file int.hh.

◆ rms

int Test::Int::Test::rms
protected

Which reification modes are supported.

Definition at line 232 of file int.hh.

◆ ipl

Gecode::IntPropLevel Test::Int::Test::ipl
protected

Propagation level.

Definition at line 234 of file int.hh.

◆ contest

ConTestLevel Test::Int::Test::contest
protected

Whether to test for certain consistency.

Definition at line 236 of file int.hh.

◆ testsearch

bool Test::Int::Test::testsearch
protected

Whether to perform search test.

Definition at line 238 of file int.hh.

◆ testfix

bool Test::Int::Test::testfix
protected

Whether to perform fixpoint test.

Definition at line 240 of file int.hh.


The documentation for this class was generated from the following files: