added documentation for new Sledehammer option "cache_dir"
authordesharna
Wed, 18 Dec 2024 11:02:56 +0100
changeset 81613 44afa6f1baad
parent 81612 6528e378be87
child 81622 91a7e5719b2b
child 81623 a2e68976251f
added documentation for new Sledehammer option "cache_dir"
src/Doc/Sledgehammer/document/root.tex
--- a/src/Doc/Sledgehammer/document/root.tex	Wed Dec 18 10:43:44 2024 +0100
+++ b/src/Doc/Sledgehammer/document/root.tex	Wed Dec 18 11:02:56 2024 +0100
@@ -825,6 +825,12 @@
 \opnodefault{prover}{string}
 Alias for \textit{provers}.
 
+\opdefault{cache\_dir}{string}{""}
+Specifies whether Sledgehammer should cache the result of the external provers or not and, if yes, where.
+If the option is set to the empty string (i.e., ""), then no caching takes place.
+Otherwise, the string is interpreted as a path to a directory where the cached result will be saved.
+The content of the cache directory can be deleted at any time to reset the cache.
+
 \opsmartfalse{falsify}{dont\_falsify}
 Specifies whether Sledgehammer should look for falsifications or for proofs. If
 the option is set to \textit{smart}, it looks for both.