jrclogic / SMCDEL

A symbolic model checker for Dynamic Epistemic Logic.
https://w4eg.de/malvin/illc/smcdelweb
GNU General Public License v2.0
41 stars 9 forks source link

use ZDDs as an alternative to BDDs with CUDD #27

Closed m4lvin closed 1 year ago

m4lvin commented 1 year ago

The goal of this PR is to include the work by @dushiel done as part of the master thesis Zero-suppression Decision Diagrams versus Binary Decision Diagrams on Dynamic Epistemic Logic Model Checking into SMCDEL proper.

Note: the cli and web executables are not affected by this, they still only use CacBDD.

ToDo

NotDo / later

dushiel commented 1 year ago