Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ assigned
Method
assigned
gecode/set/var-imp/set.hpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
92
93
forceinline bool
94
SetVarImp::assigned(void) const {
95
return glb.size() == lub.size();
96
}
97
98
forceinline unsigned int
99
SetVarImp::cardMin(void) const { return glb.card(); }
Callers
15
propagate
Method · 0.45
propagate
Method · 0.45
propagate
Method · 0.45
propagate
Method · 0.45
propagate
Method · 0.45
propagate
Method · 0.45
propagate
Method · 0.45
propagate
Method · 0.45
print.hpp
File · 0.45
glbSize
Method · 0.45
contains
Method · 0.45
glbMin
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected