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

Method workPosition

contribs/qecode/Worker.cc:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76vector<int> QWorker::workPosition() {
77 // access.acquire();
78 // vector<int> ret = currentWork.root();
79 // access.release();
80 return currentWork.root();
81}
82
83void QWorker::run() {
84

Callers 1

trashWorksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected