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

Method limit

gecode/search/stop.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 NodeStop::NodeStop(unsigned long long int l0) : l(l0) {}
53
54 forceinline unsigned long long int
55 NodeStop::limit(void) const {
56 return l;
57 }
58
59 forceinline void
60 NodeStop::limit(unsigned long long int l0) {

Callers 7

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected