mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix incorrect bound in order-lemma
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
23c12b75af
commit
5ee9edf46b
6 changed files with 34 additions and 28 deletions
|
@ -181,7 +181,7 @@ private:
|
|||
void del_equation(equation& eq) { del_equation(&eq); }
|
||||
void del_equation(equation* eq);
|
||||
equation_vector& get_queue(equation const& eq);
|
||||
void retire(equation* eq) { dealloc(eq); }
|
||||
void retire(equation* eq);
|
||||
void pop_equation(equation& eq);
|
||||
void pop_equation(equation* eq) { pop_equation(*eq); }
|
||||
void push_equation(eq_state st, equation& eq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue