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
Skip simple nondet initialization for arrays of bool
Nondeterministic arrays of Booleans must go through cell-wise
initialization, because they are treated in a special way to cope with
the discrepancy between the Java representation of Bools (as bytes) and
the solver representation (as single bit literals).
0 commit comments