We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a957243 commit fba9ef9Copy full SHA for fba9ef9
README.md
@@ -25,13 +25,18 @@ usage: ask [OPTIONS] <file with one formula> [<output file>]
25
If both -s and -v are provided, Skolemize the <variable to Skolemize> using
26
the symbol <Skolem symbol to use>.
27
28
+ If -e is specified, also output the equality between the Skolem term and
29
+ an epsilon term.
30
+
31
Options:
32
-v <variable to Skolemize>
33
The existential variable to Skolemize.
34
35
-s <Skolem symbol to use>
36
The Skolem symbol base name to use for the Skolemization symbols.
37
Defaults to "aSk" if omitted.
38
39
+ -e Output a choice term for the Skolem term.
40
41
--no-tstp
42
Disable TSTP-compatible output: The output in <output file> (or stdout) will
0 commit comments