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
fb4f06d3
Commit
fb4f06d3
authored
1 year ago
by
POLLIEN Baptiste
Browse files
Options
Downloads
Patches
Plain Diff
Update axiom
parent
f9d162b2
Branches
thesis
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
+4
-4
4 additions, 4 deletions
src/verification/CommonFPVerification.v
with
4 additions
and
4 deletions
src/verification/CommonFPVerification.v
+
4
−
4
View file @
fb4f06d3
...
...
@@ -83,7 +83,7 @@ Section FLIGHT_PLAN.
Axiom
eval_c_code_cond
:
forall
code
t
b
,
EVAL_Def
.
eval
t
code
=
b
->
forall
ce
,
fp_trace_to_trace
t
=
ce
.
t
->
forall
ce
,
t
~
t
~
(
ce
.
t
)
->
forall
f
(
f_stmt
:
expr
->
statement
)
k
e
le
k
'
e
'
le
'
ce
''
stmt
,
let
ce
'
:=
app_ctrace
ce
[
::
cond_event
code
b
]
in
(
step2
ge
...
...
@@ -115,7 +115,7 @@ Section FLIGHT_PLAN.
rewrite
/
t
-
He1
'
extract_app_trace
Heval
.
by
apply
(
eval_c_code_cond
Heval
(
trace_generated_eq
He
)).
by
apply
(
eval_c_code_cond
Heval
(
proj2
He
)).
Qed
.
Lemma
eval_c_code_ifthenelse
:
...
...
@@ -212,7 +212,7 @@ Section FLIGHT_PLAN.
->
forall
id
ce
''
tres
ltypes
e_p
k
e
le
k
'
e
'
le
'
stmt
,
tres
=
tbool
->
match_params
ltypes
e_p
params
->
forall
ce
,
fp_trace_to_trace
t
=
ce
.
t
->
forall
ce
,
t
~
t
~
(
ce
.
t
)
->
let
ce
'
:=
app_ctrace
ce
[
::
cond_event
(
gen_fun_call_sem
func
params
)
b
]
in
step2
ge
...
...
@@ -261,7 +261,7 @@ Section FLIGHT_PLAN.
all:
try
by
exists
last
.
all:
by
apply
(
trace_generated_eq
He
).
all:
by
apply
(
proj2
He
).
Qed
.
(
**
*
Lemmas
Usefull
for
the
execution
of
CLight
code
*
)
...
...
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