mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 06:45:45 +00:00
add limit checks in Grobner. Issue #599
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c35e1c9852
commit
42726171b5
4 changed files with 45 additions and 16 deletions
|
@ -175,7 +175,7 @@ protected:
|
|||
|
||||
equation * pick_next();
|
||||
|
||||
void simplify_processed(equation * eq);
|
||||
bool simplify_processed(equation * eq);
|
||||
|
||||
void simplify_to_process(equation * eq);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue