Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_done
Method · 0.45
wake
Method · 0.45
report
Method · 0.45
solution
Method · 0.45
idle
Method · 0.45
stop
Method · 0.45
terminated
Method · 0.45
ack_terminate
Method · 0.45
ack_reset_start
Method · 0.45
ack_reset_stop
Method · 0.45
solution
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
1
thread_done
Method · 0.36