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

Method constrain

gecode/search/par/pbs.hpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 return true;
46 }
47 forceinline bool
48 CollectAll::constrain(const Space& b) {
49 (void) b;
50 return false;
51 }
52 forceinline bool
53 CollectAll::empty(void) const {
54 return solutions.empty();

Callers 3

addMethod · 0.45
nextMethod · 0.45
recomputeMethod · 0.45

Calls 2

statusMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected