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
|
@ -668,7 +668,7 @@ namespace lp {
|
|||
return display_row(out, row);
|
||||
}
|
||||
|
||||
std::ostream & int_solver::display_row(std::ostream & out, vector<row_cell<rational>> const & row) const {
|
||||
std::ostream & int_solver::display_row(std::ostream & out, std_vector<row_cell<rational>> const & row) const {
|
||||
return m_imp->display_row(out, row);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue