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

Method get

gecode/search/par/pbs.hpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return solutions.empty();
55 }
56 forceinline Space*
57 CollectAll::get(Slave<CollectAll>*&) {
58 return solutions.pop();
59 }
60 forceinline
61 CollectAll::~CollectAll(void) {
62 while (!solutions.empty())

Callers 1

nextMethod · 0.45

Calls 3

emptyFunction · 0.50
popMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected