mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
start porting grobner basis functionality
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
d0d7813b9b
commit
490672a5ba
11 changed files with 93 additions and 47 deletions
|
@ -119,7 +119,7 @@ lu<M>::lu(const M& A,
|
|||
#ifdef Z3DEBUG
|
||||
debug_test_of_basis(A, basis);
|
||||
#endif
|
||||
++m_settings.st().m_num_factorizations;
|
||||
++m_settings.stats().m_num_factorizations;
|
||||
create_initial_factorization();
|
||||
#ifdef Z3DEBUG
|
||||
// lp_assert(check_correctness());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue