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

Method click

gecode/gist/gist.hpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 _move(heap,1), n_move(0), _compare(heap,1), n_compare(0) {}
168
169 forceinline void
170 Options::I_::click(Inspector* i) {
171 _click[static_cast<int>(n_click++)] = i;
172 }
173 forceinline void
174 Options::I_::solution(Inspector* i) {
175 _solution[static_cast<int>(n_solution++)] = i;

Callers 6

mainFunction · 0.45
mainFunction · 0.45
exploreMethod · 0.45
exploreMethod · 0.45
connectFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected