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

Method leaf

gecode/kernel/core.hpp:3837–3840  ·  view source on GitHub ↗

* No-good literal * */

Source from the content-addressed store, hash-verified

3835 *
3836 */
3837 forceinline bool
3838 NGL::leaf(void) const {
3839 return Support::marked(nl);
3840 }
3841 forceinline NGL*
3842 NGL::next(void) const {
3843 return static_cast<NGL*>(Support::funmark(nl));

Callers 6

nogoods.hppFile · 0.80
rescheduleMethod · 0.80
propagateMethod · 0.80
disposeMethod · 0.80
addMethod · 0.80
ectMethod · 0.80

Calls 3

markedFunction · 0.85
fmarkFunction · 0.85
funmarkFunction · 0.85

Tested by

no test coverage detected