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

Method actor

gecode/kernel/core.hpp:4149–4153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4147 */
4148 template<class VIC>
4149 forceinline ActorLink**
4150 VarImp<VIC>::actor(PropCond pc) {
4151 assert((pc >= 0) && (pc < pc_max+2));
4152 return (pc == 0) ? b.base : b.base+u.idx[pc-1];
4153 }
4154
4155 template<class VIC>
4156 forceinline ActorLink**

Callers 3

afcMethod · 0.80
updateMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected