MCPcopy Create free account
hub / github.com/Gecode/gecode / operator ++

Method operator ++

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

Source from the content-addressed store, hash-verified

115 ConflictGraph::Nodes::Nodes(const NodeSet& ns0)
116 : ns(ns0), c(ns.next(0)) {}
117 forceinline void
118 ConflictGraph::Nodes::operator ++(void) {
119 c = ns.next(c+1);
120 }
121 forceinline int
122 ConflictGraph::Nodes::operator ()(void) const {
123 return static_cast<int>(c);

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected