]> matita.cs.unibo.it Git - helm.git/commitdiff
readme file
authorAndrea Asperti <andrea.asperti@unibo.it>
Tue, 25 Oct 2005 12:15:47 +0000 (12:15 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Tue, 25 Oct 2005 12:15:47 +0000 (12:15 +0000)
helm/ocaml/paramodulation/README [new file with mode: 0644]

diff --git a/helm/ocaml/paramodulation/README b/helm/ocaml/paramodulation/README
new file mode 100644 (file)
index 0000000..d7cd0b9
--- /dev/null
@@ -0,0 +1,21 @@
+make saturate per compilare l'eseguibile da riga di comando (make saturate.opt per la versione ottimizzata)
+
+./saturate -h per vedere una lista di parametri:
+
+./saturate: unknown option `-h'.
+Usage:
+  -full Enable full mode
+  -f Enable/disable full-reduction strategy (default: enabled)
+  -r Weight-Age equality selection ratio (default: 4)
+  -s symbols-based selection ratio (relative to the weight ratio, default: 0)
+  -c Configuration file (for the db connection)
+  -o Term ordering. Possible values are:
+        kbo: Knuth-Bendix ordering
+        nr-kbo: Non-recursive variant of kbo (default)
+        lpo: Lexicographic path ordering
+  -l Time limit in seconds (default: no limit)
+  -w Maximal width (default: 3)
+  -d Maximal depth (default: 3)
+  -retrieve retrieve only
+  -help  Display this list of options
+  --help  Display this list of options