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

Method isSetVar

gecode/flatzinc/ast.hh:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475 return (dynamic_cast<BoolVar*>(this) != nullptr);
476 }
477 inline bool
478 Node::isSetVar(void) {
479 return (dynamic_cast<SetVar*>(this) != nullptr);
480 }
481 inline bool
482 Node::isFloatVar(void) {
483 return (dynamic_cast<FloatVar*>(this) != nullptr);

Callers 9

yyparseFunction · 0.80
arg2SetVarMethod · 0.80
printElemMethod · 0.80
printElemDiffMethod · 0.80
shrinkElementMethod · 0.80
p_set_inFunction · 0.80
p_set_in_reifFunction · 0.80
p_array_set_elementFunction · 0.80
p_array_set_element_opFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected