Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VFPG
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
POLLIEN Baptiste
VFPG
Commits
17e47394
Commit
17e47394
authored
1 year ago
by
POLLIEN Baptiste
Browse files
Options
Downloads
Patches
Plain Diff
Update notation
parent
3e9c8046
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/verification/CommonFPVerification.v
+2
-2
2 additions, 2 deletions
src/verification/CommonFPVerification.v
with
2 additions
and
2 deletions
src/verification/CommonFPVerification.v
+
2
−
2
View file @
17e47394
...
...
@@ -206,7 +206,7 @@ Section FLIGHT_PLAN.
can
be
converted
into
a
trace
and
replaced
by
a
boolean
constant
.
This
constant
is
the
result
of
the
evaluation
of
the
condition
using
evalc
function
.
*
)
Axiom
exec_arb
itrary_fun
_call_with_res
:
Axiom
exec_arb_call_with_res
:
forall
f
func
params
t
b
,
EVAL_Def
.
eval
t
(
gen_fun_call_sem
func
params
)
=
b
->
forall
id
m
'
tres
ltypes
e_p
k
e
le
k
'
e
'
le
'
stmt
,
...
...
@@ -256,7 +256,7 @@ Section FLIGHT_PLAN.
all:
rewrite
/
t
-
He1
'
extract_app_trace
Heval
.
all:
apply
(
exec_arb
itrary_fun
_call_with_res
Heval
);
all:
apply
(
exec_arb_call_with_res
Heval
);
try
by
[];
simpl_eqparam_ex
wp
.
all:
try
by
exists
last
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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