mirror of
https://github.com/Z3Prover/z3
synced 2026-01-18 16:28:56 +00:00
prepare symbols to be more abstract, update mbi, delay initialize some modules
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
74d3493d74
commit
78a1736bd2
25 changed files with 286 additions and 357 deletions
|
|
@ -5,6 +5,8 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
--*/
|
||||
|
||||
#ifdef _WINDOWS
|
||||
|
||||
#include "ast/reg_decl_plugins.h"
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/fp/dl_register_engine.h"
|
||||
#include "muz/rel/dl_relation_manager.h"
|
||||
|
|
@ -18,6 +20,7 @@ namespace datalog {
|
|||
static void test_interval_relation() {
|
||||
smt_params params;
|
||||
ast_manager ast_m;
|
||||
reg_decl_plugins(ast_m);
|
||||
register_engine re;
|
||||
context ctx(ast_m, re, params);
|
||||
arith_util autil(ast_m);
|
||||
|
|
@ -122,6 +125,7 @@ namespace datalog {
|
|||
|
||||
smt_params params;
|
||||
ast_manager ast_m;
|
||||
reg_decl_plugins(ast_m);
|
||||
register_engine re;
|
||||
context ctx(ast_m, re, params);
|
||||
arith_util autil(ast_m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue