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

Method isIntVar

gecode/flatzinc/ast.hh:469–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467 throw TypeError("string literal expected");
468 }
469 inline bool
470 Node::isIntVar(void) {
471 return (dynamic_cast<IntVar*>(this) != nullptr);
472 }
473 inline bool
474 Node::isBoolVar(void) {
475 return (dynamic_cast<BoolVar*>(this) != nullptr);

Callers 15

yyparseFunction · 0.80
arg2intvarargsMethod · 0.80
arg2boolvarargsMethod · 0.80
arg2IntVarMethod · 0.80
isBoolArrayMethod · 0.80
printElemMethod · 0.80
printElemDiffMethod · 0.80
shrinkElementMethod · 0.80
p_int_CMPFunction · 0.80
p_int_CMP_reifFunction · 0.80
p_bool_lin_CMPFunction · 0.80
p_bool_lin_CMP_reifFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected