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

Method nq

gecode/int/bin-packing/propagate.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 TellCache::TellCache(Region& region, int m)
81 : _nq(region.alloc<int>(m)), _n_nq(0), _eq(-1) {}
82 forceinline void
83 TellCache::nq(int j) {
84 _nq[_n_nq++] = j;
85 }
86 forceinline void
87 TellCache::eq(int j) {
88 // For eq: -1 mean not yet assigned, -2 means failure, positive means value

Callers 4

propagateMethod · 0.45
commitMethod · 0.45
commitMethod · 0.45
pruneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected