Skip to content
Snippets Groups Projects
Commit a3cea6c4 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp/doc] Update interactive mode options

parent b0bbfb3e
No related branches found
No related tags found
No related merge requests found
......@@ -995,12 +995,16 @@ See \texttt{-wp-interactive <mode>} option for details.
For each goal, the first decision procedure that succeeds cancels the
other attempts.
\item[\tt -wp-interactive <mode>] selects the interaction mode with
interactive provers such as Coq. Three modes are available:
\texttt{"batch"} mode only check existing scripts (the default);
\texttt{"edit"} mode opens the default prover editor on each generated goal;
\texttt{"fix"} mode only opens
editor for non-proved goals. New scripts are created in the \texttt{interactive}
directory of \textsf{WP} session (see option \texttt{-wp-session <dir>}).
interactive provers such as Coq. Five modes are available:
\begin{itemize}
\item \texttt{"batch"} mode only check existing scripts (the default);
\item \texttt{"update"} mode update the script and then checks it;
\item \texttt{"edit"} mode opens the default prover editor on each generated goal;
\item \texttt{"fix"} mode only opens editor for non-proved goals;
\item \texttt{"fixup"} combines \texttt{"update"} and \texttt{"fix"} (if necessary).
\end{itemize}
New scripts are created in the \texttt{interactive} directory of \textsf{WP}
session (see option \texttt{-wp-session <dir>}).
\item[\tt -wp-detect] lists the provers available for \textsf{Why-3}.
This command can only work if \textsf{why3} API was installed before building and
installing \textsf{Frama-C}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment