Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ cmp
Method
cmp
contribs/qecode/WorkComparators.hh:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
class BidonComparator : public WorkComparator {
14
public :
15
virtual bool cmp(QWork a,QWork b) {
16
return false;
17
}
18
};
19
20
class DeepFirstComparator : public WorkComparator {
Callers
1
push
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected