Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ size
Method
size
gecode/int/nvalues/graph.hpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
: n_matched(0) {}
39
40
forceinline int
41
Graph::size(void) const {
42
return n_matched;
43
}
44
45
forceinline void
46
Graph::init(Space& home, const ValSet& vs, const ViewArray<IntView>& x) {
Callers
15
cost
Method · 0.45
add
Method · 0.45
disjoint
Method · 0.45
eliminate
Method · 0.45
all_in_valset
Method · 0.45
prune_lower
Method · 0.45
prune_upper
Method · 0.45
post
Method · 0.45
init
Method · 0.45
post
Method · 0.45
post
Method · 0.45
propagate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected