MCPcopy Create free account
hub / github.com/Gecode/gecode / has_more

Method has_more

test/int/bin-packing.cpp:78–80  ·  view source on GitHub ↗

Test whether all assignments have been iterated

Source from the content-addressed store, hash-verified

76 }
77 /// Test whether all assignments have been iterated
78 virtual bool has_more(void) const {
79 return dsv[0]();
80 }
81 /// Move to next assignment
82 virtual void next(Gecode::Support::RandomGenerator&) {
83 // Try to generate next bin assignment

Callers 5

TupleSetLargeMethod · 0.45
TupleSetBoolMethod · 0.45
TupleSetTestSizeMethod · 0.45
randomTupleSetFunction · 0.45
CreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected