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

Method next

gecode/search/seq/pbs.hpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 slave = e; stop = s;
54 }
55 forceinline Space*
56 Slave::next(void) {
57 return slave->next();
58 }
59 forceinline Statistics
60 Slave::statistics(void) const {
61 return slave->statistics();

Callers

nothing calls this directly

Calls 4

constrainMethod · 0.45
stoppedMethod · 0.45
statisticsMethod · 0.45
~SlaveMethod · 0.45

Tested by

no test coverage detected