mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
port Grobner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
47bb9b2689
commit
3fd853752b
2 changed files with 10 additions and 9 deletions
|
@ -147,8 +147,8 @@ bool simplify_processed_with_eq(equation*);
|
|||
void init_equation(equation* eq, nex*, ci_dependency* d);
|
||||
|
||||
std::ostream& display_dependency(std::ostream& out, ci_dependency*);
|
||||
void insert_to_process(equation *eq) { m_to_simplify.insert(eq); }
|
||||
void insert_processed(equation *eq) { m_to_superpose.insert(eq); }
|
||||
void insert_to_simplify(equation *eq) { m_to_simplify.insert(eq); }
|
||||
void insert_to_superpose(equation *eq) { m_to_superpose.insert(eq); }
|
||||
void simplify_equations_to_process();
|
||||
nex_mul * get_highest_monomial(nex * e) const;
|
||||
ci_dependency* dep_from_vector( svector<lp::constraint_index> & fixed_vars_constraints);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue