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

Method solution

gecode/gist/gist.hpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
176 }
177 forceinline void
178 Options::I_::move(Inspector* i) {
179 _move[static_cast<int>(n_move++)] = i;

Callers 2

slaveMethod · 0.45
connectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected