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

Method empty

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

Source from the content-addressed store, hash-verified

77 RawBitSetBase::copy(static_cast<unsigned int>(n),ns);
78 }
79 forceinline void
80 ConflictGraph::NodeSet::empty(int n) {
81 RawBitSetBase::clearall(static_cast<unsigned int>(n));
82 }
83 forceinline bool
84 ConflictGraph::NodeSet::iwn(NodeSet& cwa, const NodeSet& a,
85 NodeSet& cwb, const NodeSet& b,

Callers 2

cliqueMethod · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected