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

Method operator ++

gecode/iter/ranges-singleton-append.hpp:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75 template<class J>
76 inline void
77 SingletonAppend<J>::operator ++(void) {
78 if (j()) {
79 mi = j.min(); ma = j.max();
80 ++j;
81 } else {
82 finish();
83 }
84 }
85
86
87 template<class J>

Callers

nothing calls this directly

Calls 3

jFunction · 0.85
minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected