mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
additional array handling routines
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
008fc648c1
commit
521d975c84
5 changed files with 121 additions and 44 deletions
|
@ -904,6 +904,7 @@ namespace pdr {
|
|||
return !has_x;
|
||||
}
|
||||
|
||||
|
||||
void reduce_disequalities(model& model, unsigned threshold, expr_ref& fml) {
|
||||
ast_manager& m = fml.get_manager();
|
||||
expr_ref_vector conjs(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue