mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 19:24:44 +00:00
add assertions to simplifier
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bd879c1016
commit
e28701a64c
14 changed files with 391 additions and 213 deletions
|
@ -883,6 +883,8 @@ namespace smt {
|
|||
max_min_t max_min(row & r, bool max, bool& has_shared);
|
||||
bool max_min(svector<theory_var> const & vars);
|
||||
|
||||
max_min_t max_min_new(theory_var v, bool max, bool& has_shared);
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
// Non linear
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue