MCPcopy 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

propagateMethod · 0.45
postMethod · 0.45
wait.hppFile · 0.45
copyMethod · 0.45
sameMethod · 0.45
sharedFunction · 0.45
sameFunction · 0.45
chb.hppFile · 0.45
propagateMethod · 0.45
view.hppFile · 0.45
tiesMethod · 0.45
selectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected