mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
only run grobner when horner fails, introduce concat instead copy
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
919946b567
commit
48f7e69d0e
8 changed files with 64 additions and 30 deletions
|
@ -36,7 +36,7 @@ class horner : common {
|
|||
public:
|
||||
typedef intervals::interval interv;
|
||||
horner(core *core, intervals*);
|
||||
void horner_lemmas();
|
||||
bool horner_lemmas();
|
||||
template <typename T> // T has an iterator of (coeff(), var())
|
||||
bool lemmas_on_row(const T&);
|
||||
template <typename T> bool row_is_interesting(const T&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue