ellmau / adf-obdd

Abstract Dialectical Frameworks solved by Binary Decision Diagrams; developed in Dresden (ADF-BDD)
https://ellmau.github.io/adf-obdd/
MIT License
8 stars 0 forks source link

Analysis of recursion reduction #100

Open ellmau opened 2 years ago

ellmau commented 2 years ago

Is your feature request related to a problem? Please describe. A couple of recursive algorithms are implemented which might perform better in an iterative manner.

Describe the solution you'd like Checking and testing to identify which algorithms can be rewritten for better performance

Describe alternatives you've considered Stay with the current implementation