3
0
Fork 0
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:
Nikolaj Bjorner 2012-11-26 14:18:20 -08:00
parent 008fc648c1
commit 521d975c84
5 changed files with 121 additions and 44 deletions

View file

@ -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);