-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathROOT
42 lines (37 loc) · 1 KB
/
ROOT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
session "IsaRARE" (main) = "HOL-CVC" +
description
"IsaRARE transforms rewrite rules in the RARE language into Isabelle lemmas"
options [document = pdf, document_output = "docs", quick_and_dirty]
sessions
"HOL-Library"
"Word_Lib"
theories
IsaRARE (global)
document_files
"RARE.tex"
"root.bib"
"root.tex"
session "IsaRARE-Tests" in "Tests" = "IsaRARE" +
description
"Runs IsaRARE on RARE rules from various theories that can be found in Tests/Regressions/."
sessions
"HOL-Library"
"Word_Lib"
theories
"IsaRARE_Tests"
session "IsaRARE-Results" in "Tests/Regression" = "HOL-CVC" +
theories
"EUF_Rewrites"
"Set_Rewrites"
"Array_Rewrites"
"Arith_Rewrites"
"String_Rewrites"
"Bitvector_Rewrites_Proven"
session "IsaRARE-Results-Autoproven" in "Tests/Regression/Autoproven" = "HOL-CVC" +
theories
"EUF_Rewrites_Autoproven"
"Set_Rewrites_Autoproven"
"Array_Rewrites_Autoproven"
"Arith_Rewrites_Autoproven"
"String_Rewrites_Autoproven"
"Bitvector_Rewrites_Autoproven"