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

Method done

gecode/support/run-jobs.hpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250 template<class Jobs, class RetType>
251 forceinline bool
252 RunJobs<Jobs,RetType>::Master::done(void) const {
253 return (n_threads == 0) && (!jobs() || stopped()) && rs.empty();
254 }
255
256 template<class Jobs, class RetType>
257 inline

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected