3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-30 20:35:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-06-21 21:12:46 -07:00
parent ce5c8b3066
commit f18dccebc2
7 changed files with 41 additions and 34 deletions

View file

@ -16,12 +16,18 @@ Author:
#include <limits>
#include "math/dd/dd_bdd.h"
#include "math/interval/mod_interval.h"
#include "math/polysat/types.h"
namespace polysat {
class solver;
class viable_values : public mod_interval<rational> {
};
class viable {
typedef dd::bdd bdd;
solver& s;