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

Function p_array_int_lt

gecode/flatzinc/registry.cpp:907–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905 }
906
907 void p_array_int_lt(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
908 IntVarArgs iv0 = s.arg2intvarargs(ce[0]);
909 IntVarArgs iv1 = s.arg2intvarargs(ce[1]);
910 rel(s, iv0, IRT_LE, iv1, s.ann2ipl(ann));
911 }
912
913 void p_array_int_lq(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
914 IntVarArgs iv0 = s.arg2intvarargs(ce[0]);

Callers

nothing calls this directly

Calls 3

arg2intvarargsMethod · 0.80
ann2iplMethod · 0.80
relFunction · 0.50

Tested by

no test coverage detected