mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +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
|
@ -1,6 +1,7 @@
|
|||
/*++
|
||||
Copyright (c) 2015 Microsoft Corporation
|
||||
--*/
|
||||
#include "ast/reg_decl_plugins.h"
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/rel/dl_table.h"
|
||||
#include "muz/fp/dl_register_engine.h"
|
||||
|
@ -22,6 +23,7 @@ static void test_table(mk_table_fn mk_table) {
|
|||
sig.push_back(4);
|
||||
smt_params params;
|
||||
ast_manager ast_m;
|
||||
reg_decl_plugins(ast_m);
|
||||
datalog::register_engine re;
|
||||
datalog::context ctx(ast_m, re, params);
|
||||
datalog::relation_manager & m = ctx.get_rel_context()->get_rmanager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue