3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

re-enable transformations

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-06-11 12:00:21 -07:00
parent 868b430b8b
commit ca31c979fe

View file

@ -290,6 +290,8 @@ namespace datalog {
return res;
}
#define _MIN_DONE_ 1
void rel_context::transform_rules() {
rule_transformer transf(m_context);
#ifdef _MIN_DONE_