3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

working on transforms for duality

This commit is contained in:
Ken McMillan 2014-10-04 19:07:14 -07:00
parent e8985ff33d
commit ec48f6d129
2 changed files with 26 additions and 10 deletions

View file

@ -985,6 +985,9 @@ namespace datalog {
flush_add_rules();
break;
case DUALITY_ENGINE:
// this lets us use duality with SAS 2013 abstraction
if(quantify_arrays())
flush_add_rules();
break;
default:
UNREACHABLE();