Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ assigned
Method
assigned
gecode/int/var-imp/int.hpp:241–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
return fst() == nullptr;
240
}
241
forceinline bool
242
IntVarImp::assigned(void) const {
243
return dom.min() == dom.max();
244
}
245
246
247
forceinline unsigned int
Callers
5
print.hpp
File · 0.45
rtest_eq_bnd
Function · 0.45
rtest_nq_bnd
Function · 0.45
val
Method · 0.45
val
Method · 0.45
Calls
2
min
Method · 0.45
max
Method · 0.45
Tested by
2
rtest_eq_bnd
Function · 0.36
rtest_nq_bnd
Function · 0.36