Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FloVer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AVA
FloVer
Commits
539a03bf
Commit
539a03bf
authored
May 25, 2018
by
Nikita Zyuzin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'affine_arithmetic' of
https://gitlab.mpi-sws.org/AVA/FloVer
into affine_arithmetic
parents
a2ca6cec
ba088ef4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
65 additions
and
5 deletions
+65
-5
scripts/eval_affine.sh
scripts/eval_affine.sh
+15
-1
scripts/eval_fixed.sh
scripts/eval_fixed.sh
+50
-4
No files found.
scripts/eval_affine.sh
View file @
539a03bf
...
...
@@ -60,8 +60,22 @@ do
cd
..
#run coq checker
#run coq checker
3 times
echo
"Working on Coq
$CERTNAME
"
>>
$2
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
coqc
-R
./coq Flover
\
./daisy/output/
$CERTNAME
.v
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
rm
./daisy/output/
$CERTNAME
.vo
rm
./daisy/output/
$CERTNAME
.glob
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
coqc
-R
./coq Flover
\
./daisy/output/
$CERTNAME
.v
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
rm
./daisy/output/
$CERTNAME
.vo
rm
./daisy/output/
$CERTNAME
.glob
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
coqc
-R
./coq Flover
\
./daisy/output/
$CERTNAME
.v
;
}
2>&1
)
echo
$RESULT
>>
$1
...
...
scripts/eval_fixed.sh
View file @
539a03bf
...
...
@@ -57,13 +57,27 @@ do
cd
..
#run coq checker
#run coq checker
3 times
echo
"Working on Coq
$CERTNAME
"
>>
$2
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
coqc
-R
./coq Flover
\
./daisy/output/
$CERTNAME
.v
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
#run HOL4 checker
rm
./daisy/output/
$CERTNAME
.vo
rm
./daisy/output/
$CERTNAME
.glob
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
coqc
-R
./coq Flover
\
./daisy/output/
$CERTNAME
.v
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
rm
./daisy/output/
$CERTNAME
.vo
rm
./daisy/output/
$CERTNAME
.glob
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
coqc
-R
./coq Flover
\
./daisy/output/
$CERTNAME
.v
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
#run HOL4 checker 3 times
cp
./daisy/output/
*
Script.sml ./hol4/output/
cd
./hol4/output/
echo
"Working on
$CERTNAME
Theory.sig"
>>
$2
...
...
@@ -72,16 +86,48 @@ do
RESULT
=
${
RESULT
%%M2*
}
echo
-n
$RESULT
>>
$1
rm
./certificate_
*
Theory
*
RESULT
=
$(
{
/usr/bin/time
-f
"M1, %e M2"
Holmake
$CERTNAME
"Theory.sig"
;
}
2>&1
)
RESULT
=
${
RESULT
#*M1
}
RESULT
=
${
RESULT
%%M2*
}
echo
-n
$RESULT
>>
$1
rm
./certificate_
*
Theory
*
RESULT
=
$(
{
/usr/bin/time
-f
"M1, %e M2"
Holmake
$CERTNAME
"Theory.sig"
;
}
2>&1
)
RESULT
=
${
RESULT
#*M1
}
RESULT
=
${
RESULT
%%M2*
}
echo
-n
$RESULT
>>
$1
cd
../../
#
#run HOL4 binary
#
run HOL4 binary 3 times
echo
"Working on CakeML
$CERTNAME
"
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
hol4/binary/cake_checker
\
./daisy/output/certificate_
*
".txt"
>>
$2
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
# #run Coq binary
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
hol4/binary/cake_checker
\
./daisy/output/certificate_
*
".txt"
>>
$2
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
hol4/binary/cake_checker
\
./daisy/output/certificate_
*
".txt"
>>
$2
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
# #run Coq binary 3 times
echo
"Working on Coq binary
$CERTNAME
"
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
coq/binary/coq_checker_native
\
./daisy/output/certificate_
*
".txt"
>>
$2
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
coq/binary/coq_checker_native
\
./daisy/output/certificate_
*
".txt"
>>
$2
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
coq/binary/coq_checker_native
\
./daisy/output/certificate_
*
".txt"
>>
$2
;
}
2>&1
)
...
...
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