Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ size
Method
size
test/int.hpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
Assignment::Assignment(int n0, const Gecode::IntSet& d0)
44
: n(n0), d(d0) {}
45
inline int
46
Assignment::size(void) const {
47
return n;
48
}
49
inline
50
Assignment::~Assignment(void) {}
51
Callers
15
float.cpp
File · 0.45
TestSpace
Method · 0.45
dropUntil
Method · 0.45
assigned
Method · 0.45
matchAssignment
Method · 0.45
assign
Method · 0.45
bound
Method · 0.45
cut
Method · 0.45
prune
Method · 0.45
propagators
Method · 0.45
run
Method · 0.45
str
Method · 0.45
Calls
no outgoing calls
Tested by
5
TestSpace
Method · 0.36
str
Method · 0.36
TestSpace
Method · 0.36
next_batch
Method · 0.36
run
Method · 0.36