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:
parent
bfcfc517fe
commit
06dbc623c7
8 changed files with 170 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue