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

Method add

gecode/kernel/core.hpp:3853–3858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3851 nl = Support::marked(nl) ? Support::mark(n) : n;
3852 }
3853 forceinline NGL*
3854 NGL::add(NGL* n, bool l) {
3855 nl = Support::marked(nl) ? Support::mark(n) : n;
3856 n->leaf(l);
3857 return n;
3858 }
3859
3860 forceinline
3861 NGL::NGL(void)

Callers 15

setupMethod · 0.45
setupMethod · 0.45
TupleSetBaseMethod · 0.45
TupleSetLargeMethod · 0.45
TupleSetBoolMethod · 0.45
TupleSetTestSizeMethod · 0.45
randomTupleSetFunction · 0.45
CreateMethod · 0.45
GolfMethod · 0.45
ColoredMatrixOptionsMethod · 0.45
same_or_0_tuple_setFunction · 0.45
init_bishopsFunction · 0.45

Calls 3

markedFunction · 0.85
markFunction · 0.85
leafMethod · 0.80

Tested by

no test coverage detected