mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
after merge with Z3Prover
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
942f8f8c49
commit
21bddd94bf
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ void clear() {lean_assert(false); // not implemented
|
||||||
lar_solver::lar_solver() : m_status(OPTIMAL),
|
lar_solver::lar_solver() : m_status(OPTIMAL),
|
||||||
m_infeasible_column_index(-1),
|
m_infeasible_column_index(-1),
|
||||||
m_terms_start_index(1000000),
|
m_terms_start_index(1000000),
|
||||||
m_column_type_function ([this] (unsigned j) {return m_mpq_lar_core_solver.m_column_types()[j];}),
|
|
||||||
m_mpq_lar_core_solver(m_settings, *this)
|
m_mpq_lar_core_solver(m_settings, *this)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue