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

Method use

gecode/int/gcc/dom-sup.hpp:850–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848 next_vedge(nullptr), prev_vedge(nullptr), ef(EF_NONE) {}
849
850 forceinline void
851 Edge::use(BC bc) {
852 if (bc == UBC)
853 ef |= EF_MRKUB;
854 else
855 ef |= EF_MRKLB;
856 }
857 forceinline void
858 Edge::free(BC bc) {
859 if (bc == UBC)

Callers 4

markMethod · 0.45
markMethod · 0.45
dfsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected