mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
port Grobner, add fixed var dependencies to create_sum_from_row()
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b3fc12ffdc
commit
7fbf3e0707
11 changed files with 87 additions and 44 deletions
|
@ -165,5 +165,6 @@ bool simplify_processed_with_eq(equation*);
|
|||
void insert_to_process(equation *eq) { m_to_process.insert(eq); }
|
||||
void simplify_equations_to_process();
|
||||
const nex_mul * get_highest_monomial(const nex * e) const;
|
||||
ci_dependency* dep_from_vector( svector<lp::constraint_index> & fixed_vars_constraints);
|
||||
}; // end of grobner
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue