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

Function p_all_equal

gecode/flatzinc/registry.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void p_all_equal(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
97 IntVarArgs va = s.arg2intvarargs(ce[0]);
98 rel(s, va, IRT_EQ, s.ann2ipl(ann));
99 }
100
101 void p_int_CMP(FlatZincSpace& s, IntRelType irt, const ConExpr& ce,
102 AST::Node* ann) {

Callers

nothing calls this directly

Calls 3

arg2intvarargsMethod · 0.80
ann2iplMethod · 0.80
relFunction · 0.50

Tested by

no test coverage detected