mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 01:32:17 +00:00
fix conflict level detection bug with plugins
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
6bb0b196e2
7 changed files with 49 additions and 60 deletions
|
@ -283,12 +283,9 @@ public:
|
|||
conseq.push_back(cons);
|
||||
}
|
||||
}
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
|
||||
virtual lbool find_mutexes(expr_ref_vector const& vars, vector<expr_ref_vector>& mutexes) {
|
||||
sat::literal_vector ls;
|
||||
u_map<expr*> lit2var;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue