mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +00:00
added qe_lite preprocessing pass to duality
This commit is contained in:
parent
9e88691c69
commit
673ba137e5
3 changed files with 58 additions and 1 deletions
|
@ -26,6 +26,7 @@ Revision History:
|
|||
#include<sstream>
|
||||
#include<vector>
|
||||
#include<list>
|
||||
#include <set>
|
||||
#include"version.h"
|
||||
#include<limits.h>
|
||||
|
||||
|
@ -561,6 +562,8 @@ namespace Duality {
|
|||
|
||||
expr qe_lite() const;
|
||||
|
||||
expr qe_lite(const std::set<int> &idxs, bool index_of_bound) const;
|
||||
|
||||
friend expr clone_quantifier(const expr &, const expr &);
|
||||
|
||||
friend expr clone_quantifier(const expr &q, const expr &b, const std::vector<expr> &patterns);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue