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

Method excl

gecode/int/bin-packing/conflict-graph.hpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 RawBitSetBase::set(static_cast<unsigned int>(i));
70 }
71 forceinline void
72 ConflictGraph::NodeSet::excl(int i) {
73 RawBitSetBase::clear(static_cast<unsigned int>(i));
74 }
75 forceinline void
76 ConflictGraph::NodeSet::copy(int n, const NodeSet& ns) {
77 RawBitSetBase::copy(static_cast<unsigned int>(n),ns);

Callers 2

edgeMethod · 0.80
bkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected