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

Method copy

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

Source from the content-addressed store, hash-verified

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);
78 }
79 forceinline void
80 ConflictGraph::NodeSet::empty(int n) {
81 RawBitSetBase::clearall(static_cast<unsigned int>(n));

Callers 1

cliqueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected