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

Method signal

gecode/search/par/engine.hpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 */
145 template<class Tracer>
146 forceinline bool
147 Engine<Tracer>::signal(void) const {
148 return solutions.empty() && (n_busy > 0) && !has_stopped;
149 }
150 template<class Tracer>
151 forceinline void
152 Engine<Tracer>::idle(void) {

Callers 11

thread_doneMethod · 0.45
wakeMethod · 0.45
reportMethod · 0.45
solutionMethod · 0.45
idleMethod · 0.45
stopMethod · 0.45
terminatedMethod · 0.45
ack_terminateMethod · 0.45
ack_reset_startMethod · 0.45
ack_reset_stopMethod · 0.45
solutionMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by 1

thread_doneMethod · 0.36