mirror of
https://github.com/Z3Prover/z3
synced 2025-07-17 01:46:39 +00:00
working on pivot
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2d8769dc64
commit
09f31ebb0a
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace polysat {
|
||||||
m_left_basis.reset();
|
m_left_basis.reset();
|
||||||
m_base_vars.reset();
|
m_base_vars.reset();
|
||||||
|
|
||||||
pivot(0,1, 2);
|
// pivot(0,1, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename Ext>
|
template<typename Ext>
|
||||||
|
@ -224,6 +224,7 @@ namespace polysat {
|
||||||
ri = rk;
|
ri = rk;
|
||||||
a_ij = a_kj;
|
a_ij = a_kj;
|
||||||
}
|
}
|
||||||
|
// TBD: should we here recalculate value of basic variables?
|
||||||
SASSERT(well_formed_row(r_k));
|
SASSERT(well_formed_row(r_k));
|
||||||
}
|
}
|
||||||
SASSERT(well_formed());
|
SASSERT(well_formed());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue