mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
re-enable transformations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
868b430b8b
commit
ca31c979fe
|
@ -290,6 +290,8 @@ namespace datalog {
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define _MIN_DONE_ 1
|
||||||
|
|
||||||
void rel_context::transform_rules() {
|
void rel_context::transform_rules() {
|
||||||
rule_transformer transf(m_context);
|
rule_transformer transf(m_context);
|
||||||
#ifdef _MIN_DONE_
|
#ifdef _MIN_DONE_
|
||||||
|
|
Loading…
Reference in a new issue