Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator()
Method
operator()
gecode/flatzinc/flatzinc.cpp:1007–1009 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1005
namespace {
1006
struct ConExprOrder {
1007
bool operator() (ConExpr* ce0, ConExpr* ce1) {
1008
return ce0->args->a.size() < ce1->args->a.size();
1009
}
1010
};
1011
}
1012
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected