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

Method getNewWorks

contribs/qecode/WorkManager.cc:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89void WorkManager::getNewWorks() {
90 // cout<<"WM asking for "<<actives.front()<<" to stopandreturn"<<endl;
91 (actives.front())->stopAndReturn();
92}
93
94WorkManager::WorkManager(Qcop* p,WorkComparator* c) : Todos(c) {
95 problem=p;

Callers

nothing calls this directly

Calls 1

stopAndReturnMethod · 0.80

Tested by

no test coverage detected