Node getLowerCache(TNode term) const;
bool hasLowerCache(TNode term) const;
Node lowerNode(TNode current, bool topLevel = false);
- Statistics d_statistics;
NodeNodeMap d_lowerCache;
Node d_one;
Node d_zero;
+ Statistics d_statistics;
}; // class
} // namespace passes
} // namespace preprocessing
void liftBvToBool(const std::vector<Node>& assertions,
std::vector<Node>& new_assertions);
- Statistics d_statistics;
NodeNodeMap d_liftCache;
NodeNodeMap d_boolCache;
Node d_one;
Node d_zero;
+ Statistics d_statistics;
};
} // namespace passes