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

Function p_array_bool_clause_reif

gecode/flatzinc/registry.cpp:649–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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]);
652 BoolVarArgs bvn = s.arg2boolvarargs(ce[1]);
653 BoolVar b0 = s.arg2BoolVar(ce[2]);
654 clause(s, BOT_OR, bvp, bvn, b0, s.ann2ipl(ann));
655 }
656 void p_array_bool_clause_imp(FlatZincSpace& s, const ConExpr& ce,
657 AST::Node* ann) {
658 BoolVarArgs bvp = s.arg2boolvarargs(ce[0]);

Callers

nothing calls this directly

Calls 4

clauseFunction · 0.85
arg2boolvarargsMethod · 0.80
arg2BoolVarMethod · 0.80
ann2iplMethod · 0.80

Tested by

no test coverage detected