mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
misc fixes to grobner state (#109)
* fixes to use list bookkeeping Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix reset logic Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix non-termination bug in simplifier Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * missing reset of values Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add configuration to throttle memory usage Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix misc. invariant violations Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * multiple linear constraints seem to be violated Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a9a602c1aa
commit
7eac995824
4 changed files with 141 additions and 60 deletions
|
@ -19,7 +19,6 @@ Revision History:
|
|||
--*/
|
||||
#pragma once
|
||||
#include "util/vector.h"
|
||||
#include "math/lp/indexed_vector.h"
|
||||
#include <ostream>
|
||||
namespace lp {
|
||||
// serves at a set of non-negative integers smaller than the set size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue