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
@@ -17,6 +17,21 @@ maintainers:
17
17
  url: null
18
18
 
19
19
  versions:
20
+ - version: "testcomp25"
21
+ doi: 10.5281/zenodo.14192915
22
+ benchexec_toolinfo_options: [
23
+ "--max_seconds", "865",
24
+ "--optimizer_max_seconds", "30",
25
+ "--max_exec_milliseconds", "500",
26
+ "--max_exec_megabytes", "13312",
27
+ "--max_stdin_bytes", "65536",
28
+ "--max_trace_length", "10000",
29
+ "--max_stack_size", "25",
30
+ "--stdin_model", "stdin_replay_bytes_then_repeat_zero",
31
+ "--test_type", "testcomp"
32
+ ]
33
+ required_ubuntu_packages:
34
+ - g++-multilib
20
35
  - version: "testcomp24"
21
36
  doi: 10.5281/zenodo.10183158
22
37
  benchexec_toolinfo_options: [
@@ -30,6 +45,15 @@ versions:
30
45
  required_ubuntu_packages: []
31
46
 
32
47
  competition_participations:
48
+ - competition: "Test-Comp 2025"
49
+ track: "Test Generation"
50
+ tool_version: "testcomp25"
51
+ jury_member:
52
+ orcid: 0009-0009-6122-9574
53
+ name: Marek Trtík
54
+ institution: Masaryk University, Brno
55
+ country: Czechia
56
+ url: null
33
57
  - competition: "Test-Comp 2024"
34
58
  track: "Test Generation"
35
59
  tool_version: "testcomp24"
@@ -23,6 +23,8 @@ versions:
23
23
  required_ubuntu_packages:
24
24
  - python3-pycparser
25
25
  - python3-pandas
26
+ full_container_images:
27
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
26
28
  - version: "svcomp23"
27
29
  url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/frama-c-sv.zip"
28
30
  benchexec_toolinfo_options: ["--reach-as-overflow", "--allow-unsafe"]
@@ -31,6 +33,15 @@ versions:
31
33
  - python3-pandas
32
34
 
33
35
  competition_participations:
36
+ - competition: "SV-COMP 2025"
37
+ track: "Verification"
38
+ hors-concours: true
39
+ tool_version: "svcomp24"
40
+ jury_member:
41
+ name: Hors Concours
42
+ institution: --
43
+ country: --
44
+ url: null
34
45
  - competition: "SV-COMP 2024"
35
46
  track: "Verification"
36
47
  tool_version: "svcomp24"
@@ -25,8 +25,18 @@ versions:
25
25
  - libc6-dev-i386
26
26
 
27
27
  competition_participations:
28
+ - competition: "SV-COMP 2025"
29
+ track: "Validation of Violation Witnesses 1.0"
30
+ hors-concours: true
31
+ tool_version: "svcomp23"
32
+ jury_member:
33
+ name: Hors Concours
34
+ institution: --
35
+ country: --
36
+ url: null
28
37
  - competition: "SV-COMP 2024"
29
38
  track: "Validation of Violation Witnesses 1.0"
39
+ hors-concours: true
30
40
  tool_version: "svcomp23"
31
41
  jury_member:
32
42
  name: Hors Concours
@@ -31,6 +31,15 @@ versions:
31
31
  required_ubuntu_packages: []
32
32
 
33
33
  competition_participations:
34
+ - competition: "Test-Comp 2025"
35
+ track: "Test Generation"
36
+ hors-concours: true
37
+ tool_version: "testcomp24"
38
+ jury_member:
39
+ name: Hors Concours
40
+ institution: --
41
+ country: --
42
+ url: null
34
43
  - competition: "Test-Comp 2024"
35
44
  track: "Test Generation"
36
45
  tool_version: "testcomp24"
@@ -10,12 +10,17 @@ fmtools_entry_maintainers:
10
10
  - kaled-alshmrany
11
11
 
12
12
  maintainers:
13
- - name: Kaled Alshmrany
13
+ - orcid: 0000-0002-5822-5435
14
+ name: Kaled Alshmrany
14
15
  institution: University of Manchester / Institute of Public Administration
15
16
  country: UK / Saudi Arabia
16
17
  url: https://research.manchester.ac.uk/en/persons/kaled.alshmrany
17
18
 
18
19
  versions:
20
+ - version: "testcomp25"
21
+ doi: "10.5281/zenodo.13983351"
22
+ benchexec_toolinfo_options: ["-s", "incr"]
23
+ required_ubuntu_packages: []
19
24
  - version: "testcomp24"
20
25
  doi: "10.5281/zenodo.10113374"
21
26
  benchexec_toolinfo_options: ["-s", "incr"]
@@ -26,6 +31,14 @@ versions:
26
31
  required_ubuntu_packages: []
27
32
 
28
33
  competition_participations:
34
+ - competition: "Test-Comp 2025"
35
+ track: "Test Generation"
36
+ tool_version: "testcomp25"
37
+ jury_member:
38
+ name: Kaled Alshmrany
39
+ institution: University of Manchester / Institute of Public Administration
40
+ country: UK / Saudi Arabia
41
+ url: https://research.manchester.ac.uk/en/persons/kaled.alshmrany
29
42
  - competition: "Test-Comp 2024"
30
43
  track: "Test Generation"
31
44
  tool_version: "testcomp24"
@@ -51,3 +64,8 @@ techniques:
51
64
  - Portfolio
52
65
 
53
66
  frameworks_solvers: []
67
+
68
+ literature:
69
+ - doi: "10.1145/3665337"
70
+ title: "FuSeBMC v4: Improving Code Coverage with Smart Seeds via BMC, Fuzzing and Static Analysis"
71
+ year: 2024
@@ -24,10 +24,22 @@ versions:
24
24
  - python3
25
25
  - openjdk-11-jre-headless
26
26
  - libgomp1
27
+ full_container_images:
28
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
27
29
 
28
30
  competition_participations:
31
+ - competition: "SV-COMP 2025"
32
+ track: "Verification"
33
+ hors-concours: true
34
+ tool_version: "svcomp23"
35
+ jury_member:
36
+ name: Hors Concours
37
+ institution: --
38
+ country: --
39
+ url: null
29
40
  - competition: "SV-COMP 2024"
30
41
  track: "Verification"
42
+ hors-concours: true
31
43
  tool_version: "svcomp23"
32
44
  jury_member:
33
45
  name: Hors Concours
@@ -36,6 +48,7 @@ competition_participations:
36
48
  url: null
37
49
  - competition: "SV-COMP 2023"
38
50
  track: "Verification"
51
+ hors-concours: true
39
52
  tool_version: "svcomp23"
40
53
  jury_member:
41
54
  name: Hors Concours
@@ -24,8 +24,18 @@ versions:
24
24
  required_ubuntu_packages: []
25
25
 
26
26
  competition_participations:
27
+ - competition: "SV-COMP 2025"
28
+ track: "Verification"
29
+ hors-concours: true
30
+ tool_version: "svcomp23"
31
+ jury_member:
32
+ name: Hors Concours
33
+ institution: --
34
+ country: --
35
+ url: null
27
36
  - competition: "SV-COMP 2024"
28
37
  track: "Verification"
38
+ hors-concours: true
29
39
  tool_version: "svcomp23"
30
40
  jury_member:
31
41
  name: Hors Concours
@@ -15,8 +15,19 @@ maintainers:
15
15
  institution: TU Dortmund
16
16
  country: Germany
17
17
  url: https://falkhowar.de
18
+ orcid: 0000-0002-9524-4459
19
+ - name: Malte Mues
20
+ institution: TU Dortmund
21
+ country: Germany
22
+ url: https://aqua.cs.tu-dortmund.de/team/researchers/malte-mues/
23
+ orcid: 0000-0002-6291-9886
18
24
 
19
25
  versions:
26
+ - version: "svcomp25"
27
+ doi: "10.5281/zenodo.10059535"
28
+ benchexec_toolinfo_options: []
29
+ required_ubuntu_packages:
30
+ - openjdk-11-jre-headless
20
31
  - version: "svcomp24"
21
32
  doi: "10.5281/zenodo.10059535"
22
33
  benchexec_toolinfo_options: []
@@ -29,6 +40,14 @@ versions:
29
40
  - openjdk-11-jre-headless
30
41
 
31
42
  competition_participations:
43
+ - competition: "SV-COMP 2025"
44
+ track: "Verification"
45
+ tool_version: "svcomp25"
46
+ jury_member:
47
+ name: Falk Howar
48
+ institution: TU Dortmund
49
+ country: Germany
50
+ url: https://falkhowar.de
32
51
  - competition: "SV-COMP 2024"
33
52
  track: "Verification"
34
53
  tool_version: "svcomp24"
@@ -54,3 +73,15 @@ techniques:
54
73
  frameworks_solvers:
55
74
  - CVC
56
75
  - Z3
76
+
77
+ literature:
78
+ - doi: 10.1007/978-3-030-99527-0_27
79
+ title: "GDart: an ensemble of tools for dynamic symbolic execution on the Java virtual machine (competition contribution)"
80
+ year: 2022
81
+ - doi: 10.1007/978-3-031-17108-6_6
82
+ title: "SPouT: Symbolic Path Recording During Testing - A Concolic Executor for the JVM"
83
+ year: 2022
84
+ - doi: 10.17877/DE290R-23694
85
+ title: "The integration of multi-color taint-analysis with dynamic symbolic execution for Java web application security analysis"
86
+ year: 2023
87
+
@@ -10,16 +10,26 @@ 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
- - name: Michael Schwarz
18
+ - orcid: 0000-0002-9828-0308
19
+ name: Michael Schwarz
18
20
  institution: Technische Universität München
19
21
  country: Germany
20
22
  url: https://www.cs.cit.tum.de/en/pl/personen/michael-schwarz/
21
23
 
22
24
  versions:
25
+ - version: "svcomp25"
26
+ doi: 10.5281/zenodo.14054652
27
+ benchexec_toolinfo_options: ["--conf", "conf/svcomp25.json"]
28
+ required_ubuntu_packages: []
29
+ - version: "svcomp25-validation-correctness"
30
+ doi: 10.5281/zenodo.14054652
31
+ benchexec_toolinfo_options: ["--conf", "conf/svcomp25-validate.json"]
32
+ required_ubuntu_packages: []
23
33
  - version: "svcomp24"
24
34
  doi: 10.5281/zenodo.10202867
25
35
  benchexec_toolinfo_options: ["--conf", "conf/svcomp24.json"]
@@ -34,10 +44,29 @@ versions:
34
44
  required_ubuntu_packages: []
35
45
 
36
46
  competition_participations:
47
+ - competition: "SV-COMP 2025"
48
+ track: "Verification"
49
+ tool_version: "svcomp25"
50
+ jury_member:
51
+ orcid: 0000-0003-4553-1350
52
+ name: Simmo Saan
53
+ institution: University of Tartu
54
+ country: Estonia
55
+ url: https://sim642.eu/
56
+ - competition: "SV-COMP 2025"
57
+ track: "Validation of Correctness Witnesses 2.0"
58
+ tool_version: "svcomp25-validation-correctness"
59
+ jury_member:
60
+ orcid: 0000-0003-4553-1350
61
+ name: Simmo Saan
62
+ institution: University of Tartu
63
+ country: Estonia
64
+ url: https://sim642.eu/
37
65
  - competition: "SV-COMP 2024"
38
66
  track: "Verification"
39
67
  tool_version: "svcomp24"
40
68
  jury_member:
69
+ orcid: 0000-0003-4553-1350
41
70
  name: Simmo Saan
42
71
  institution: University of Tartu
43
72
  country: Estonia
@@ -46,6 +75,7 @@ competition_participations:
46
75
  track: "Validation of Correctness Witnesses 2.0"
47
76
  tool_version: "svcomp24-validation-correctness"
48
77
  jury_member:
78
+ orcid: 0000-0003-4553-1350
49
79
  name: Simmo Saan
50
80
  institution: University of Tartu
51
81
  country: Estonia
@@ -54,6 +84,7 @@ competition_participations:
54
84
  track: "Verification"
55
85
  tool_version: "svcomp23"
56
86
  jury_member:
87
+ orcid: 0000-0003-4553-1350
57
88
  name: Simmo Saan
58
89
  institution: University of Tartu
59
90
  country: Estonia
@@ -66,3 +97,20 @@ techniques:
66
97
 
67
98
  frameworks_solvers:
68
99
  - Apron
100
+
101
+ literature:
102
+ - doi: 10.1145/2970276.2970337
103
+ title: "Static race detection for device drivers: the Goblint approach"
104
+ year: 2016
105
+ - doi: 10.1007/978-3-031-57256-2_17
106
+ title: "Goblint Validator: Correctness Witness Validation by Abstract Interpretation (Competition Contribution)"
107
+ year: 2024
108
+ - doi: 10.1007/978-3-031-57256-2_25
109
+ title: "Goblint: Abstract Interpretation for Memory Safety and Termination (Competition Contribution)"
110
+ year: 2024
111
+ - doi: 10.1007/978-3-031-30820-8_34
112
+ title: "Goblint: Autotuning Thread-Modular Abstract Interpretation (Competition Contribution)"
113
+ year: 2023
114
+ - doi: 10.1007/978-3-030-72013-1_28
115
+ title: "Goblint: Thread-Modular Abstract Interpretation Using Side-Effecting Constraints (Competition Contribution)"
116
+ year: 2021
@@ -27,10 +27,22 @@ versions:
27
27
  - python3-lxml
28
28
  - gcc
29
29
  - libc6-dev-i386
30
+ full_container_images:
31
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
30
32
 
31
33
  competition_participations:
34
+ - competition: "SV-COMP 2025"
35
+ track: "Verification"
36
+ hors-concours: true
37
+ tool_version: "svcomp23"
38
+ jury_member:
39
+ name: Hors Concours
40
+ institution: --
41
+ country: --
42
+ url: null
32
43
  - competition: "SV-COMP 2024"
33
44
  track: "Verification"
45
+ hors-concours: true
34
46
  tool_version: "svcomp23"
35
47
  jury_member:
36
48
  name: Hors Concours
@@ -39,6 +51,7 @@ competition_participations:
39
51
  url: null
40
52
  - competition: "SV-COMP 2023"
41
53
  track: "Verification"
54
+ hors-concours: true
42
55
  tool_version: "svcomp23"
43
56
  jury_member:
44
57
  name: Hors Concours
@@ -23,10 +23,22 @@ versions:
23
23
  - openjdk-11-jre-headless
24
24
  - llvm-11
25
25
  - clang-11
26
+ full_container_images:
27
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
26
28
 
27
29
  competition_participations:
30
+ - competition: "SV-COMP 2025"
31
+ track: "Verification"
32
+ hors-concours: true
33
+ tool_version: "svcomp23"
34
+ jury_member:
35
+ name: Hors Concours
36
+ institution: --
37
+ country: --
38
+ url: null
28
39
  - competition: "SV-COMP 2024"
29
40
  track: "Verification"
41
+ hors-concours: true
30
42
  tool_version: "svcomp23"
31
43
  jury_member:
32
44
  name: Hors Concours
@@ -29,6 +29,15 @@ versions:
29
29
  - openjdk-11-jre-headless
30
30
 
31
31
  competition_participations:
32
+ - competition: "SV-COMP 2025"
33
+ track: "Validation of Violation Witnesses 1.0"
34
+ hors-concours: true
35
+ tool_version: "svcomp24"
36
+ jury_member:
37
+ name: Hors Concours
38
+ institution: --
39
+ country: --
40
+ url: null
32
41
  - competition: "SV-COMP 2024"
33
42
  track: "Validation of Violation Witnesses 1.0"
34
43
  tool_version: "svcomp24"
@@ -0,0 +1,55 @@
1
+ name: Hornix
2
+ input_languages:
3
+ - C
4
+ project_url: https://github.com/d3sformal/hornix
5
+ repository_url: https://github.com/d3sformal/hornix
6
+ spdx_license_identifier: Apache 2.0
7
+ benchexec_toolinfo_module: benchexec.tools.hornix
8
+ fmtools_format_version: "2.0"
9
+ fmtools_entry_maintainers:
10
+ - jan.kofron
11
+
12
+ maintainers:
13
+ - orcid: "0000-0000-0000-0000"
14
+ name: Oliver Glitta
15
+ institution: Charles University
16
+ country: Czech Republic
17
+ url: null
18
+ - orcid: "0000-0001-8140-4098"
19
+ name: Martin Blicha
20
+ institution: University of Lugano
21
+ country: Switzerland
22
+ url: null
23
+ - orcid: "0000-0003-0391-4812"
24
+ name: Jan Kofron
25
+ institution: Charles University
26
+ country: Czech Republic
27
+ url: https://d3s.mff.cuni.cz/people/jankofron/
28
+
29
+ versions:
30
+ - version: "svcomp25"
31
+ doi: "10.5281/zenodo.14198550"
32
+ benchexec_toolinfo_options: []
33
+ required_ubuntu_packages: []
34
+
35
+ competition_participations:
36
+ - competition: "SV-COMP 2025"
37
+ track: "Verification"
38
+ tool_version: "svcomp25"
39
+ jury_member:
40
+ orcid: 0000-0001-8140-4098
41
+ name: Martin Blicha
42
+ institution: University of Lugano
43
+ country: Switzerland
44
+ url: null
45
+
46
+ techniques:
47
+ - Property-Directed Reachability
48
+
49
+ frameworks_solvers:
50
+ - Z3
51
+
52
+ literature: []
53
+
54
+
55
+
@@ -22,8 +22,18 @@ versions:
22
22
  required_ubuntu_packages: []
23
23
 
24
24
  competition_participations:
25
+ - competition: "Test-Comp 2025"
26
+ track: "Test Generation"
27
+ hors-concours: true
28
+ tool_version: "testcomp23"
29
+ jury_member:
30
+ name: Hors Concours
31
+ institution: --
32
+ country: --
33
+ url: null
25
34
  - competition: "Test-Comp 2024"
26
35
  track: "Test Generation"
36
+ hors-concours: true
27
37
  tool_version: "testcomp23"
28
38
  jury_member:
29
39
  name: Hors Concours
@@ -32,6 +42,7 @@ competition_participations:
32
42
  url: null
33
43
  - competition: "Test-Comp 2023"
34
44
  track: "Test Generation"
45
+ hors-concours: true
35
46
  tool_version: "testcomp23"
36
47
  jury_member:
37
48
  name: Hors Concours
@@ -28,8 +28,18 @@ versions:
28
28
  required_ubuntu_packages: []
29
29
 
30
30
  competition_participations:
31
+ - competition: "SV-COMP 2025"
32
+ track: "Verification"
33
+ hors-concours: true
34
+ tool_version: "svcomp24"
35
+ jury_member:
36
+ name: Hors Concours
37
+ institution: --
38
+ country: --
39
+ url: null
31
40
  - competition: "SV-COMP 2024"
32
41
  track: "Verification"
42
+ hors-concours: true
33
43
  tool_version: "svcomp24"
34
44
  jury_member:
35
45
  name: Hors Concours
@@ -38,6 +48,7 @@ competition_participations:
38
48
  url: null
39
49
  - competition: "SV-COMP 2023"
40
50
  track: "Verification"
51
+ hors-concours: true
41
52
  tool_version: "svcomp23"
42
53
  jury_member:
43
54
  name: Hors Concours
@@ -11,19 +11,34 @@ fmtools_entry_maintainers:
11
11
 
12
12
  maintainers:
13
13
  - name: Soha Hussein
14
- institution: University of Minnesota
15
- country: USA
16
- url: https://www.linkedin.com/in/sohahusse/
14
+ institution: Ain Shams University
15
+ country: Egypt
16
+ url: https://sohah.github.io/
17
+ orcid: 0000-0002-5071-6811
17
18
 
18
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: 10.5281/zenodo.14183043
22
+ benchexec_toolinfo_options: [ ]
23
+ required_ubuntu_packages:
24
+ - openjdk-8-jre-headless
19
25
  - version: "svcomp23"
20
26
  doi: 10.5281/zenodo.7467038
21
27
  benchexec_toolinfo_options: []
22
28
  required_ubuntu_packages: []
23
29
 
24
30
  competition_participations:
31
+ - competition: "SV-COMP 2025"
32
+ track: "Verification"
33
+ tool_version: "svcomp25"
34
+ jury_member:
35
+ name: Soha Hussein
36
+ institution: Ain Shams University
37
+ country: Egypt
38
+ url: https://sohah.github.io/
25
39
  - competition: "SV-COMP 2024"
26
40
  track: "Verification"
41
+ hors-concours: true
27
42
  tool_version: "svcomp23"
28
43
  jury_member:
29
44
  name: Hors Concours
@@ -45,3 +60,10 @@ techniques:
45
60
 
46
61
  frameworks_solvers:
47
62
  - JPF
63
+ literature:
64
+ - doi: 10.1007/978-3-030-45237-7_27
65
+ title: "Java Ranger at SV-COMP 2020 (Competition Contribution)"
66
+ year: 2020
67
+ - doi: 10.1145/3368089.3409734
68
+ title: "Java Ranger: statically summarizing regions for efficient symbolic execution of Java"
69
+ year: 2020
@@ -21,6 +21,8 @@ versions:
21
21
  benchexec_toolinfo_options: ['--graphml-witness', 'witness.graphml']
22
22
  required_ubuntu_packages:
23
23
  - openjdk-8-jdk-headless
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
  - version: "svcomp23"
25
27
  url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/jayhorn.zip"
26
28
  benchexec_toolinfo_options: []
@@ -28,6 +30,15 @@ versions:
28
30
  - openjdk-8-jdk-headless
29
31
 
30
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
31
42
  - competition: "SV-COMP 2024"
32
43
  track: "Verification"
33
44
  tool_version: "svcomp24"
@@ -38,6 +49,7 @@ competition_participations:
38
49
  url: https://ir.linkedin.com/in/hassan-mousavi
39
50
  - competition: "SV-COMP 2023"
40
51
  track: "Verification"
52
+ hors-concours: true
41
53
  tool_version: "svcomp23"
42
54
  jury_member:
43
55
  name: Hors Concours
@@ -12,21 +12,37 @@ fmtools_entry_maintainers:
12
12
  maintainers:
13
13
  - orcid: 0000-0002-5713-1381
14
14
  name: Peter Schrammel
15
- institution: University of Sussex and Diffblue
15
+ institution: Diffblue Ltd.
16
16
  country: UK
17
17
  url: http://www.schrammel.it
18
18
 
19
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: 10.5281/zenodo.13975618
22
+ benchexec_toolinfo_options: ["--graphml-witness", "witness.graphml"]
23
+ required_ubuntu_packages:
24
+ - openjdk-8-jdk-headless
20
25
  - version: "svcomp24"
21
26
  doi: 10.5281/zenodo.10198951
22
27
  benchexec_toolinfo_options: ["--graphml-witness", "witness.graphml"]
23
- required_ubuntu_packages: []
28
+ required_ubuntu_packages:
29
+ - openjdk-8-jdk-headless
24
30
  - version: "svcomp23"
25
31
  url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/jbmc.zip"
26
32
  benchexec_toolinfo_options: []
27
- required_ubuntu_packages: []
33
+ required_ubuntu_packages:
34
+ - openjdk-8-jdk-headless
28
35
 
29
36
  competition_participations:
37
+ - competition: "SV-COMP 2025"
38
+ track: "Verification"
39
+ tool_version: "svcomp25"
40
+ jury_member:
41
+ orcid: 0000-0002-5713-1381
42
+ name: Peter Schrammel
43
+ institution: Diffblue Ltd.
44
+ country: UK
45
+ url: http://www.schrammel.it
30
46
  - competition: "SV-COMP 2024"
31
47
  track: "Verification"
32
48
  tool_version: "svcomp24"
@@ -21,8 +21,19 @@ versions:
21
21
  benchexec_toolinfo_options: []
22
22
  required_ubuntu_packages:
23
23
  - python3-networkx
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
 
25
27
  competition_participations:
28
+ - competition: "SV-COMP 2025"
29
+ track: "Validation of Correctness Witnesses 1.0"
30
+ hors-concours: true
31
+ tool_version: "svcomp24"
32
+ jury_member:
33
+ name: Hors Concours
34
+ institution: --
35
+ country: --
36
+ url: null
26
37
  - competition: "SV-COMP 2024"
27
38
  track: "Validation of Correctness Witnesses 1.0"
28
39
  tool_version: "svcomp24"