You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the Logicblocks library serves only as an abstraction layer to Z3 without adding much benefit. Since the Logicblocks library is probably not going to be maintained anymore, I propose removing it and replacing it with something else.
Describe the solution you'd like
An intermediate layer between SMT and SAT solvers is perfectly fine, however the most important features that such a layer should provide are:
easy export to Dimacs format
efficient representations (Logicblocks just stores an entire syntax tree)
active maintenance
With an export feature, we can still use Z3 but also other solvers as well without too much hassle.
The text was updated successfully, but these errors were encountered:
With the merge of #424, the situation has become quite a bit better here. I'd still like to remove the logicblocks completely and keep some of the useful wrappers at some point.
What's the problem this feature will solve?
At the moment the Logicblocks library serves only as an abstraction layer to Z3 without adding much benefit. Since the Logicblocks library is probably not going to be maintained anymore, I propose removing it and replacing it with something else.
Describe the solution you'd like
An intermediate layer between SMT and SAT solvers is perfectly fine, however the most important features that such a layer should provide are:
With an export feature, we can still use Z3 but also other solvers as well without too much hassle.
The text was updated successfully, but these errors were encountered: