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 given cnf is a shared reference because we will not add learnt clauses.
ZDD is a mutable reference but we can merge its variations by thread join.
we need to store some extra properties, such as activity or phase, on vars.
we could get some nice properties from ZDD itself.
I'm not trying to represent CNF as ZDD which is over 1M cascaded decisions. This is an alternative representation for learnt clauses. It's nice that both of knowledge acquired by conflict learning and the problem itself have the same representation. But this does not mean we have to choose it.
The text was updated successfully, but these errors were encountered:
the given cnf is a shared reference because we will not add learnt clauses.
ZDD is a mutable reference but we can merge its variations by thread
join
.we need to store some extra properties, such as activity or phase, on vars.
we could get some nice properties from ZDD itself.
I'm not trying to represent CNF as ZDD which is over 1M cascaded decisions. This is an alternative representation for learnt clauses. It's nice that both of knowledge acquired by conflict learning and the problem itself have the same representation. But this does not mean we have to choose it.
The text was updated successfully, but these errors were encountered: