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

Method limit

gecode/search/seq/rbs.hpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 : l(0U), m_stop(s), e_stopped(false) {}
40
41 forceinline void
42 RestartStop::limit(const Search::Statistics& s, unsigned long long int l0) {
43 l = l0;
44 m_stat += s;
45 e_stopped = false;
46 }
47
48 forceinline void
49 RestartStop::update(const Search::Statistics& s) {

Callers 2

rbs.hppFile · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected