3
0
Fork 0
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:
Nikolaj Bjorner 2013-08-08 14:09:45 -07:00
parent 0595fe8cec
commit dc58bce052
9 changed files with 227 additions and 15 deletions

View file

@ -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));