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

Method stopped

gecode/search/seq/pbs.hpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 return slave->statistics();
62 }
63 forceinline bool
64 Slave::stopped(void) const {
65 return slave->stopped();
66 }
67 forceinline void
68 Slave::constrain(const Space& b) {
69 slave->constrain(b);

Callers 1

nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected