Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ assigned
Method
assigned
gecode/kernel/data/array.hpp:1035–1041 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1033
1034
template<class Var>
1035
forceinline bool
1036
VarArray<Var>::assigned(void) const {
1037
for (int i=0; i<n; i++)
1038
if (!x[i].assigned())
1039
return false;
1040
return true;
1041
}
1042
1043
1044
template<class Var>
Callers
15
propagate
Method · 0.45
post
Method · 0.45
wait.hpp
File · 0.45
copy
Method · 0.45
same
Method · 0.45
shared
Function · 0.45
same
Function · 0.45
chb.hpp
File · 0.45
propagate
Method · 0.45
view.hpp
File · 0.45
ties
Method · 0.45
select
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected