mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
add pdd_interval to evaluate intervals of pdd expressions
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
fffd764226
commit
1d217595c8
4 changed files with 76 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "math/dd/dd_pdd.h"
|
||||
#include "math/dd/pdd_eval.h"
|
||||
#include "math/dd/pdd_interval.h"
|
||||
|
||||
namespace dd {
|
||||
static void test1() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue