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

Function p_array_bool_clause

gecode/flatzinc/registry.cpp:643–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641 rel(s, s.arg2BoolVar(ce[1]), BOT_IMP, tmp, 1);
642 }
643 void p_array_bool_clause(FlatZincSpace& s, const ConExpr& ce,
644 AST::Node* ann) {
645 BoolVarArgs bvp = s.arg2boolvarargs(ce[0]);
646 BoolVarArgs bvn = s.arg2boolvarargs(ce[1]);
647 clause(s, BOT_OR, bvp, bvn, 1, s.ann2ipl(ann));
648 }
649 void p_array_bool_clause_reif(FlatZincSpace& s, const ConExpr& ce,
650 AST::Node* ann) {
651 BoolVarArgs bvp = s.arg2boolvarargs(ce[0]);

Callers

nothing calls this directly

Calls 3

clauseFunction · 0.85
arg2boolvarargsMethod · 0.80
ann2iplMethod · 0.80

Tested by

no test coverage detected