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

Method add

gecode/search/par/pbs.hpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 CollectAll::CollectAll(void)
41 : solutions(heap) {}
42 forceinline bool
43 CollectAll::add(Space* s, Slave<CollectAll>*) {
44 solutions.push(s);
45 return true;
46 }
47 forceinline bool
48 CollectAll::constrain(const Space& b) {
49 (void) b;

Callers 2

postMethod · 0.45
reportMethod · 0.45

Calls 3

pushMethod · 0.45
constrainMethod · 0.45
statusMethod · 0.45

Tested by

no test coverage detected