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

Method incl

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

Source from the content-addressed store, hash-verified

65 return RawBitSetBase::get(static_cast<unsigned int>(i));
66 }
67 forceinline void
68 ConflictGraph::NodeSet::incl(int i) {
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));

Callers 4

edgeMethod · 0.80
cliqueMethod · 0.80
postMethod · 0.80
bkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected