mirror of
https://github.com/Z3Prover/z3
synced 2025-12-04 02:56:44 +00:00
testing model repair
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4df7ee67f5
commit
179601ffac
2 changed files with 55 additions and 48 deletions
|
|
@ -120,7 +120,7 @@ namespace nla {
|
|||
dd::pdd_manager pddm;
|
||||
vector<constraint> m_constraints;
|
||||
monomial_factory m_monomial_factory;
|
||||
indexed_uint_set m_active, m_inactive;
|
||||
indexed_uint_set m_active;
|
||||
vector<uint_set> m_tabu;
|
||||
vector<rational> m_values;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue