MCPcopy Create free account
hub / github.com/Gecode/gecode / actorNonZero

Method actorNonZero

gecode/kernel/core.hpp:4156–4160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4154
4155 template<class VIC>
4156 forceinline ActorLink**
4157 VarImp<VIC>::actorNonZero(PropCond pc) {
4158 assert((pc > 0) && (pc < pc_max+2));
4159 return b.base+u.idx[pc-1];
4160 }
4161
4162 template<class VIC>
4163 forceinline unsigned int&

Callers 3

afcMethod · 0.80
updateMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected