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

Method ngl

gecode/set/branch/val-commit.hpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return (a == 0) ? x.include(home,n) : x.exclude(home,n);
51 }
52 forceinline NGL*
53 ValCommitInc::ngl(Space& home, unsigned int a, SetView x, int n) const {
54 if (a == 0)
55 return new (home) IncNGL(home,x,n);
56 else
57 return nullptr;
58 }
59 forceinline void
60 ValCommitInc::print(const Space&, unsigned int a, SetView, int i, int n,
61 std::ostream& o) const {

Callers 1

postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected