mirror of
https://github.com/Z3Prover/z3
synced 2025-11-25 23:19:32 +00:00
debug dio
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ac5c50f179
commit
ceeece6770
4 changed files with 205 additions and 72 deletions
|
|
@ -354,6 +354,7 @@ public:
|
|||
unsigned bj, // the index of the basis column
|
||||
const std_vector<int> & basis_heading) {
|
||||
lp_assert(row_count() > 0);
|
||||
m_work_vector.clear();
|
||||
m_work_vector.resize(column_count());
|
||||
T a;
|
||||
// we use the form -it + 1 = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue