mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
fix rewriter loop reported in #1354
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
dbb35b951c
commit
195d81ebef
2 changed files with 3 additions and 1 deletions
|
@ -155,7 +155,7 @@ public:
|
|||
return res;
|
||||
}
|
||||
|
||||
void scan_skolems(const ast &proof){
|
||||
void scan_skolems(const ast &proof) {
|
||||
hash_map<ast,int> memo;
|
||||
scan_skolems_rec(memo,proof, INT_MAX);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue