3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 21:50:52 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-08 14:03:46 +01:00
parent f0451b68f3
commit 44104a5cce
5 changed files with 24 additions and 35 deletions

View file

@ -41,8 +41,6 @@ namespace smt {
context & get_context() const;
void set_plugin(quantifier_manager_plugin * plugin);
void add(quantifier * q, unsigned generation);
void del(quantifier * q);
bool empty() const;