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

Function p_array_int_lq

gecode/flatzinc/registry.cpp:913–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911 }
912
913 void p_array_int_lq(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
914 IntVarArgs iv0 = s.arg2intvarargs(ce[0]);
915 IntVarArgs iv1 = s.arg2intvarargs(ce[1]);
916 rel(s, iv0, IRT_LQ, iv1, s.ann2ipl(ann));
917 }
918
919 void p_array_bool_lt(FlatZincSpace& s, const ConExpr& ce,
920 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