mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 05:58:55 +00:00
merging with the lp fork
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
cf695ab876
commit
b08f094620
44 changed files with 902 additions and 319 deletions
|
@ -118,7 +118,10 @@ lu<T, X>::lu(static_matrix<T, X> const & A,
|
|||
m_r_wave(m_dim),
|
||||
m_U(A, basis), // create the square matrix that eventually will be factorized
|
||||
m_settings(settings),
|
||||
m_row_eta_work_vector(A.row_count()){
|
||||
m_row_eta_work_vector(A.row_count()),
|
||||
m_status(LU_status::OK),
|
||||
m_failure(false),
|
||||
m_refactor_counter(0) {
|
||||
lean_assert(!(numeric_traits<T>::precise() && settings.use_tableau()));
|
||||
#ifdef LEAN_DEBUG
|
||||
debug_test_of_basis(A, basis);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue