Test::Int::Distinct::Pathological Class Reference
[Distinct constraints]
Inherits Test::Base.
Detailed Description
Testing pathological cases.Definition at line 142 of file distinct.cc.
Public Member Functions | |
Pathological (int n0, Gecode::IntConLevel icl0) | |
Create and register test. | |
virtual bool | run (void) |
Perform test. | |
Protected Attributes | |
int | n |
Number of variables. | |
Gecode::IntConLevel | icl |
Consistency level. | |
Classes | |
class | TestSpace |
Test space. More... |
Constructor & Destructor Documentation
Test::Int::Distinct::Pathological::Pathological | ( | int | n0, | |
Gecode::IntConLevel | icl0 | |||
) | [inline] |
Member Function Documentation
virtual bool Test::Int::Distinct::Pathological::run | ( | void | ) | [inline, virtual] |
Member Data Documentation
int Test::Int::Distinct::Pathological::n [protected] |
The documentation for this class was generated from the following file:
- test/int/distinct.cc (Revision: 6324)