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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,8 @@ thf(advanced,logic,(
110
110
$quantification == $cumulative,
111
111
$modalities ==
112
112
[ $modal_system_S5,
113
-
[#a] == $modal_system_KB,
114
-
[#b] == $modal_system_K ] ] )).
113
+
{$box(#a)} == $modal_system_KB,
114
+
{$box(#b)} == $modal_system_K ] ] )).
115
115
```
116
116
Here box operator a is system KB, box operator b is K. Of course, also lists of axiom schemes can be used. All further modal operators are S5 (if existent).
caseSome(spec) if spec.formulaType ==TPTP.AnnotatedFormula.FormulaType.TFF=>
39
-
System.err.println(s"%%% First-order input detected, using modal-logic-to-TFF embedding (redirected from embedding '$$$name' to embedding '${FirstOrderManySortedToTXFEmbedding.name}' version ${FirstOrderManySortedToTXFEmbedding.version}). Use flag -p FORCE_HIGHERORDER if you want to have THF output instead.")
if (testSpecForExtendedEntries(spec)) newModalEmbeddingImpl(problem, embeddingOptions).apply()
42
+
else {
43
+
System.err.println(s"%%% First-order input detected, using modal-logic-to-TFF embedding (redirected from embedding '$$$name' to embedding '${FirstOrderManySortedToTXFEmbedding.name}' version ${FirstOrderManySortedToTXFEmbedding.version}). Use flag -p FORCE_HIGHERORDER if you want to have THF output instead.")
0 commit comments