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

Method printStatus

contribs/qecode/WorkManager.cc:369–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369void WorkManager::printStatus() {
370 mex.acquire();
371 cout<<(finished?"Problem solved":"Problem not solved")<<endl;
372 cout<<"Size of pool : "<<Todos.size()<<endl;
373 cout<<"# idles : "<<idles.size()<<endl;
374 cout<<"# actives : "<<actives.size()<<endl;
375 mex.release();
376}

Callers

nothing calls this directly

Calls 3

acquireMethod · 0.45
sizeMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected