mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 06:45:45 +00:00
port grobner: fix the sum from row creation
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
809647ec2f
commit
4651eb7042
5 changed files with 55 additions and 32 deletions
|
@ -271,8 +271,6 @@ public:
|
|||
/**
|
||||
\brief Reset state. Remove all equalities asserted with assert_eq.
|
||||
*/
|
||||
void reset();
|
||||
|
||||
void get_equations(ptr_vector<equation> & result) const;
|
||||
|
||||
void display_equation(std::ostream & out, equation const & eq) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue