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

Function p_set_lt

gecode/flatzinc/registry.cpp:1920–1922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1918 p_set_rel(s, SRT_LQ, ce);
1919 }
1920 void p_set_lt(FlatZincSpace& s, const ConExpr& ce, AST::Node *) {
1921 p_set_rel(s, SRT_LE, ce);
1922 }
1923 void p_set_card(FlatZincSpace& s, const ConExpr& ce, AST::Node *) {
1924 if (!ce[1]->isIntVar()) {
1925 cardinality(s, s.arg2SetVar(ce[0]), ce[1]->getInt(),

Callers

nothing calls this directly

Calls 1

p_set_relFunction · 0.85

Tested by

no test coverage detected