mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
use std_vector more and getting NOT_IMPLEMENTING in C:\dev\z3\src\math\lp\dioph_eq.cpp
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
57b665d075
commit
008e9229a5
15 changed files with 33 additions and 37 deletions
|
@ -558,7 +558,7 @@ namespace nla {
|
|||
add_eq(r, dep);
|
||||
}
|
||||
|
||||
void grobner::add_row(const vector<lp::row_cell<rational>> & row) {
|
||||
void grobner::add_row(const std_vector<lp::row_cell<rational>> & row) {
|
||||
u_dependency *dep = nullptr;
|
||||
rational val;
|
||||
dd::pdd sum = m_pdd_manager.mk_val(rational(0));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue