< returns a "todo" node
| 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 |