Summary: This diff replaces Fml.fold_dnf, which eagerly enumerates a disjunctive-normal form expansion, with iter_dnf which can be iterated lazily. Fml.iter_dnf is then used in Context.dnf. This means that the full DNF expansion does not need to be allocated by e.g. Smtlib.check_sat, which yields huge peak memory savings. Reviewed By: jvillard Differential Revision: D25946111 fbshipit-source-id: e6d179e9fmaster
parent
67ce2de306
commit
8baec586f0
Loading…
Reference in new issue