Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
cb4241f1
Commit
cb4241f1
authored
Apr 22, 2020
by
Cláudio Belo Lourenço
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation about debugging flag
parent
a295e17f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
doc/vcgen.rst
doc/vcgen.rst
+12
-9
No files found.
doc/vcgen.rst
View file @
cb4241f1
...
...
@@ -109,15 +109,18 @@ produce exactly the same invariants.
end
There are two additional debugging flags that can be passed to Why3 to
output additional information about the inference of loop
invariants. The ``infer-print-cfg`` will print the Control Flow Graph
(CFG) used for abstract interpretation in a file with the name
``inferdbg.dot``. The ``infer-print-ai-result`` flag will print to the
standard output the computed abstract values at each point of the
CFG. Finally, ``print-inferred-invs`` will print the inferred
invariants to the standard output (note that the displayed identifiers
names might not be consistent with those in the initial program).
There are a few debugging flags that can be passed to Why3 to output
additional information about the inference of loop invariants. The
``infer-print-cfg`` will print the Control Flow Graph (CFG) used for
abstract interpretation in a file with the name ``inferdbg.dot``;
``infer-print-ai-result`` will print to the standard output the
computed abstract values at each point of the CFG;
``print-inferred-invs`` will print the inferred invariants to the
standard output (note that the displayed identifiers names might not
be consistent with those in the initial program); finally, the
``print-domains-loop`` debugging flag will print for each loop the
loop expression, the domain at that point, and its translation into a
Why3 term.
Current limitations
"""""""""""""""""""
...
...
Write
Preview
Markdown
is supported
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