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

Method allocate

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

Source from the content-addressed store, hash-verified

53 const NodeSet& ns)
54 : Support::RawBitSetBase(r,static_cast<unsigned int>(n),ns) {}
55 forceinline void
56 ConflictGraph::NodeSet::allocate(Region& r, int n) {
57 Support::RawBitSetBase::allocate(r,static_cast<unsigned int>(n));
58 }
59 forceinline void
60 ConflictGraph::NodeSet::init(Region& r, int n) {
61 Support::RawBitSetBase::init(r,static_cast<unsigned int>(n));

Callers 1

bkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected