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

Function quantifier

contribs/qecode/Strategy.hh:98–98  ·  view source on GitHub ↗

< returns a "todo" node

Source from the content-addressed store, hash-verified

96 QECODE_EXPORT static Strategy Dummy(); ///< returns a "dummy" node
97 QECODE_EXPORT static Strategy Stodo(); ///< returns a "todo" node
98 QECODE_EXPORT forceinline bool quantifier() {return imp->zetag.quantifier;} ///< returns the quantifier of the root (true for universal, false for existential)
99 QECODE_EXPORT forceinline int VMin() {return imp->zetag.Vmin;} ///< returns the index of the first variable of the scope of the root
100 QECODE_EXPORT forceinline int VMax() {return imp->zetag.Vmax;} ///< returns the index of the last variable of the scope of the root
101 QECODE_EXPORT forceinline int scope() {return imp->zetag.scope;} ///< returns the scope of the root

Callers 1

QBFProblemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected