Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
76141703
Commit
76141703
authored
Oct 11, 2012
by
Guillaume Melquiond
Browse files
Update the why3.conf example from the documentation.
parent
f74fadf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/technical.tex
View file @
76141703
...
...
@@ -27,22 +27,22 @@ file is reproduced below.
\begin{figure}
[p]
{
\footnotesize
\begin{verbatim}
[main
]
[main]
loadpath = "/usr/local/share/why3/theories"
loadpath = "/usr/local/share/why3/modules"
magic = 1
2
magic = 1
4
memlimit = 0
plugin = "/usr/local/lib/why3/plugins/tptp"
plugin = "/usr/local/lib/why3/plugins/genequlin"
plugin = "/usr/local/lib/why3/plugins/tptpfof"
plugin = "/usr/local/lib/why3/plugins/hypothesis
_
selection"
running
_
provers
_
max = 4
timelimit = 2
[ide
]
[ide]
default
_
editor = "editor
%f"
error
_
color = "orange"
goal
_
color = "gold"
iconset = "boomy"
intro
_
premises = true
premise
_
color = "chartreuse"
print
_
labels = false
...
...
@@ -55,21 +55,30 @@ verbose = 0
window
_
height = 1173
window
_
width = 1024
[prover
coq
]
command = "why3-cpulimit 0
%m -s coqtop -batch -I %l/coq-tactic -R %l/coq Why3 -l %f"
[prover]
command = "
'
why3-cpulimit
'
0
%m -s coqtop -batch -I %l/coq-tactic -R %l/coq Why3 -l %f"
driver = "/usr/local/share/why3/drivers/coq.drv"
editor = "coqide"
in
_
place = false
interactive = true
name = "Coq"
version = "8.3pl3"
shortcut = "coq"
version = "8.3pl4"
[prover
alt-ergo
]
command = "why3-cpulimit
%t %m -s alt-ergo %f"
[prover]
command = "
'
why3-cpulimit
'
%t %m -s alt-ergo %f"
driver = "/usr/local/share/why3/drivers/alt
_
ergo
_
0.93.drv"
editor = ""
in
_
place = false
interactive = false
name = "Alt-Ergo"
version = "0.93"
shortcut = "altergo"
shortcut = "alt-ergo"
version = "0.93.1"
[editor coqide]
command = "coqide -I
%l/coq-tactic -R %l/coq Why3 %f"
name = "CoqIDE"
\end{verbatim}
}
\caption
{
Sample why3.conf file
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment