mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 21:20:52 +00:00
improve equality solving in qe-lite
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
552b386a29
commit
a594597906
4 changed files with 97 additions and 58 deletions
|
@ -43,6 +43,7 @@ namespace smt {
|
|||
typedef vector<std::pair<literal, numeral> > arg_t;
|
||||
typedef simplex::simplex<simplex::mpz_ext> simplex;
|
||||
typedef simplex::row row;
|
||||
typedef simplex::row_iterator row_iterator;
|
||||
|
||||
struct stats {
|
||||
unsigned m_num_conflicts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue