Test the bin-packing propagation levels.
More...
|
| | PropagationLevels (void) |
| | Constructor.
|
| virtual bool | run (void) |
| | Run the actual test.
|
| | Base (std::string s) |
| | Create and register test with name s.
|
| const std::string & | name (void) const |
| | Return name of test.
|
| Base * | next (void) const |
| | Return next test.
|
| void | next (Base *n) |
| | Set next test.
|
| bool | fixpoint (void) |
| | Throw a coin whether to compute a fixpoint.
|
| virtual | ~Base (void) |
| | Destructor.
|
Test the bin-packing propagation levels.
Definition at line 344 of file bin-packing.cpp.
◆ PropagationLevels()
| Test::Int::BinPacking::PropagationLevels::PropagationLevels |
( |
void | | ) |
|
|
inline |
◆ check_case()
| bool Test::Int::BinPacking::PropagationLevels::check_case |
( |
int | n_bins, |
|
|
int | capacity, |
|
|
const Gecode::IntArgs & | sizes, |
|
|
const bool | expected_failed[4] ) const |
|
inlineprotected |
◆ run()
| virtual bool Test::Int::BinPacking::PropagationLevels::run |
( |
void | | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: