mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
adjust hnf
Signed-off-by: Lev Nachmanson <levnach@hotmail.com> change in settings + random in adding terms to hnf Signed-off-by: Lev Nachmanson <levnach@hotmail.com> add terms in hnf from the beginning Signed-off-by: Lev Nachmanson <levnach@hotmail.com> adjusting settings Signed-off-by: Lev Nachmanson <levnach@hotmail.com> remove non used determinant() Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
eeaca949e0
commit
e5eea467b7
9 changed files with 36 additions and 79 deletions
|
@ -38,7 +38,7 @@ class int_solver {
|
|||
public:
|
||||
// fields
|
||||
lar_solver *m_lar_solver;
|
||||
unsigned m_branch_cut_counter;
|
||||
unsigned m_number_of_calls;
|
||||
lar_term *m_t; // the term to return in the cut
|
||||
mpq *m_k; // the right side of the cut
|
||||
explanation *m_ex; // the conflict explanation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue