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
b6578c9a
Commit
b6578c9a
authored
Apr 15, 2020
by
Cláudio Belo Lourenço
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Infer-loop bug fix: all known variables are now added from the beginning
parent
226ba5b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/infer/infer_loop.ml
src/infer/infer_loop.ml
+1
-0
No files found.
src/infer/infer_loop.ml
View file @
b6578c9a
...
...
@@ -55,6 +55,7 @@ let infer_with_ops ai_ops e cty =
let
cfg
=
ai_ops
.
start_cfg
()
in
let
context
=
ai_ops
.
empty_context
()
in
List
.
iter
(
ai_ops
.
add_variable
context
)
cty
.
cty_args
;
Mpv
.
iter
(
fun
pv
_
->
ai_ops
.
add_variable
context
pv
)
cty
.
cty_effect
.
eff_reads
;
ignore
(
ai_ops
.
put_expr_with_pre
cfg
context
e
cty
.
cty_pre
);
let
fixp
=
ai_ops
.
eval_fixpoints
cfg
context
in
let
domain2term
(
e
,
d
)
=
...
...
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