mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
Fix bug in weak abs
Must ensure that weak model makes all summaries true. Otherwise, it is possible to get stuck discovering the same lemma forever.
This commit is contained in:
parent
df7ab0e496
commit
8445e2a7a2
2 changed files with 8 additions and 3 deletions
|
@ -350,9 +350,6 @@ class pred_transformer {
|
|||
|
||||
};
|
||||
|
||||
typedef obj_map<datalog::rule const, expr*> rule2expr;
|
||||
typedef obj_map<datalog::rule const, ptr_vector<app> > rule2apps;
|
||||
typedef obj_map<expr, datalog::rule const*> expr2rule;
|
||||
manager& pm; // spacer::manager
|
||||
ast_manager& m; // ast_manager
|
||||
context& ctx; // spacer::context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue