Closed krtab closed 9 months ago
Constant booleans are not passed to the solver currently https://github.com/OCamlPro/owi/blob/c3ee732a5992ca42e3aaa51b4a46ba0306eeafd2/src/symbolic_choice.ml#L11-L18
So I think this boils down to having enough reductions implemented in encoding
There's a bug regarding the
Ptr
type returned byowi_alloc
. I just ran this locally, and with-w 8
owi is making 8200 calls to the solver, totaling 34s in the solver. This means that the expressions inowi_assert
, i.e., stuff like this:Is being discharged to the solver instead of being solved concretely
Originally posted by @filipeom in https://github.com/OCamlPro/owi/issues/118#issuecomment-1904588321