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
There's a bug regarding the Ptr type returned by owi_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 in owi_assert, i.e., stuff like this:
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 #118 (comment)
The text was updated successfully, but these errors were encountered: