3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 00:18:45 +00:00

add pdd_interval to evaluate intervals of pdd expressions

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-24 18:08:03 -08:00
parent fffd764226
commit 1d217595c8
4 changed files with 76 additions and 1 deletions

View file

@ -332,5 +332,4 @@ public:
copy_upper_bound<wd>(b, i);
}
};