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:
parent
628bbcc676
commit
b3fc12ffdc
11 changed files with 70 additions and 43 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue