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

Method isCall

gecode/flatzinc/ast.hh:333–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 }
332
333 inline bool
334 Node::isCall(const std::string& id) {
335 if (Call* a = dynamic_cast<Call*>(this)) {
336 if (a->id == id)
337 return true;
338 }
339 return false;
340 }
341
342 inline Call*
343 Node::getCall(void) {

Callers 3

get_constraint_namesFunction · 0.80
flattenAnnotationsFunction · 0.80
createBranchersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected