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

Method set

gecode/int/nvalues/sym-bit-matrix.hpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 forceinline void
57 SymBitMatrix::set(int x, int y) {
58 assert(x != y);
59 if (x > y) std::swap(x,y);
60 Support::BitSet<Region>::set(static_cast<unsigned int>(pos(x,y)));
61 }
62
63}}}
64

Callers 1

prune_lowerMethod · 0.45

Calls 1

posFunction · 0.50

Tested by

no test coverage detected