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

Method updateBeta

gecode/int/precede/single.hpp:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70 template<class View>
71 forceinline ExecStatus
72 Single<View>::updateBeta(Space& home) {
73 int n = x.size();
74 do {
75 beta++;
76 } while ((beta < n) && !x[beta].in(s));
77 if (beta > gamma)
78 GECODE_ME_CHECK(x[alpha].eq(home, s));
79 return ES_OK;
80 }
81
82 template<class View>
83 forceinline

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
inMethod · 0.45
eqMethod · 0.45

Tested by

no test coverage detected