mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 15:34:41 +00:00
make difference logic simplex optimizer incremental
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c1580fb85a
commit
d9c61464d0
6 changed files with 159 additions and 56 deletions
|
|
@ -145,6 +145,7 @@ namespace simplex {
|
|||
|
||||
sparse_matrix(manager& m): m(m) {}
|
||||
~sparse_matrix();
|
||||
void reset();
|
||||
|
||||
class row {
|
||||
unsigned m_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue