mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 20:35:51 +00:00
move tbv
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ce5c8b3066
commit
f18dccebc2
7 changed files with 41 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue