Generated on Tue May 22 09:41:55 2018 for Gecode by doxygen 1.6.3

Test::Int::Circuit::Path Class Reference
[Circuit constraints]

Simple test for Hamiltonian path constraint. More...

List of all members.

Public Member Functions

 Path (int n, int min, int max, int off, Gecode::IntPropLevel ipl)
 Create and register test.
virtual bool solution (const Assignment &x) const
 Check whether x is solution.
virtual void post (Gecode::Space &home, Gecode::IntVarArray &x)
 Post path constraint on x.

Detailed Description

Simple test for Hamiltonian path constraint.

Definition at line 91 of file circuit.cpp.


Constructor & Destructor Documentation

Test::Int::Circuit::Path::Path ( int  n,
int  min,
int  max,
int  off,
Gecode::IntPropLevel  ipl 
) [inline]

Create and register test.

Definition at line 97 of file circuit.cpp.


Member Function Documentation

virtual bool Test::Int::Circuit::Path::solution ( const Assignment x  )  const [inline, virtual]

Check whether x is solution.

Implements Test::Int::Test.

Definition at line 104 of file circuit.cpp.

virtual void Test::Int::Circuit::Path::post ( Gecode::Space home,
Gecode::IntVarArray x 
) [inline, virtual]

Post path constraint on x.

Implements Test::Int::Test.

Definition at line 126 of file circuit.cpp.


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