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

Method nodes

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

Source from the content-addressed store, hash-verified

39namespace Gecode { namespace Int { namespace BinPacking {
40
41 forceinline int
42 ConflictGraph::nodes(void) const {
43 return b.size();
44 }
45
46 forceinline
47 ConflictGraph::NodeSet::NodeSet(void) {}

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected