3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

rebase with Z3Prover/z3/master

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-01-24 16:55:56 -08:00
parent 90f14ec0b3
commit 8ebeaf03b4
3 changed files with 8 additions and 14 deletions

View file

@ -403,7 +403,7 @@ lia_move int_solver::hnf_cut() {
return lia_move::undef;
}
lia_move int_solver::check() {
lia_move int_solver::check(lp::explanation * e) {
++m_number_of_calls;
m_lar_solver->restore_rounded_columns();
SASSERT(m_lar_solver->ax_is_correct());