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

Method init

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

Source from the content-addressed store, hash-verified

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));
62 }
63 forceinline bool
64 ConflictGraph::NodeSet::in(int i) const {
65 return RawBitSetBase::get(static_cast<unsigned int>(i));

Callers 2

iwnMethod · 0.45
conflict-graph.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected