Skip to content

Commit fba9ef9

Browse files
committed
update README
1 parent a957243 commit fba9ef9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,18 @@ usage: ask [OPTIONS] <file with one formula> [<output file>]
2525
If both -s and -v are provided, Skolemize the <variable to Skolemize> using
2626
the symbol <Skolem symbol to use>.
2727
28+
If -e is specified, also output the equality between the Skolem term and
29+
an epsilon term.
30+
2831
Options:
2932
-v <variable to Skolemize>
3033
The existential variable to Skolemize.
3134
3235
-s <Skolem symbol to use>
3336
The Skolem symbol base name to use for the Skolemization symbols.
3437
Defaults to "aSk" if omitted.
38+
39+
-e Output a choice term for the Skolem term.
3540
3641
--no-tstp
3742
Disable TSTP-compatible output: The output in <output file> (or stdout) will

0 commit comments

Comments
 (0)