mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
351cea1439
1 changed files with 1 additions and 0 deletions
|
@ -814,6 +814,7 @@ namespace datalog {
|
|||
|
||||
void context::transform_rules() {
|
||||
m_transf.reset();
|
||||
m_transf.register_plugin(alloc(mk_coi_filter, *this));
|
||||
m_transf.register_plugin(alloc(mk_filter_rules, *this));
|
||||
m_transf.register_plugin(alloc(mk_simple_joins, *this));
|
||||
if (unbound_compressor()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue