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
Skolemization in temporal models occurs after the expansion of temporal operators into FOL. This means that although formulas like always some a : A | ... are still skolemized internally, they aren't mapped back into the temporal instance shown to the user. Fixing this would require skolemization to occur earlier in the translation, at the temporal logic level.
The text was updated successfully, but these errors were encountered:
Skolemization in temporal models occurs after the expansion of temporal operators into FOL. This means that although formulas like
always some a : A | ...
are still skolemized internally, they aren't mapped back into the temporal instance shown to the user. Fixing this would require skolemization to occur earlier in the translation, at the temporal logic level.The text was updated successfully, but these errors were encountered: