mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
saved params work
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c3055207ed
commit
cf28cbab0a
130 changed files with 1469 additions and 948 deletions
|
@ -128,7 +128,7 @@ namespace datalog {
|
|||
dl_decl_util dl_util(m);
|
||||
relation_manager & rmgr = ctx.get_rmanager();
|
||||
|
||||
relation_plugin & rel_plugin = *ctx.get_rmanager().get_relation_plugin(params.get_sym(":default-relation", symbol("sparse")));
|
||||
relation_plugin & rel_plugin = *ctx.get_rmanager().get_relation_plugin(params.get_sym("default_relation", symbol("sparse")));
|
||||
SASSERT(&rel_plugin);
|
||||
finite_product_relation_plugin plg(rel_plugin, rmgr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue