mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 09:31:14 +00:00
adding dt-solver (#4739)
* adding dt-solver Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * dt Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * move mbp to self-contained module Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * files Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * Create CMakeLists.txt * dt Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * rename to bool_var2expr to indicate type class * mbp * na
This commit is contained in:
parent
b77c57451f
commit
2f756da294
62 changed files with 2309 additions and 1257 deletions
|
|
@ -26,6 +26,7 @@ Revision History:
|
|||
#include "ast/expr_functors.h"
|
||||
#include "ast/expr_substitution.h"
|
||||
#include "ast/ast_util.h"
|
||||
#include "ast/is_variable_test.h"
|
||||
|
||||
#include "ast/rewriter/expr_replacer.h"
|
||||
#include "ast/rewriter/expr_safe_replace.h"
|
||||
|
|
@ -35,7 +36,6 @@ Revision History:
|
|||
#include "model/model_pp.h"
|
||||
|
||||
#include "qe/qe.h"
|
||||
#include "qe/qe_vartest.h"
|
||||
#include "qe/qe_lite.h"
|
||||
|
||||
#include "muz/spacer/spacer_mev_array.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue