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
The QBF benchmark lacks support for ZDDs. It should not be too difficult to extend the adapter for the final few things still missing; some of it is already done with the new Knight's Tour encoding.
Missing In ZDD Adapters
ithvar(...)
nithvar(...)
ite(...)
exists(...)
forall(...)
pickcube(...)
Other Tasks
Negation seems possibly not the same as the Complement? one should only complement a subset of the variables; essentially leaving all the Don't Care domain variables as-is.
The final quantifier block compares to adapter.top(). Yet, we cannot do so for ZDDs, since we have removed variables. The quick-n-dirty solution is to use an extend at the final quantifier block.
The text was updated successfully, but these errors were encountered:
The QBF benchmark lacks support for ZDDs. It should not be too difficult to extend the adapter for the final few things still missing; some of it is already done with the new Knight's Tour encoding.
Missing In ZDD Adapters
ithvar(...)
nithvar(...)
ite(...)
exists(...)
forall(...)
pickcube(...)
Other Tasks
adapter.top()
. Yet, we cannot do so for ZDDs, since we have removed variables. The quick-n-dirty solution is to use an extend at the final quantifier block.The text was updated successfully, but these errors were encountered: