3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 22:20:54 +00:00

start porting grobner basis functionality

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-09-04 18:33:54 -07:00
parent bfcfc517fe
commit 06dbc623c7
8 changed files with 170 additions and 7 deletions

View file

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