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 there is no such thing as "cloning" in yices. This means that---whenever we fork the execution---one of the two branches will use a fresh solver, that does not benefit from incremental solving. If such branch is the only one that's NOT pruned/reverted, then the choice of giving it the fresh solver was sub-optimal, as we throw away incremental solving for no reason.
NOTE: keep in mind that this is only meaningful as long as yices devs don't implement a cloning mechanism.
The text was updated successfully, but these errors were encountered:
Currently there is no such thing as "cloning" in yices. This means that---whenever we fork the execution---one of the two branches will use a fresh solver, that does not benefit from incremental solving. If such branch is the only one that's NOT pruned/reverted, then the choice of giving it the fresh solver was sub-optimal, as we throw away incremental solving for no reason.
NOTE: keep in mind that this is only meaningful as long as yices devs don't implement a cloning mechanism.
The text was updated successfully, but these errors were encountered: