fm-weck 1.4.0__py3-none-any.whl → 1.4.1__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 (111) hide show
  1. fm_weck/__init__.py +1 -1
  2. fm_weck/cli.py +5 -1
  3. fm_weck/engine.py +3 -3
  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 +25 -1
  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 +27 -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 +9 -0
  34. fm_weck/resources/fm_tools/fizzer.yml +23 -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 +14 -1
  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 +32 -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 +27 -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/runexec_mode.py +2 -2
  106. fm_weck/runexec_util.py +7 -3
  107. {fm_weck-1.4.0.dist-info → fm_weck-1.4.1.dist-info}/METADATA +1 -1
  108. fm_weck-1.4.1.dist-info/RECORD +145 -0
  109. {fm_weck-1.4.0.dist-info → fm_weck-1.4.1.dist-info}/WHEEL +1 -1
  110. fm_weck-1.4.0.dist-info/RECORD +0 -136
  111. {fm_weck-1.4.0.dist-info → fm_weck-1.4.1.dist-info}/entry_points.txt +0 -0
@@ -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.2"
22
+ benchexec_toolinfo_options: ["release", "budget[900]"]
23
+ required_ubuntu_packages: []
24
+ doi: "10.5281/zenodo.14176165"
25
+
26
+ competition_participations:
27
+ - competition: "Test-Comp 2025"
28
+ track: "Test Generation"
29
+ tool_version: "1.0.2"
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.14141192
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.14029473
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,19 @@ maintainers:
17
17
  url: "https://www.fi.muni.cz/~xjonas/"
18
18
 
19
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: "10.5281/zenodo.14035991"
22
+ benchexec_toolinfo_options: ['--witness', 'witness.graphml', '--sv-comp']
23
+ required_ubuntu_packages:
24
+ - python3
25
+ - python3-lxml
26
+ - version: "testcomp25"
27
+ doi: "10.5281/zenodo.14035991"
28
+ benchexec_toolinfo_options: ['--test-comp']
29
+ required_ubuntu_packages:
30
+ - python3
31
+ - python3-lxml
32
+
20
33
  - version: "svcomp24"
21
34
  doi: "10.5281/zenodo.10202594"
22
35
  benchexec_toolinfo_options: ['--witness', 'witness.graphml', '--sv-comp']
@@ -43,6 +56,24 @@ versions:
43
56
  - python3-lxml
44
57
 
45
58
  competition_participations:
59
+ - competition: "SV-COMP 2025"
60
+ track: "Verification"
61
+ tool_version: "svcomp25"
62
+ jury_member:
63
+ orcid: 0000-0003-4703-0795
64
+ name: Martin Jonáš
65
+ institution: Masaryk University, Brno
66
+ country: Czechia
67
+ url: "https://www.fi.muni.cz/~xjonas/"
68
+ - competition: "Test-Comp 2025"
69
+ track: "Test Generation"
70
+ tool_version: "testcomp25"
71
+ jury_member:
72
+ orcid: 0000-0003-4703-0795
73
+ name: Martin Jonáš
74
+ institution: Masaryk University, Brno
75
+ country: Czechia
76
+ url: "https://www.fi.muni.cz/~xjonas/"
46
77
  - competition: "SV-COMP 2024"
47
78
  track: "Verification"
48
79
  tool_version: "svcomp24"
@@ -136,4 +167,4 @@ literature:
136
167
  year: 2014
137
168
  - doi: 10.1007/978-3-642-36742-7_50
138
169
  title: "Symbiotic: Synergy of Instrumentation, Slicing, and Symbolic Execution (Competition Contribution)"
139
- year: 2013
170
+ 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.14168247
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.14168249
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.14066108"
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
+
@@ -9,14 +9,20 @@ fmtools_format_version: "2.0"
9
9
  fmtools_entry_maintainers:
10
10
  - sajjadrsm
11
11
  - sanghu1790
12
+ - arpitad10j
12
13
 
13
14
  maintainers:
14
15
  - name: Joxan Jaffar
16
+ orcid: 0000-0001-9988-6144
15
17
  institution: National University of Singapore
16
18
  country: Singapore
17
19
  url: https://www.comp.nus.edu.sg/cs/bio/joxan/
18
20
 
19
21
  versions:
22
+ - version: "testcomp25"
23
+ doi: 10.5281/zenodo.14066128
24
+ benchexec_toolinfo_options: []
25
+ required_ubuntu_packages: []
20
26
  - version: "testcomp24"
21
27
  doi: 10.5281/zenodo.10200610
22
28
  benchexec_toolinfo_options: []
@@ -27,6 +33,14 @@ versions:
27
33
  required_ubuntu_packages: []
28
34
 
29
35
  competition_participations:
36
+ - competition: "Test-Comp 2025"
37
+ track: "Test Generation"
38
+ tool_version: "testcomp25"
39
+ jury_member:
40
+ name: Joxan Jaffar
41
+ institution: National University of Singapore
42
+ country: Singapore
43
+ url: https://www.comp.nus.edu.sg/cs/bio/joxan/
30
44
  - competition: "Test-Comp 2024"
31
45
  track: "Test Generation"
32
46
  tool_version: "testcomp24"
@@ -52,3 +66,8 @@ techniques:
52
66
  - Interpolation
53
67
 
54
68
  frameworks_solvers: []
69
+
70
+ literature:
71
+ - doi: 10.1007/978-3-030-45234-6_28
72
+ title: "TracerX: Dynamic Symbolic Execution with Interpolation (Competition Contribution)"
73
+ year: 2020
@@ -14,6 +14,11 @@ fmtools_entry_maintainers:
14
14
  - danieldietsch
15
15
 
16
16
  maintainers:
17
+ - orcid: 0009-0004-9216-1801
18
+ name: Marcel Ebbinghaus
19
+ institution: University of Freiburg
20
+ country: Germany
21
+ url: https://swt.informatik.uni-freiburg.de/staff/ebbinghaus
17
22
  - orcid: 0000-0003-4252-3558
18
23
  name: Matthias Heizmann
19
24
  institution: University of Freiburg
@@ -25,7 +30,7 @@ maintainers:
25
30
  country: Germany
26
31
  url: https://swt.informatik.uni-freiburg.de/staff/klumpp
27
32
  - orcid: 0000-0002-5656-306X
28
- name: "Frank Schüssele"
33
+ name: Frank Schüssele
29
34
  institution: University of Freiburg
30
35
  country: Germany
31
36
  url: https://swt.informatik.uni-freiburg.de/staff/schuessele
@@ -35,6 +40,24 @@ maintainers:
35
40
  country: Germany
36
41
  url: https://swt.informatik.uni-freiburg.de/staff/dietsch
37
42
  versions:
43
+ - version: svcomp25
44
+ doi: 10.5281/zenodo.14110286
45
+ benchexec_toolinfo_options: [--full-output]
46
+ required_ubuntu_packages:
47
+ - openjdk-21-jre-headless
48
+ - version: svcomp25-correctness
49
+ doi: 10.5281/zenodo.14110286
50
+ benchexec_toolinfo_options:
51
+ [--full-output, --witness-type, correctness_witness]
52
+ required_ubuntu_packages:
53
+ - openjdk-21-jre-headless
54
+ - version: svcomp25-violation
55
+ doi: 10.5281/zenodo.14110286
56
+ benchexec_toolinfo_options:
57
+ [--full-output, --witness-type, violation_witness]
58
+ required_ubuntu_packages:
59
+ - openjdk-21-jre-headless
60
+
38
61
  - version: svcomp24-correctness-post-deadline-yaml-wrapper-fix
39
62
  doi: 10.5281/zenodo.10223333
40
63
  benchexec_toolinfo_options:
@@ -81,6 +104,52 @@ versions:
81
104
  - openjdk-11-jre-headless
82
105
 
83
106
  competition_participations:
107
+ - competition: SV-COMP 2025
108
+ track: Verification
109
+ tool_version: svcomp25
110
+ jury_member:
111
+ orcid: 0000-0003-4252-3558
112
+ name: Matthias Heizmann
113
+ institution: University of Freiburg
114
+ country: Germany
115
+ url: https://swt.informatik.uni-freiburg.de/staff/heizmann
116
+ - competition: SV-COMP 2025
117
+ track: Validation of Correctness Witnesses 1.0
118
+ tool_version: svcomp25-correctness
119
+ jury_member:
120
+ orcid: 0009-0004-9216-1801
121
+ name: Marcel Ebbinghaus
122
+ institution: University of Freiburg
123
+ country: Germany
124
+ url: https://swt.informatik.uni-freiburg.de/staff/ebbinghaus
125
+ - competition: SV-COMP 2025
126
+ track: Validation of Correctness Witnesses 2.0
127
+ tool_version: svcomp25-correctness
128
+ jury_member:
129
+ orcid: 0009-0004-9216-1801
130
+ name: Marcel Ebbinghaus
131
+ institution: University of Freiburg
132
+ country: Germany
133
+ url: https://swt.informatik.uni-freiburg.de/staff/ebbinghaus
134
+ - competition: SV-COMP 2025
135
+ track: Validation of Violation Witnesses 1.0
136
+ tool_version: svcomp25-violation
137
+ jury_member:
138
+ orcid: 0009-0004-9216-1801
139
+ name: Marcel Ebbinghaus
140
+ institution: University of Freiburg
141
+ country: Germany
142
+ url: https://swt.informatik.uni-freiburg.de/staff/ebbinghaus
143
+ - competition: SV-COMP 2025
144
+ track: Validation of Violation Witnesses 2.0
145
+ tool_version: svcomp25-violation
146
+ jury_member:
147
+ orcid: 0009-0004-9216-1801
148
+ name: Marcel Ebbinghaus
149
+ institution: University of Freiburg
150
+ country: Germany
151
+ url: https://swt.informatik.uni-freiburg.de/staff/ebbinghaus
152
+
84
153
  - competition: SV-COMP 2024
85
154
  track: Verification
86
155
  tool_version: svcomp24
@@ -147,9 +216,8 @@ frameworks_solvers:
147
216
 
148
217
  literature:
149
218
  - doi: 10.1007/978-3-642-39799-8_2
150
- title: "Software Model Checking for People Who Love Automata"
219
+ title: Software Model Checking for People Who Love Automata
151
220
  year: 2013
152
221
  - doi: 10.1007/978-3-031-30820-8_39
153
- title: "Ultimate Automizer 2023 (Competition Contribution)"
222
+ title: Ultimate Automizer 2023 (Competition Contribution)
154
223
  year: 2023
155
-
@@ -10,23 +10,32 @@ fmtools_entry_maintainers:
10
10
  - danieldietsch
11
11
 
12
12
  maintainers:
13
- - name: Matthias Heizmann
13
+ - orcid: 0000-0003-4252-3558
14
+ name: Matthias Heizmann
14
15
  institution: University of Freiburg
15
16
  country: Germany
16
17
  url: https://swt.informatik.uni-freiburg.de/staff/heizmann
17
- - name: Dominik Klumpp
18
+ - orcid: 0000-0003-4885-0728
19
+ name: Dominik Klumpp
18
20
  institution: University of Freiburg
19
21
  country: Germany
20
22
  url: https://swt.informatik.uni-freiburg.de/staff/klumpp
21
- - name: "Frank Schüssele"
23
+ - orcid: 0000-0002-5656-306X
24
+ name: Frank Schüssele
22
25
  institution: University of Freiburg
23
26
  country: Germany
24
27
  url: https://swt.informatik.uni-freiburg.de/staff/schuessele
25
- - name: Daniel Dietsch
28
+ - orcid: 0000-0002-8947-5373
29
+ name: Daniel Dietsch
26
30
  institution: University of Freiburg
27
31
  country: Germany
28
32
  url: https://swt.informatik.uni-freiburg.de/staff/dietsch
29
33
  versions:
34
+ - version: svcomp25
35
+ doi: 10.5281/zenodo.14110331
36
+ benchexec_toolinfo_options: [--full-output]
37
+ required_ubuntu_packages:
38
+ - openjdk-21-jre-headless
30
39
  - version: svcomp24
31
40
  doi: 10.5281/zenodo.10203548
32
41
  benchexec_toolinfo_options: [--full-output]
@@ -39,6 +48,15 @@ versions:
39
48
  - openjdk-11-jre-headless
40
49
 
41
50
  competition_participations:
51
+ - competition: SV-COMP 2025
52
+ track: Verification
53
+ tool_version: svcomp25
54
+ jury_member:
55
+ orcid: 0000-0003-4885-0728
56
+ name: Dominik Klumpp
57
+ institution: University of Freiburg
58
+ country: Germany
59
+ url: https://swt.informatik.uni-freiburg.de/staff/klumpp
42
60
  - competition: SV-COMP 2024
43
61
  track: Verification
44
62
  tool_version: svcomp24
@@ -76,8 +94,8 @@ frameworks_solvers:
76
94
 
77
95
  literature:
78
96
  - doi: 10.1145/3519939.3523727
79
- title: "Sound sequentialization for concurrent program verification"
97
+ title: Sound sequentialization for concurrent program verification
80
98
  year: 2022
81
99
  - doi: 10.1007/978-3-030-99527-0_35
82
- title: "Ultimate GemCutter and the Axes of Generalization"
100
+ title: Ultimate GemCutter and the Axes of Generalization
83
101
  year: 2022