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

Function p_bool_CMP

gecode/flatzinc/registry.cpp:504–508  ·  view source on GitHub ↗

Boolean constraints */

Source from the content-addressed store, hash-verified

502
503 /* Boolean constraints */
504 void p_bool_CMP(FlatZincSpace& s, IntRelType irt, const ConExpr& ce,
505 AST::Node* ann) {
506 rel(s, s.arg2BoolVar(ce[0]), irt, s.arg2BoolVar(ce[1]),
507 s.ann2ipl(ann));
508 }
509 void p_bool_CMP_reif(FlatZincSpace& s, IntRelType irt, ReifyMode rm,
510 const ConExpr& ce, AST::Node* ann) {
511 rel(s, s.arg2BoolVar(ce[0]), irt, s.arg2BoolVar(ce[1]),

Callers 6

p_bool_eqFunction · 0.85
p_bool_neFunction · 0.85
p_bool_geFunction · 0.85
p_bool_leFunction · 0.85
p_bool_gtFunction · 0.85
p_bool_ltFunction · 0.85

Calls 3

arg2BoolVarMethod · 0.80
ann2iplMethod · 0.80
relFunction · 0.50

Tested by

no test coverage detected