MCPcopy Create free account
hub / github.com/Gecode/gecode / operator ()

Method operator ()

gecode/set/relax.cpp:46–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 };
45
46 forceinline ExecStatus
47 Relax::operator ()(Home home, SetVar x, SetVar sx) {
48 SetView xv(x);
49 SetView sxv(sx);
50 SetVarGlbRanges l(sxv);
51 GECODE_ME_CHECK(xv.includeI(home, l));
52 SetVarLubRanges u(sxv);
53 GECODE_ME_CHECK(xv.intersectI(home, u));
54 return ES_OK;
55 }
56
57}}
58

Callers

nothing calls this directly

Calls 2

includeIMethod · 0.45
intersectIMethod · 0.45

Tested by

no test coverage detected