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

Method isBoolVar

gecode/flatzinc/ast.hh:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 return (dynamic_cast<IntVar*>(this) != nullptr);
472 }
473 inline bool
474 Node::isBoolVar(void) {
475 return (dynamic_cast<BoolVar*>(this) != nullptr);
476 }
477 inline bool
478 Node::isSetVar(void) {
479 return (dynamic_cast<SetVar*>(this) != nullptr);

Callers 10

yyparseFunction · 0.80
isBoolArrayMethod · 0.80
printElemMethod · 0.80
printElemDiffMethod · 0.80
shrinkElementMethod · 0.80
p_bool2intFunction · 0.80
p_int_inFunction · 0.80
p_int_in_reifFunction · 0.80
p_int_in_impFunction · 0.80
p_set_inFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected