fm-weck 1.4.0__py3-none-any.whl → 1.4.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. fm_weck/__init__.py +1 -1
  2. fm_weck/cli.py +11 -1
  3. fm_weck/engine.py +15 -9
  4. fm_weck/resources/fm_tools/2ls.yml +14 -0
  5. fm_weck/resources/fm_tools/aise.yml +16 -3
  6. fm_weck/resources/fm_tools/aprove.yml +72 -48
  7. fm_weck/resources/fm_tools/brick.yml +13 -0
  8. fm_weck/resources/fm_tools/bubaak-split.yml +15 -0
  9. fm_weck/resources/fm_tools/bubaak.yml +15 -0
  10. fm_weck/resources/fm_tools/cbmc.yml +10 -0
  11. fm_weck/resources/fm_tools/cetfuzz.yml +12 -1
  12. fm_weck/resources/fm_tools/coastal.yml +11 -0
  13. fm_weck/resources/fm_tools/concurrentwitness2test.yml +21 -2
  14. fm_weck/resources/fm_tools/cooperace.yml +51 -0
  15. fm_weck/resources/fm_tools/coveriteam-verifier-algo-selection.yml +13 -0
  16. fm_weck/resources/fm_tools/coveriteam-verifier-parallel-portfolio.yml +13 -0
  17. fm_weck/resources/fm_tools/coveritest.yml +14 -0
  18. fm_weck/resources/fm_tools/cpa-bam-bnb.yml +11 -0
  19. fm_weck/resources/fm_tools/cpa-bam-smg.yml +11 -0
  20. fm_weck/resources/fm_tools/cpa-lockator.yml +11 -0
  21. fm_weck/resources/fm_tools/cpa-witness2test.yml +9 -0
  22. fm_weck/resources/fm_tools/cpachecker.yml +68 -1
  23. fm_weck/resources/fm_tools/cpv.yml +17 -2
  24. fm_weck/resources/fm_tools/crux.yml +11 -0
  25. fm_weck/resources/fm_tools/cseq.yml +11 -4
  26. fm_weck/resources/fm_tools/dartagnan.yml +22 -0
  27. fm_weck/resources/fm_tools/deagle.yml +32 -1
  28. fm_weck/resources/fm_tools/divine.yml +11 -0
  29. fm_weck/resources/fm_tools/ebf.yml +9 -0
  30. fm_weck/resources/fm_tools/emergentheta.yml +23 -0
  31. fm_weck/resources/fm_tools/esbmc-incr.yml +32 -5
  32. fm_weck/resources/fm_tools/esbmc-kind.yml +33 -1
  33. fm_weck/resources/fm_tools/fdse.yml +23 -3
  34. fm_weck/resources/fm_tools/fizzer.yml +24 -0
  35. fm_weck/resources/fm_tools/frama-c-sv.yml +11 -0
  36. fm_weck/resources/fm_tools/fshell-witness2test.yml +10 -0
  37. fm_weck/resources/fm_tools/fusebmc-ia.yml +9 -0
  38. fm_weck/resources/fm_tools/fusebmc.yml +19 -1
  39. fm_weck/resources/fm_tools/gazer-theta.yml +13 -0
  40. fm_weck/resources/fm_tools/gdart-llvm.yml +10 -0
  41. fm_weck/resources/fm_tools/gdart.yml +31 -0
  42. fm_weck/resources/fm_tools/goblint.yml +50 -2
  43. fm_weck/resources/fm_tools/graves-par.yml +13 -0
  44. fm_weck/resources/fm_tools/graves.yml +12 -0
  45. fm_weck/resources/fm_tools/gwit.yml +9 -0
  46. fm_weck/resources/fm_tools/hornix.yml +55 -0
  47. fm_weck/resources/fm_tools/hybridtiger.yml +11 -0
  48. fm_weck/resources/fm_tools/infer.yml +11 -0
  49. fm_weck/resources/fm_tools/java-ranger.yml +25 -3
  50. fm_weck/resources/fm_tools/jayhorn.yml +12 -0
  51. fm_weck/resources/fm_tools/jbmc.yml +19 -3
  52. fm_weck/resources/fm_tools/jcwit.yml +11 -0
  53. fm_weck/resources/fm_tools/jdart.yml +11 -0
  54. fm_weck/resources/fm_tools/klee.yml +11 -0
  55. fm_weck/resources/fm_tools/kleef.yml +24 -5
  56. fm_weck/resources/fm_tools/korn.yml +16 -0
  57. fm_weck/resources/fm_tools/lazycseq.yml +13 -0
  58. fm_weck/resources/fm_tools/legion-symcc.yml +10 -0
  59. fm_weck/resources/fm_tools/legion.yml +11 -0
  60. fm_weck/resources/fm_tools/lf-checker.yml +10 -0
  61. fm_weck/resources/fm_tools/liv.yml +28 -4
  62. fm_weck/resources/fm_tools/locksmith.yml +10 -0
  63. fm_weck/resources/fm_tools/metaval++.yml +49 -0
  64. fm_weck/resources/fm_tools/metaval.yml +51 -5
  65. fm_weck/resources/fm_tools/mlb.yml +21 -1
  66. fm_weck/resources/fm_tools/mopsa.yml +45 -0
  67. fm_weck/resources/fm_tools/nacpa.yml +51 -0
  68. fm_weck/resources/fm_tools/nitwit.yml +11 -0
  69. fm_weck/resources/fm_tools/owic.yml +11 -0
  70. fm_weck/resources/fm_tools/pesco.yml +12 -0
  71. fm_weck/resources/fm_tools/pichecker.yml +10 -0
  72. fm_weck/resources/fm_tools/pinaka.yml +11 -0
  73. fm_weck/resources/fm_tools/predatorhp.yml +12 -0
  74. fm_weck/resources/fm_tools/proton.yml +20 -0
  75. fm_weck/resources/fm_tools/prtest.yml +9 -0
  76. fm_weck/resources/fm_tools/racerf.yml +48 -0
  77. fm_weck/resources/fm_tools/relay-sv.yml +11 -0
  78. fm_weck/resources/fm_tools/rizzer.yml +9 -0
  79. fm_weck/resources/fm_tools/sikraken.yml +42 -0
  80. fm_weck/resources/fm_tools/spf.yml +11 -0
  81. fm_weck/resources/fm_tools/sv-sanitizers.yml +18 -1
  82. fm_weck/resources/fm_tools/svf-svc.yml +45 -0
  83. fm_weck/resources/fm_tools/swat.yml +9 -0
  84. fm_weck/resources/fm_tools/symbiotic-witch.yml +17 -1
  85. fm_weck/resources/fm_tools/symbiotic.yml +33 -1
  86. fm_weck/resources/fm_tools/testcov.yml +18 -1
  87. fm_weck/resources/fm_tools/theta.yml +24 -0
  88. fm_weck/resources/fm_tools/thorn.yml +46 -0
  89. fm_weck/resources/fm_tools/tracerx-wp.yml +19 -0
  90. fm_weck/resources/fm_tools/tracerx.yml +19 -0
  91. fm_weck/resources/fm_tools/uautomizer.yml +72 -4
  92. fm_weck/resources/fm_tools/ugemcutter.yml +24 -6
  93. fm_weck/resources/fm_tools/ukojak.yml +35 -6
  94. fm_weck/resources/fm_tools/ureferee.yml +82 -0
  95. fm_weck/resources/fm_tools/utaipan.yml +33 -4
  96. fm_weck/resources/fm_tools/utestgen.yml +28 -0
  97. fm_weck/resources/fm_tools/veriabs.yml +28 -1
  98. fm_weck/resources/fm_tools/veriabsl.yml +43 -3
  99. fm_weck/resources/fm_tools/verifuzz.yml +2 -0
  100. fm_weck/resources/fm_tools/verioover.yml +10 -0
  101. fm_weck/resources/fm_tools/wasp-c.yml +12 -0
  102. fm_weck/resources/fm_tools/wit4java.yml +12 -0
  103. fm_weck/resources/fm_tools/witch.yml +16 -1
  104. fm_weck/resources/fm_tools/witnesslint.yml +79 -1
  105. fm_weck/resources/fm_tools/witnessmap.yml +45 -0
  106. fm_weck/runexec_mode.py +3 -2
  107. fm_weck/runexec_util.py +8 -3
  108. {fm_weck-1.4.0.dist-info → fm_weck-1.4.2.dist-info}/METADATA +1 -1
  109. fm_weck-1.4.2.dist-info/RECORD +146 -0
  110. fm_weck-1.4.0.dist-info/RECORD +0 -136
  111. {fm_weck-1.4.0.dist-info → fm_weck-1.4.2.dist-info}/WHEEL +0 -0
  112. {fm_weck-1.4.0.dist-info → fm_weck-1.4.2.dist-info}/entry_points.txt +0 -0
@@ -23,8 +23,18 @@ versions:
23
23
  - openjdk-11-jre-headless
24
24
 
25
25
  competition_participations:
26
+ - competition: "SV-COMP 2025"
27
+ track: "Verification"
28
+ hors-concours: true
29
+ tool_version: "svcomp23"
30
+ jury_member:
31
+ name: Hors Concours
32
+ institution: --
33
+ country: --
34
+ url: null
26
35
  - competition: "SV-COMP 2024"
27
36
  track: "Verification"
37
+ hors-concours: true
28
38
  tool_version: "svcomp23"
29
39
  jury_member:
30
40
  name: Hors Concours
@@ -22,8 +22,18 @@ versions:
22
22
  required_ubuntu_packages: []
23
23
 
24
24
  competition_participations:
25
+ - competition: "SV-COMP 2025"
26
+ track: "Verification"
27
+ hors-concours: true
28
+ tool_version: "svcomp23"
29
+ jury_member:
30
+ name: Hors Concours
31
+ institution: --
32
+ country: --
33
+ url: null
25
34
  - competition: "SV-COMP 2024"
26
35
  track: "Verification"
36
+ hors-concours: true
27
37
  tool_version: "svcomp23"
28
38
  jury_member:
29
39
  name: Hors Concours
@@ -32,6 +42,7 @@ competition_participations:
32
42
  url: null
33
43
  - competition: "SV-COMP 2023"
34
44
  track: "Verification"
45
+ hors-concours: true
35
46
  tool_version: "svcomp23"
36
47
  jury_member:
37
48
  name: Hors Concours
@@ -22,6 +22,8 @@ versions:
22
22
  benchexec_toolinfo_options: ['--witness', 'witness.graphml']
23
23
  required_ubuntu_packages:
24
24
  - python2.7
25
+ full_container_images:
26
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
25
27
  - version: "svcomp23"
26
28
  url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/predatorhp.zip"
27
29
  benchexec_toolinfo_options: ['--witness', 'error-witness.graphml']
@@ -29,6 +31,15 @@ versions:
29
31
  - expect
30
32
 
31
33
  competition_participations:
34
+ - competition: "SV-COMP 2025"
35
+ track: "Verification"
36
+ hors-concours: true
37
+ tool_version: "svcomp24"
38
+ jury_member:
39
+ name: Hors Concours
40
+ institution: --
41
+ country: --
42
+ url: null
32
43
  - competition: "SV-COMP 2024"
33
44
  track: "Verification"
34
45
  tool_version: "svcomp24"
@@ -40,6 +51,7 @@ competition_participations:
40
51
  url: https://www.fit.vut.cz/person/isokova/.en
41
52
  - competition: "SV-COMP 2023"
42
53
  track: "Verification"
54
+ hors-concours: true
43
55
  tool_version: "svcomp23"
44
56
  jury_member:
45
57
  name: Hors Concours
@@ -17,6 +17,14 @@ maintainers:
17
17
  url: null
18
18
 
19
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: 10.5281/zenodo.13953734
22
+ benchexec_toolinfo_options: ['--graphml-witness', 'witness.graphml']
23
+ required_ubuntu_packages:
24
+ - gcc
25
+ - libc6-dev-i386
26
+ - clang-14
27
+ - llvm-14
20
28
  - version: "svcomp24"
21
29
  doi: 10.5281/zenodo.10185252
22
30
  benchexec_toolinfo_options: ['--graphml-witness', 'witness.graphml']
@@ -26,7 +34,17 @@ versions:
26
34
  - clang-14
27
35
  - llvm-14
28
36
 
37
+
29
38
  competition_participations:
39
+ - competition: "SV-COMP 2025"
40
+ track: "Verification"
41
+ tool_version: "svcomp25"
42
+ jury_member:
43
+ orcid: 0000-0001-7368-2389
44
+ name: Ravindra Metta
45
+ institution: TCS
46
+ country: India
47
+ url: null
30
48
  - competition: "SV-COMP 2024"
31
49
  track: "Verification"
32
50
  tool_version: "svcomp24"
@@ -37,6 +55,8 @@ competition_participations:
37
55
  country: India
38
56
  url: null
39
57
 
58
+
59
+
40
60
  techniques:
41
61
  - Bounded Model Checking
42
62
 
@@ -26,6 +26,15 @@ versions:
26
26
  required_ubuntu_packages: []
27
27
 
28
28
  competition_participations:
29
+ - competition: "Test-Comp 2025"
30
+ track: "Test Generation"
31
+ hors-concours: true
32
+ tool_version: "testcomp24"
33
+ jury_member:
34
+ name: Hors Concours
35
+ institution: --
36
+ country: --
37
+ url: null
29
38
  - competition: "Test-Comp 2024"
30
39
  track: "Test Generation"
31
40
  tool_version: "testcomp24"
@@ -0,0 +1,48 @@
1
+ name: RacerF
2
+ input_languages:
3
+ - C
4
+ project_url: https://github.com/TDacik/Deadlock_Racer
5
+ repository_url: https://github.com/TDacik/Deadlock_Racer
6
+ spdx_license_identifier: MIT
7
+ benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/racerf.py"
8
+ fmtools_format_version: "2.0"
9
+ fmtools_entry_maintainers:
10
+ - TDacik
11
+
12
+ maintainers:
13
+ - orcid: 0000-0003-4083-8943
14
+ name: Tomáš Dacík
15
+ institution: Brno University of Technology
16
+ country: Czech Republic
17
+ url: https://www.fit.vut.cz/person/idacik/.en
18
+ - orcid: 0000-0002-2746-8792
19
+ name: Tomáš Vojnar
20
+ institution: Masaryk University, Brno University of Technology
21
+ country: Czech Republic
22
+ url: https://www.muni.cz/en/people/134390-tomas-vojnar
23
+
24
+ versions:
25
+ - version: "svcomp25"
26
+ doi: 10.5281/zenodo.14174122
27
+ benchexec_toolinfo_options: []
28
+ required_ubuntu_packages:
29
+ - gcc
30
+ - python3
31
+
32
+ competition_participations:
33
+ - competition: "SV-COMP 2025"
34
+ track: "Verification"
35
+ tool_version: "svcomp25"
36
+ jury_member:
37
+ orcid: 0000-0003-4083-8943
38
+ name: Tomáš Dacík
39
+ institution: Brno University of Technology
40
+ country: Czech Republic
41
+ url: https://www.fit.vut.cz/person/idacik/.en
42
+
43
+ techniques:
44
+ - Concurrency Support
45
+
46
+ frameworks_solvers: []
47
+
48
+ literature: []
@@ -22,8 +22,19 @@ versions:
22
22
  required_ubuntu_packages:
23
23
  - m4
24
24
  - psmisc
25
+ full_container_images:
26
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
25
27
 
26
28
  competition_participations:
29
+ - competition: "SV-COMP 2025"
30
+ track: "Verification"
31
+ hors-concours: true
32
+ tool_version: "svcomp24"
33
+ jury_member:
34
+ name: Hors Concours
35
+ institution: --
36
+ country: --
37
+ url: null
27
38
  - competition: "SV-COMP 2024"
28
39
  track: "Verification"
29
40
  tool_version: "svcomp24"
@@ -32,6 +32,15 @@ versions:
32
32
  - clang
33
33
 
34
34
  competition_participations:
35
+ - competition: "Test-Comp 2025"
36
+ track: "Test Generation"
37
+ hors-concours: true
38
+ tool_version: "testcomp24"
39
+ jury_member:
40
+ name: Hors Concours
41
+ institution: --
42
+ country: --
43
+ url: null
35
44
  - competition: "Test-Comp 2024"
36
45
  track: "Test Generation"
37
46
  tool_version: "testcomp24"
@@ -0,0 +1,42 @@
1
+ name: Sikraken
2
+ input_languages:
3
+ - C
4
+ project_url: https://github.com/echancrure/Sikraken
5
+ repository_url: https://github.com/echancrure/Sikraken
6
+ spdx_license_identifier: LGPL-3.0-only
7
+ benchexec_toolinfo_module: "sikraken.py"
8
+ fmtools_format_version: "2.0"
9
+ fmtools_entry_maintainers:
10
+ - echancrure
11
+
12
+ maintainers:
13
+ - orcid: 0000-0001-6338-6367
14
+ name: Christophe Meudec
15
+ institution: South East Technological University
16
+ country: Ireland
17
+ url: https://www.setu.ie/staff/chris-meudec
18
+
19
+
20
+ versions:
21
+ - version: "1.0.3"
22
+ benchexec_toolinfo_options: ["release", "budget[900]"]
23
+ required_ubuntu_packages: []
24
+ doi: "10.5281/zenodo.14194599"
25
+
26
+ competition_participations:
27
+ - competition: "Test-Comp 2025"
28
+ track: "Test Generation"
29
+ tool_version: "1.0.3"
30
+ jury_member:
31
+ orcid: 0000-0001-6338-6367
32
+ name: Christophe Meudec
33
+ institution: South East Technological University
34
+ country: Ireland
35
+ url: https://www.setu.ie/staff/chris-meudec
36
+
37
+ techniques:
38
+ - Symbolic Execution
39
+
40
+ frameworks_solvers: []
41
+
42
+ literature: []
@@ -22,8 +22,18 @@ versions:
22
22
  required_ubuntu_packages: []
23
23
 
24
24
  competition_participations:
25
+ - competition: "SV-COMP 2025"
26
+ track: "Verification"
27
+ hors-concours: true
28
+ tool_version: "svcomp23"
29
+ jury_member:
30
+ name: Hors Concours
31
+ institution: --
32
+ country: --
33
+ url: null
25
34
  - competition: "SV-COMP 2024"
26
35
  track: "Verification"
36
+ hors-concours: true
27
37
  tool_version: "svcomp23"
28
38
  jury_member:
29
39
  name: Hors Concours
@@ -32,6 +42,7 @@ competition_participations:
32
42
  url: null
33
43
  - competition: "SV-COMP 2023"
34
44
  track: "Verification"
45
+ hors-concours: true
35
46
  tool_version: "svcomp23"
36
47
  jury_member:
37
48
  name: Hors Concours
@@ -10,22 +10,37 @@ fmtools_entry_maintainers:
10
10
  - sim642
11
11
 
12
12
  maintainers:
13
- - name: Simmo Saan
13
+ - orcid: 0000-0003-4553-1350
14
+ name: Simmo Saan
14
15
  institution: University of Tartu
15
16
  country: Estonia
16
17
  url: https://sim642.eu/
17
18
 
18
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: 10.5281/zenodo.14172703
22
+ benchexec_toolinfo_options: []
23
+ required_ubuntu_packages: []
19
24
  - version: "svcomp24"
20
25
  doi: 10.5281/zenodo.10091272
21
26
  benchexec_toolinfo_options: []
22
27
  required_ubuntu_packages: []
23
28
 
24
29
  competition_participations:
30
+ - competition: "SV-COMP 2025"
31
+ track: "Verification"
32
+ tool_version: "svcomp25"
33
+ jury_member:
34
+ orcid: 0000-0003-4553-1350
35
+ name: Simmo Saan
36
+ institution: University of Tartu
37
+ country: Estonia
38
+ url: https://sim642.eu/
25
39
  - competition: "SV-COMP 2024"
26
40
  track: "Verification"
27
41
  tool_version: "svcomp24"
28
42
  jury_member:
43
+ orcid: 0000-0003-4553-1350
29
44
  name: Simmo Saan
30
45
  institution: University of Tartu
31
46
  country: Estonia
@@ -36,3 +51,5 @@ techniques:
36
51
  - Random Execution
37
52
 
38
53
  frameworks_solvers: []
54
+
55
+ literature: []
@@ -0,0 +1,45 @@
1
+ name: SVF-SVC
2
+ input_languages:
3
+ - C
4
+ project_url: https://github.com/Lasagnenator/svf-svc-comp/
5
+ repository_url: https://github.com/Lasagnenator/svf-svc-comp/
6
+ spdx_license_identifier: AGPL-3.0-or-later
7
+ benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/svf-svc.py"
8
+ fmtools_format_version: "2.0"
9
+ fmtools_entry_maintainers:
10
+ - ConstantlyRecompiling
11
+
12
+ maintainers:
13
+ - orcid: 0000-0000-0000-0000
14
+ name: Matthew Richards
15
+ institution: University of New South Wales
16
+ country: Australia
17
+ url: null
18
+ - orcid: 0000-0000-0000-0000
19
+ name: Cameron McGowan
20
+ institution: University of New South Wales
21
+ country: Australia
22
+ url: null
23
+
24
+ versions:
25
+ - version: "svcomp25"
26
+ doi: 10.5281/zenodo.14194879
27
+ benchexec_toolinfo_options: []
28
+ required_ubuntu_packages: ["python3-yaml"]
29
+
30
+ competition_participations:
31
+ - competition: "SV-COMP 2025"
32
+ track: "Verification"
33
+ tool_version: "svcomp25"
34
+ jury_member:
35
+ orcid: 0000-0000-0000-0000
36
+ name: Matthew Richards
37
+ institution: University of New South Wales
38
+ country: Australia
39
+ url: null
40
+
41
+ techniques: []
42
+
43
+ frameworks_solvers: []
44
+
45
+ literature: []
@@ -30,6 +30,15 @@ versions:
30
30
  - openjdk-17-jdk-headless
31
31
 
32
32
  competition_participations:
33
+ - competition: "SV-COMP 2025"
34
+ track: "Verification"
35
+ hors-concours: true
36
+ tool_version: "svcomp24"
37
+ jury_member:
38
+ name: Hors Concours
39
+ institution: --
40
+ country: --
41
+ url: null
33
42
  - competition: "SV-COMP 2024"
34
43
  track: "Verification"
35
44
  tool_version: "svcomp24"
@@ -3,7 +3,7 @@ input_languages:
3
3
  - C
4
4
  project_url: https://github.com/ayazip/witch-klee
5
5
  repository_url: https://github.com/ayazip/witch-klee
6
- spdx_license_identifier: "LGPL-3.0-or-later"
6
+ spdx_license_identifier: "MIT"
7
7
  benchexec_toolinfo_module: "symbiotic-witch.py"
8
8
  fmtools_format_version: "2.0"
9
9
  fmtools_entry_maintainers:
@@ -17,6 +17,13 @@ maintainers:
17
17
  url: null
18
18
 
19
19
  versions:
20
+ - version: "svcomp25"
21
+ benchexec_toolinfo_options: []
22
+ required_ubuntu_packages:
23
+ - python3
24
+ - python3-lxml
25
+ - llvm-14
26
+ doi: "10.5281/zenodo.14170955"
20
27
  - version: "svcomp24"
21
28
  benchexec_toolinfo_options: []
22
29
  required_ubuntu_packages:
@@ -31,6 +38,15 @@ versions:
31
38
  doi: "10.5281/zenodo.7630406"
32
39
 
33
40
  competition_participations:
41
+ - competition: "SV-COMP 2025"
42
+ track: "Validation of Violation Witnesses 1.0"
43
+ tool_version: "svcomp25"
44
+ jury_member:
45
+ orcid: 0000-0003-1072-8137
46
+ name: Paulína Ayaziová
47
+ institution: Masaryk University, Brno
48
+ country: Czechia
49
+ url: null
34
50
  - competition: "SV-COMP 2024"
35
51
  track: "Validation of Violation Witnesses 1.0"
36
52
  tool_version: "svcomp24"
@@ -17,6 +17,20 @@ maintainers:
17
17
  url: "https://www.fi.muni.cz/~xjonas/"
18
18
 
19
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: "10.5281/zenodo.14183154"
22
+ benchexec_toolinfo_options: ['--witness', 'witness.graphml', '--sv-comp']
23
+ required_ubuntu_packages:
24
+ - python3
25
+ - python3-lxml
26
+ - python3-clang
27
+ - version: "testcomp25"
28
+ doi: "10.5281/zenodo.14183154"
29
+ benchexec_toolinfo_options: ['--test-comp']
30
+ required_ubuntu_packages:
31
+ - python3
32
+ - python3-lxml
33
+ - python3-clang
20
34
  - version: "svcomp24"
21
35
  doi: "10.5281/zenodo.10202594"
22
36
  benchexec_toolinfo_options: ['--witness', 'witness.graphml', '--sv-comp']
@@ -43,6 +57,24 @@ versions:
43
57
  - python3-lxml
44
58
 
45
59
  competition_participations:
60
+ - competition: "SV-COMP 2025"
61
+ track: "Verification"
62
+ tool_version: "svcomp25"
63
+ jury_member:
64
+ orcid: 0000-0003-4703-0795
65
+ name: Martin Jonáš
66
+ institution: Masaryk University, Brno
67
+ country: Czechia
68
+ url: "https://www.fi.muni.cz/~xjonas/"
69
+ - competition: "Test-Comp 2025"
70
+ track: "Test Generation"
71
+ tool_version: "testcomp25"
72
+ jury_member:
73
+ orcid: 0000-0003-4703-0795
74
+ name: Martin Jonáš
75
+ institution: Masaryk University, Brno
76
+ country: Czechia
77
+ url: "https://www.fi.muni.cz/~xjonas/"
46
78
  - competition: "SV-COMP 2024"
47
79
  track: "Verification"
48
80
  tool_version: "svcomp24"
@@ -136,4 +168,4 @@ literature:
136
168
  year: 2014
137
169
  - doi: 10.1007/978-3-642-36742-7_50
138
170
  title: "Symbiotic: Synergy of Instrumentation, Slicing, and Symbolic Execution (Competition Contribution)"
139
- year: 2013
171
+ year: 2013
@@ -22,8 +22,16 @@ maintainers:
22
22
  institution: LMU Munich
23
23
  country: Germany
24
24
  url: https://www.sosy-lab.org/people/lemberger/
25
-
26
25
  versions:
26
+ - version: "testcomp25"
27
+ doi: 10.5281/zenodo.14040656
28
+ benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--format', '--verbose', '--no-plots', '--prep-cgroup', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
29
+ required_ubuntu_packages:
30
+ - clang
31
+ - clang-format
32
+ - clang-tidy
33
+ - llvm
34
+ - gcc
27
35
  - version: "testcomp24"
28
36
  doi: 10.5281/zenodo.10203746
29
37
  benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--format', '--verbose', '--no-plots', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
@@ -35,6 +43,15 @@ versions:
35
43
  required_ubuntu_packages: []
36
44
 
37
45
  competition_participations:
46
+ - competition: "Test-Comp 2025"
47
+ track: "Validation of Test Suites"
48
+ tool_version: "testcomp25"
49
+ jury_member:
50
+ orcid: 0000-0001-7365-5030
51
+ name: Matthias Kettl
52
+ institution: LMU Munich
53
+ country: Germany
54
+ url: https://www.sosy-lab.org/people/kettl/
38
55
  - competition: "Test-Comp 2024"
39
56
  track: "Validation of Test Suites"
40
57
  tool_version: "testcomp24"
@@ -11,11 +11,20 @@ fmtools_entry_maintainers:
11
11
 
12
12
  maintainers:
13
13
  - name: Levente Bajczi
14
+ orcid: 0000-0002-6551-5860
14
15
  institution: Budapest University of Technology and Economics
15
16
  country: Hungary
16
17
  url: http://mit.bme.hu/~bajczi
17
18
 
18
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: 10.5281/zenodo.14194483
22
+ benchexec_toolinfo_options:
23
+ ["--svcomp", "--portfolio", "STABLE", "--loglevel", "RESULT"]
24
+ required_ubuntu_packages:
25
+ - openjdk-17-jre-headless
26
+ - libgomp1
27
+ - libmpfr6
19
28
  - version: "svcomp24"
20
29
  doi: 10.5281/zenodo.10202679
21
30
  benchexec_toolinfo_options:
@@ -33,6 +42,15 @@ versions:
33
42
  - libmpfr6
34
43
 
35
44
  competition_participations:
45
+ - competition: "SV-COMP 2025"
46
+ track: "Verification"
47
+ tool_version: "svcomp25"
48
+ jury_member:
49
+ orcid: 0000-0002-6551-5860
50
+ name: Levente Bajczi
51
+ institution: Budapest University of Technology and Economics
52
+ country: Hungary
53
+ url: http://mit.bme.hu/~bajczi
36
54
  - competition: "SV-COMP 2024"
37
55
  track: "Verification"
38
56
  tool_version: "svcomp24"
@@ -62,3 +80,9 @@ techniques:
62
80
  - Portfolio
63
81
 
64
82
  frameworks_solvers: []
83
+
84
+
85
+ literature:
86
+ - doi: 10.1007/978-3-031-57256-2_30
87
+ title: "Theta: Abstraction Based Techniques for Verifying Concurrency (Competition Contribution)"
88
+ year: 2024
@@ -0,0 +1,46 @@
1
+ name: Thorn
2
+ input_languages:
3
+ - C
4
+ project_url: https://github.com/ftsrg/theta
5
+ repository_url: https://github.com/ftsrg/theta
6
+ spdx_license_identifier: Apache-2.0
7
+ benchexec_toolinfo_module: benchexec.tools.theta
8
+ fmtools_format_version: "2.0"
9
+ fmtools_entry_maintainers:
10
+ - levente.bajczi
11
+
12
+ maintainers:
13
+ - name: Levente Bajczi
14
+ orcid: 0000-0002-6551-5860
15
+ institution: Budapest University of Technology and Economics
16
+ country: Hungary
17
+ url: http://mit.bme.hu/~bajczi
18
+
19
+ versions:
20
+ - version: "svcomp25"
21
+ doi: 10.5281/zenodo.14194485
22
+ benchexec_toolinfo_options: ["--svcomp", "--portfolio", "HORN", "--loglevel", "RESULT"]
23
+ required_ubuntu_packages:
24
+ - openjdk-17-jre-headless
25
+ - libgomp1
26
+ - libmpfr6
27
+
28
+ competition_participations:
29
+ - competition: "SV-COMP 2025"
30
+ track: "Verification"
31
+ tool_version: "svcomp25"
32
+ jury_member:
33
+ orcid: 0000-0002-6551-5860
34
+ name: Levente Bajczi
35
+ institution: Budapest University of Technology and Economics
36
+ country: Hungary
37
+ url: http://mit.bme.hu/~bajczi
38
+
39
+ techniques:
40
+ - Predicate Abstraction
41
+ - Algorithm Selection
42
+ - Portfolio
43
+
44
+ frameworks_solvers: []
45
+
46
+ literature: []
@@ -13,17 +13,30 @@ fmtools_entry_maintainers:
13
13
 
14
14
  maintainers:
15
15
  - name: Joxan Jaffar
16
+ orcid: 0000-0001-9988-6144
16
17
  institution: National University of Singapore
17
18
  country: Singapore
18
19
  url: https://www.comp.nus.edu.sg/cs/bio/joxan/
19
20
 
20
21
  versions:
22
+ - version: "testcomp25"
23
+ doi: "10.5281/zenodo.14193187"
24
+ benchexec_toolinfo_options: []
25
+ required_ubuntu_packages: []
21
26
  - version: "testcomp24"
22
27
  doi: "10.5281/zenodo.10202605"
23
28
  benchexec_toolinfo_options: []
24
29
  required_ubuntu_packages: []
25
30
 
26
31
  competition_participations:
32
+ - competition: "Test-Comp 2025"
33
+ track: "Test Generation"
34
+ tool_version: "testcomp25"
35
+ jury_member:
36
+ name: Joxan Jaffar
37
+ institution: National University of Singapore
38
+ country: Singapore
39
+ url: https://www.comp.nus.edu.sg/cs/bio/joxan/
27
40
  - competition: "Test-Comp 2024"
28
41
  track: "Test Generation"
29
42
  tool_version: "testcomp24"
@@ -37,3 +50,9 @@ techniques:
37
50
  - Interpolation
38
51
 
39
52
  frameworks_solvers: []
53
+
54
+ literature:
55
+ - doi: 10.1007/978-3-031-57259-3_19
56
+ title: "TracerX: Pruning Dynamic Symbolic Execution with Deletion and Weakest Precondition Interpolation (Competition Contribution)"
57
+ year: 2024
58
+