Test for testing the max-clique finding for multi bin-packing.
More...
|
| CliqueMBPT (const Gecode::IntArgs &c) |
| Test for number of items n expected clique c.
|
|
virtual bool | run (void) |
| Run the actual test.
|
|
| Base (const 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.
|
|
virtual | ~Base (void) |
| Destructor.
|
|
Test for testing the max-clique finding for multi bin-packing.
Definition at line 245 of file bin-packing.cpp.
◆ CliqueMBPT()
◆ run()
virtual bool Test::Int::BinPacking::CliqueMBPT::run |
( |
void | | ) |
|
|
inlinevirtual |
◆ n_items
int Test::Int::BinPacking::CliqueMBPT::n_items |
|
protected |
◆ clique
The documentation for this class was generated from the following file: