mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
fixes for input4/5 #2416
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
06ee09a113
commit
2bd8d3b485
2 changed files with 10 additions and 5 deletions
|
@ -328,6 +328,7 @@ namespace sat {
|
|||
void update_psm(constraint& c) const;
|
||||
void mutex_reduction();
|
||||
void update_pure();
|
||||
void reserve_roots();
|
||||
|
||||
unsigned use_count(literal lit) const { return m_cnstr_use_list[lit.index()].size() + m_clause_use_list.get(lit).size(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue