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

Method empty

gecode/search/par/pbs.hpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return false;
51 }
52 forceinline bool
53 CollectAll::empty(void) const {
54 return solutions.empty();
55 }
56 forceinline Space*
57 CollectAll::get(Slave<CollectAll>*&) {
58 return solutions.pop();

Callers 7

~CollectAllMethod · 0.45
nextMethod · 0.45
runMethod · 0.45
signalMethod · 0.45
nextMethod · 0.45
~EngineMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected