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

Function precede

gecode/set/precede.cpp:44–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42namespace Gecode {
43
44 void
45 precede(Home home, const SetVarArgs& x, int s, int t) {
46 using namespace Set;
47 Limits::check(s,"Set::precede");
48 Limits::check(t,"Set::precede");
49 GECODE_POST;
50
51 ViewArray<SetView> y(home, x);
52 GECODE_ES_FAIL(Precede::Single<SetView>::post(home, y, s, t));
53 }
54
55 void
56 precede(Home home, const SetVarArgs& x, const IntArgs& c) {

Callers 9

postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
GolfMethod · 0.50
ColoredMatrixMethod · 0.50
SchurMethod · 0.50
p_precedeFunction · 0.50
p_precede_setFunction · 0.50

Calls 3

checkFunction · 0.50
postFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected