3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

port Grobner, add fixed var dependency to Horner's scheme

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-10-17 12:07:15 -07:00
parent 628bbcc676
commit b3fc12ffdc
11 changed files with 70 additions and 43 deletions

View file

@ -32,6 +32,7 @@ class core;
class horner : common {
intervals m_intervals;
nex_sum m_row_sum;
ci_dependency* m_fixed_var_deps;
public:
typedef intervals::interval interv;
horner(core *core);