mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
initial test for polynormalization
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0595fe8cec
commit
dc58bce052
9 changed files with 227 additions and 15 deletions
|
@ -19,7 +19,7 @@ static void test_table(mk_table_fn mk_table) {
|
|||
smt_params params;
|
||||
ast_manager ast_m;
|
||||
datalog::context ctx(ast_m, params);
|
||||
datalog::relation_manager & m = ctx.get_rel_context().get_rmanager();
|
||||
datalog::relation_manager & m = ctx.get_rel_context()->get_rmanager();
|
||||
|
||||
m.register_plugin(alloc(datalog::bitvector_table_plugin, m));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue