Decision var API #59
Closed
amatuag
announced in
Announcements
Replies: 1 comment
-
Unfortunately no, see issue #3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Kissat (or Cadical) have an API similar to the minisat one (pasted below) that allows for control over the decision heuristics ?
void setDecisionVar (Var v, bool b); // Declare if a variable should be eligible for selection in the decision heuristic.
Beta Was this translation helpful? Give feedback.
All reactions