Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
b2f76889
Commit
b2f76889
authored
1 year ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[wp] doc reformulations
parent
ff9a8541
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/wp/doc/manual/wp_plugin.tex
+9
-6
9 additions, 6 deletions
src/plugins/wp/doc/manual/wp_plugin.tex
with
9 additions
and
6 deletions
src/plugins/wp/doc/manual/wp_plugin.tex
+
9
−
6
View file @
b2f76889
...
@@ -1508,10 +1508,12 @@ To enable counter examples generation by \textsf{WP} you shall use
...
@@ -1508,10 +1508,12 @@ To enable counter examples generation by \textsf{WP} you shall use
\verb
+
-wp-counter-examples
+
option. Then, for each selected solver that has a
\verb
+
-wp-counter-examples
+
option. Then, for each selected solver that has a
counter-examples variant, this variant will be used instead and counter-examples
counter-examples variant, this variant will be used instead and counter-examples
will be asked to the solver in case of unknown result. Notice that you can also
will be asked to the solver in case of unknown result. Notice that you can also
use counter-examples solvers
\emph
{
without
}
asking for counter-examples, by
use counter-examples solvers
\emph
{
without
}
asking for counter-examples. For
using
\verb
+
-wp-no-counter-examples
+
, which is the default. Notice that
instance, with option
\verb
+
-wp-prover cvc4-ce
+
,
\textsf
{
WP
}
will use this
solvers variants with counter-examples support are generally a bit slower than
version of the prover, even if counter examples is not active; the prover will
their original version.
not be asked to report models, unless counter examples
\emph
{
is
}
activate. Notice that solvers variants with counter-examples support are
generally a bit slower than their original version.
A proof obligation for which a counter-example has been generated is reported by
A proof obligation for which a counter-example has been generated is reported by
\textsf
{
WP
}
by the string
\verb
+
"(Model)"
+
after its proof status. For instance:
\textsf
{
WP
}
by the string
\verb
+
"(Model)"
+
after its proof status. For instance:
...
@@ -1571,8 +1573,9 @@ general syntax for the annotation is:
...
@@ -1571,8 +1573,9 @@ general syntax for the annotation is:
\]
\]
Probes are normalized by
\textsf
{
Qed
}
during simplification of proof obligations
Probes are normalized by
\textsf
{
Qed
}
during simplification of proof obligations
by
\textsf
{
WP
}
. Their (simplified) term definitions are also reported when
by
\textsf
{
WP
}
. Their (simplified) term definitions are reported when printing
printing proof obligations. For instance:
proof obligations, and their model values are reported when printing proof
results, when available. For instance:
\begin{shell}
\begin{shell}
# frama-c [...] -wp-status
# frama-c [...] -wp-status
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment