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
Will be eventually needed if we want to handle effects such as...
(forall (?x - whatever) (oneof (f1 ?x) (f2 ?x)))
Idea would be to unroll; converting the forall to a conjunction over the whatever-typed objects+constants. We need the problem file to get at the objects.
The text was updated successfully, but these errors were encountered:
Will be eventually needed if we want to handle effects such as...
(forall (?x - whatever) (oneof (f1 ?x) (f2 ?x)))
Idea would be to unroll; converting the
forall
to a conjunction over thewhatever
-typed objects+constants. We need the problem file to get at the objects.The text was updated successfully, but these errors were encountered: