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
Currently, device persistency is guaranteed by implementing deriving from DevicePersistent<>, however OF allows to cache solver. This should be sufficient to avoid re-instantiation of the full solver. This should be explored more in detail to remove the need for DevicePersistent<> alltogether.
The text was updated successfully, but these errors were encountered:
Currently, device persistency is guaranteed by implementing deriving from DevicePersistent<>, however OF allows to cache solver. This should be sufficient to avoid re-instantiation of the full solver. This should be explored more in detail to remove the need for DevicePersistent<> alltogether.
The text was updated successfully, but these errors were encountered: