fm-weck 1.4.5__py3-none-any.whl → 1.4.6__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 (123) hide show
  1. fm_weck/__init__.py +1 -1
  2. fm_weck/__main__.py +1 -0
  3. fm_weck/cache_mgr.py +47 -0
  4. fm_weck/cli.py +120 -11
  5. fm_weck/engine.py +85 -16
  6. fm_weck/exceptions.py +1 -0
  7. fm_weck/resources/{BenchExec-3.25-py3-none-any.whl → BenchExec-3.27-py3-none-any.whl} +0 -0
  8. fm_weck/resources/__init__.py +1 -1
  9. fm_weck/resources/fm_tools/2ls.yml +32 -7
  10. fm_weck/resources/fm_tools/aise.yml +6 -1
  11. fm_weck/resources/fm_tools/aprove.yml +73 -72
  12. fm_weck/resources/fm_tools/blast.yml +58 -0
  13. fm_weck/resources/fm_tools/brick.yml +4 -4
  14. fm_weck/resources/fm_tools/bubaak-split.yml +3 -3
  15. fm_weck/resources/fm_tools/bubaak.yml +4 -4
  16. fm_weck/resources/fm_tools/cadp.yml +95 -0
  17. fm_weck/resources/fm_tools/cbmc.yml +8 -4
  18. fm_weck/resources/fm_tools/cetfuzz.yml +4 -3
  19. fm_weck/resources/fm_tools/coastal.yml +13 -8
  20. fm_weck/resources/fm_tools/concurrentwitness2test.yml +4 -1
  21. fm_weck/resources/fm_tools/cooperace.yml +7 -6
  22. fm_weck/resources/fm_tools/coveriteam-verifier-algo-selection.yml +9 -20
  23. fm_weck/resources/fm_tools/coveriteam-verifier-parallel-portfolio.yml +9 -20
  24. fm_weck/resources/fm_tools/coveritest.yml +27 -6
  25. fm_weck/resources/fm_tools/cpa-bam-bnb.yml +13 -9
  26. fm_weck/resources/fm_tools/cpa-bam-smg.yml +12 -7
  27. fm_weck/resources/fm_tools/cpa-lockator.yml +13 -9
  28. fm_weck/resources/fm_tools/cpa-witness2test.yml +13 -3
  29. fm_weck/resources/fm_tools/cpachecker.yml +3 -3
  30. fm_weck/resources/fm_tools/cpv.yml +2 -0
  31. fm_weck/resources/fm_tools/crux.yml +20 -8
  32. fm_weck/resources/fm_tools/cseq.yml +9 -4
  33. fm_weck/resources/fm_tools/dartagnan.yml +12 -1
  34. fm_weck/resources/fm_tools/deagle.yml +5 -0
  35. fm_weck/resources/fm_tools/divine.yml +20 -11
  36. fm_weck/resources/fm_tools/ebf.yml +8 -5
  37. fm_weck/resources/fm_tools/emergentheta.yml +9 -2
  38. fm_weck/resources/fm_tools/esbmc-incr.yml +13 -10
  39. fm_weck/resources/fm_tools/esbmc-kind.yml +12 -11
  40. fm_weck/resources/fm_tools/fdse.yml +1 -1
  41. fm_weck/resources/fm_tools/fizzer.yml +15 -24
  42. fm_weck/resources/fm_tools/frama-c-sv.yml +3 -2
  43. fm_weck/resources/fm_tools/fshell-witness2test.yml +9 -6
  44. fm_weck/resources/fm_tools/fusebmc-ia.yml +6 -3
  45. fm_weck/resources/fm_tools/fusebmc.yml +26 -6
  46. fm_weck/resources/fm_tools/gazer-theta.yml +10 -7
  47. fm_weck/resources/fm_tools/gdart-llvm.yml +8 -4
  48. fm_weck/resources/fm_tools/gdart.yml +3 -0
  49. fm_weck/resources/fm_tools/goblint.yml +7 -2
  50. fm_weck/resources/fm_tools/graves-par.yml +9 -14
  51. fm_weck/resources/fm_tools/graves.yml +10 -4
  52. fm_weck/resources/fm_tools/gwit.yml +10 -4
  53. fm_weck/resources/fm_tools/hornix.yml +12 -7
  54. fm_weck/resources/fm_tools/hybridtiger.yml +12 -7
  55. fm_weck/resources/fm_tools/infer.yml +12 -7
  56. fm_weck/resources/fm_tools/java-ranger.yml +6 -3
  57. fm_weck/resources/fm_tools/jayhorn.yml +6 -4
  58. fm_weck/resources/fm_tools/jbmc.yml +11 -2
  59. fm_weck/resources/fm_tools/jcwit.yml +9 -5
  60. fm_weck/resources/fm_tools/jdart.yml +12 -7
  61. fm_weck/resources/fm_tools/klee.yml +13 -8
  62. fm_weck/resources/fm_tools/kleef.yml +3 -3
  63. fm_weck/resources/fm_tools/korn.yml +11 -1
  64. fm_weck/resources/fm_tools/lazycseq.yml +10 -7
  65. fm_weck/resources/fm_tools/legion-symcc.yml +6 -12
  66. fm_weck/resources/fm_tools/legion.yml +9 -14
  67. fm_weck/resources/fm_tools/lf-checker.yml +10 -6
  68. fm_weck/resources/fm_tools/liv.yml +19 -4
  69. fm_weck/resources/fm_tools/locksmith.yml +10 -6
  70. fm_weck/resources/fm_tools/metaval++.yml +19 -3
  71. fm_weck/resources/fm_tools/metaval.yml +21 -3
  72. fm_weck/resources/fm_tools/mlb.yml +5 -5
  73. fm_weck/resources/fm_tools/mopsa.yml +9 -7
  74. fm_weck/resources/fm_tools/nacpa.yml +7 -1
  75. fm_weck/resources/fm_tools/nitwit.yml +5 -3
  76. fm_weck/resources/fm_tools/owic.yml +4 -3
  77. fm_weck/resources/fm_tools/pesco.yml +10 -4
  78. fm_weck/resources/fm_tools/pichecker.yml +10 -6
  79. fm_weck/resources/fm_tools/pinaka.yml +13 -8
  80. fm_weck/resources/fm_tools/predatorhp.yml +6 -4
  81. fm_weck/resources/fm_tools/prism.yml +67 -0
  82. fm_weck/resources/fm_tools/proton.yml +6 -6
  83. fm_weck/resources/fm_tools/prtest.yml +22 -6
  84. fm_weck/resources/fm_tools/racerf.yml +14 -5
  85. fm_weck/resources/fm_tools/relay-sv.yml +8 -13
  86. fm_weck/resources/fm_tools/rizzer.yml +8 -12
  87. fm_weck/resources/fm_tools/schema.yml +56 -3
  88. fm_weck/resources/fm_tools/sikraken.yml +3 -3
  89. fm_weck/resources/fm_tools/spf.yml +13 -8
  90. fm_weck/resources/fm_tools/svf-svc.yml +15 -6
  91. fm_weck/resources/fm_tools/symbiotic-witch.yml +9 -5
  92. fm_weck/resources/fm_tools/symbiotic.yml +6 -2
  93. fm_weck/resources/fm_tools/testcov.yml +8 -8
  94. fm_weck/resources/fm_tools/theta.yml +8 -4
  95. fm_weck/resources/fm_tools/thorn.yml +3 -1
  96. fm_weck/resources/fm_tools/tracerx-wp.yml +11 -2
  97. fm_weck/resources/fm_tools/tracerx.yml +5 -1
  98. fm_weck/resources/fm_tools/uautomizer.yml +7 -12
  99. fm_weck/resources/fm_tools/ugemcutter.yml +8 -2
  100. fm_weck/resources/fm_tools/ukojak.yml +5 -2
  101. fm_weck/resources/fm_tools/ureferee.yml +3 -4
  102. fm_weck/resources/fm_tools/utaipan.yml +8 -2
  103. fm_weck/resources/fm_tools/utestgen.yml +11 -3
  104. fm_weck/resources/fm_tools/vercors.yml +94 -0
  105. fm_weck/resources/fm_tools/veriabs.yml +11 -9
  106. fm_weck/resources/fm_tools/veriabsl.yml +10 -8
  107. fm_weck/resources/fm_tools/verifuzz.yml +16 -266
  108. fm_weck/resources/fm_tools/verioover.yml +10 -6
  109. fm_weck/resources/fm_tools/wasp-c.yml +6 -4
  110. fm_weck/resources/fm_tools/wit4java.yml +20 -13
  111. fm_weck/resources/fm_tools/witch.yml +8 -4
  112. fm_weck/resources/fm_tools/witnesslint.yml +37 -9
  113. fm_weck/resources/fm_tools/witnessmap.yml +16 -1
  114. fm_weck/run_result.py +38 -0
  115. fm_weck/runexec_mode.py +7 -2
  116. fm_weck/serve.py +66 -12
  117. fm_weck/version_listing.py +25 -0
  118. {fm_weck-1.4.5.dist-info → fm_weck-1.4.6.dist-info}/METADATA +4 -2
  119. fm_weck-1.4.6.dist-info/RECORD +153 -0
  120. {fm_weck-1.4.5.dist-info → fm_weck-1.4.6.dist-info}/WHEEL +1 -1
  121. fm_weck-1.4.5.dist-info/RECORD +0 -146
  122. /fm_weck/resources/{BenchExec-3.25-py3-none-any.whl.license → BenchExec-3.27-py3-none-any.whl.license} +0 -0
  123. {fm_weck-1.4.5.dist-info → fm_weck-1.4.6.dist-info}/entry_points.txt +0 -0
@@ -14,7 +14,7 @@ maintainers:
14
14
  - name: Hors Concours
15
15
  institution: University of Virginia
16
16
  country: USA
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
@@ -32,33 +32,28 @@ versions:
32
32
  - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
33
33
 
34
34
  competition_participations:
35
- - competition: "SV-COMP 2025"
36
- track: "Verification"
37
- hors_concours: true
38
- tool_version: "svcomp23"
39
- jury_member:
40
- name: Hors Concours
41
- institution: --
42
- country: --
43
- url: null
44
35
  - competition: "SV-COMP 2024"
45
36
  track: "Verification"
46
- hors_concours: true
37
+ label:
38
+ - inactive
39
+ - meta_tool
47
40
  tool_version: "svcomp23"
48
41
  jury_member:
49
42
  name: Hors Concours
50
43
  institution: University of Virginia
51
44
  country: USA
52
- url: null
45
+ url:
53
46
  - competition: "SV-COMP 2023"
54
47
  track: "Verification"
55
- hors_concours: true
48
+ label:
49
+ - inactive
50
+ - meta_tool
56
51
  tool_version: "svcomp23"
57
52
  jury_member:
58
53
  name: Hors Concours
59
54
  institution: University of Virginia
60
55
  country: USA
61
- url: null
56
+ url:
62
57
 
63
58
  techniques: []
64
59
 
@@ -30,24 +30,30 @@ versions:
30
30
  competition_participations:
31
31
  - competition: "SV-COMP 2025"
32
32
  track: "Verification"
33
- hors_concours: true
33
+ label:
34
+ - inactive
35
+ - meta_tool
34
36
  tool_version: "svcomp23"
35
37
  jury_member:
36
38
  name: Hors Concours
37
39
  institution: --
38
40
  country: --
39
- url: null
41
+ url:
40
42
  - competition: "SV-COMP 2024"
41
43
  track: "Verification"
42
- hors_concours: true
44
+ label:
45
+ - inactive
46
+ - meta_tool
43
47
  tool_version: "svcomp23"
44
48
  jury_member:
45
49
  name: Hors Concours
46
50
  institution: --
47
51
  country: --
48
- url: null
52
+ url:
49
53
  - competition: "SV-COMP 2023"
50
54
  track: "Verification"
55
+ label:
56
+ - meta_tool
51
57
  tool_version: "svcomp23"
52
58
  jury_member:
53
59
  name: Will Leeson
@@ -4,7 +4,7 @@ input_languages:
4
4
  - Java
5
5
  project_url: https://github.com/tudo-aqua/gwit
6
6
  repository_url: https://github.com/tudo-aqua/gwit
7
- spdx_license_identifier: LicenseRef-LICENSE
7
+ spdx_license_identifier: LicenseRef-GWIT
8
8
  benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/gwit.py"
9
9
  fmtools_format_version: "2.0"
10
10
  fmtools_entry_maintainers:
@@ -15,12 +15,13 @@ maintainers:
15
15
  - name: Falk Howar
16
16
  institution: TU Dortmund
17
17
  country: Germany
18
+ orcid: 0000-0002-9524-4459
18
19
  url: https://falkhowar.de
19
20
 
20
21
  versions:
21
22
  - version: "svcomp24"
22
23
  doi: "10.5281/zenodo.10059567"
23
- benchexec_toolinfo_options: []
24
+ benchexec_toolinfo_options: ["--witness", "${witness}"]
24
25
  required_ubuntu_packages:
25
26
  - openjdk-11-jre-headless
26
27
  - version: "svcomp23"
@@ -32,17 +33,19 @@ versions:
32
33
  competition_participations:
33
34
  - competition: "SV-COMP 2025"
34
35
  track: "Validation of Violation Witnesses 1.0"
35
- hors_concours: true
36
+ label:
37
+ - inactive
36
38
  tool_version: "svcomp24"
37
39
  jury_member:
38
40
  name: Hors Concours
39
41
  institution: --
40
42
  country: --
41
- url: null
43
+ url:
42
44
  - competition: "SV-COMP 2024"
43
45
  track: "Validation of Violation Witnesses 1.0"
44
46
  tool_version: "svcomp24"
45
47
  jury_member:
48
+ orcid: 0000-0002-9524-4459
46
49
  name: Falk Howar
47
50
  institution: TU Dortmund
48
51
  country: Germany
@@ -51,6 +54,7 @@ competition_participations:
51
54
  track: "Validation of Violation Witnesses 1.0"
52
55
  tool_version: "svcomp23"
53
56
  jury_member:
57
+ orcid: 0000-0002-9524-4459
54
58
  name: Falk Howar
55
59
  institution: TU Dortmund
56
60
  country: Germany
@@ -62,3 +66,5 @@ techniques:
62
66
  - Portfolio
63
67
 
64
68
  frameworks_solvers: []
69
+
70
+ literature: []
@@ -1,10 +1,15 @@
1
1
  id: hornix
2
2
  name: Hornix
3
+ description: |
4
+ Hornix is a software-verification tool based on the LLVM
5
+ framework, aiming to verify C/C++ code by employing a custom LLVM pass
6
+ on the LLVM IR level. It transforms the LLVM IR into a system of
7
+ constrained Horn clauses (CHC) and uses Z3 to decide about its satisfiability.
3
8
  input_languages:
4
9
  - C
5
10
  project_url: https://github.com/d3sformal/hornix
6
11
  repository_url: https://github.com/d3sformal/hornix
7
- spdx_license_identifier: Apache 2.0
12
+ spdx_license_identifier: Apache-2.0
8
13
  benchexec_toolinfo_module: benchexec.tools.hornix
9
14
  fmtools_format_version: "2.0"
10
15
  fmtools_entry_maintainers:
@@ -14,17 +19,17 @@ maintainers:
14
19
  - orcid: "0000-0000-0000-0000"
15
20
  name: Oliver Glitta
16
21
  institution: Charles University
17
- country: Czech Republic
18
- url: null
22
+ country: Czechia
23
+ url:
19
24
  - orcid: "0000-0001-8140-4098"
20
25
  name: Martin Blicha
21
26
  institution: University of Lugano
22
27
  country: Switzerland
23
- url: null
28
+ url:
24
29
  - orcid: "0000-0003-0391-4812"
25
30
  name: Jan Kofron
26
31
  institution: Charles University
27
- country: Czech Republic
32
+ country: Czechia
28
33
  url: https://d3s.mff.cuni.cz/people/jankofron/
29
34
 
30
35
  versions:
@@ -42,14 +47,14 @@ competition_participations:
42
47
  name: Martin Blicha
43
48
  institution: University of Lugano
44
49
  country: Switzerland
45
- url: null
50
+ url:
46
51
 
47
52
  techniques:
48
53
  - Property-Directed Reachability
49
54
 
50
55
  frameworks_solvers:
51
56
  - Z3
52
-
57
+
53
58
  literature: []
54
59
 
55
60
 
@@ -14,42 +14,47 @@ maintainers:
14
14
  - name: Hors Concours
15
15
  institution: --
16
16
  country: --
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "testcomp23"
21
21
  doi: 10.5281/zenodo.10412240
22
22
  benchexec_toolinfo_options: ['-benchmark', '-heap', '10000M', '-tigertestcomp20']
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
 
25
27
  competition_participations:
26
28
  - competition: "Test-Comp 2025"
27
29
  track: "Test Generation"
28
- hors_concours: true
30
+ label:
31
+ - inactive
29
32
  tool_version: "testcomp23"
30
33
  jury_member:
31
34
  name: Hors Concours
32
35
  institution: --
33
36
  country: --
34
- url: null
37
+ url:
35
38
  - competition: "Test-Comp 2024"
36
39
  track: "Test Generation"
37
- hors_concours: true
40
+ label:
41
+ - inactive
38
42
  tool_version: "testcomp23"
39
43
  jury_member:
40
44
  name: Hors Concours
41
45
  institution: --
42
46
  country: --
43
- url: null
47
+ url:
44
48
  - competition: "Test-Comp 2023"
45
49
  track: "Test Generation"
46
- hors_concours: true
50
+ label:
51
+ - inactive
47
52
  tool_version: "testcomp23"
48
53
  jury_member:
49
54
  name: Hors Concours
50
55
  institution: --
51
56
  country: --
52
- url: null
57
+ url:
53
58
 
54
59
  techniques:
55
60
  - CEGAR
@@ -23,6 +23,8 @@ versions:
23
23
  doi: 10.5281/zenodo.10079740
24
24
  benchexec_toolinfo_options: []
25
25
  required_ubuntu_packages: []
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/infer.zip"
28
30
  benchexec_toolinfo_options: []
@@ -31,31 +33,34 @@ versions:
31
33
  competition_participations:
32
34
  - competition: "SV-COMP 2025"
33
35
  track: "Verification"
34
- hors_concours: true
36
+ label:
37
+ - inactive
35
38
  tool_version: "svcomp24"
36
39
  jury_member:
37
40
  name: Hors Concours
38
41
  institution: --
39
42
  country: --
40
- url: null
43
+ url:
41
44
  - competition: "SV-COMP 2024"
42
45
  track: "Verification"
43
- hors_concours: true
46
+ label:
47
+ - inactive
44
48
  tool_version: "svcomp24"
45
49
  jury_member:
46
50
  name: Hors Concours
47
51
  institution: --
48
52
  country: --
49
- url: null
53
+ url:
50
54
  - competition: "SV-COMP 2023"
51
55
  track: "Verification"
52
- hors_concours: true
56
+ label:
57
+ - inactive
53
58
  tool_version: "svcomp23"
54
59
  jury_member:
55
60
  name: Hors Concours
56
61
  institution: --
57
62
  country: --
58
- url: null
63
+ url:
59
64
 
60
65
  techniques:
61
66
  - Numeric Interval Analysis
@@ -70,4 +75,4 @@ used_actors:
70
75
  description: |
71
76
  Translates from Java, C, C++ to SIL for verification.
72
77
 
73
- literature: []
78
+ literature: []
@@ -20,7 +20,7 @@ maintainers:
20
20
  versions:
21
21
  - version: "svcomp25"
22
22
  doi: 10.5281/zenodo.14205198
23
- benchexec_toolinfo_options: [ ]
23
+ benchexec_toolinfo_options: []
24
24
  required_ubuntu_packages:
25
25
  - openjdk-8-jre-headless
26
26
  - version: "svcomp23"
@@ -33,23 +33,26 @@ competition_participations:
33
33
  track: "Verification"
34
34
  tool_version: "svcomp25"
35
35
  jury_member:
36
+ orcid: 0000-0002-5071-6811
36
37
  name: Soha Hussein
37
38
  institution: Ain Shams University
38
39
  country: Egypt
39
40
  url: https://sohah.github.io/
40
41
  - competition: "SV-COMP 2024"
41
42
  track: "Verification"
42
- hors_concours: true
43
+ label:
44
+ - inactive
43
45
  tool_version: "svcomp23"
44
46
  jury_member:
45
47
  name: Hors Concours
46
48
  institution: --
47
49
  country: --
48
- url: null
50
+ url:
49
51
  - competition: "SV-COMP 2023"
50
52
  track: "Verification"
51
53
  tool_version: "svcomp23"
52
54
  jury_member:
55
+ orcid: 0000-0002-5071-6811
53
56
  name: Soha Hussein
54
57
  institution: University of Minnesota
55
58
  country: USA
@@ -33,13 +33,14 @@ versions:
33
33
  competition_participations:
34
34
  - competition: "SV-COMP 2025"
35
35
  track: "Verification"
36
- hors_concours: true
36
+ label:
37
+ - inactive
37
38
  tool_version: "svcomp24"
38
39
  jury_member:
39
40
  name: Hors Concours
40
41
  institution: --
41
42
  country: --
42
- url: null
43
+ url:
43
44
  - competition: "SV-COMP 2024"
44
45
  track: "Verification"
45
46
  tool_version: "svcomp24"
@@ -50,13 +51,14 @@ competition_participations:
50
51
  url: https://ir.linkedin.com/in/hassan-mousavi
51
52
  - competition: "SV-COMP 2023"
52
53
  track: "Verification"
53
- hors_concours: true
54
+ label:
55
+ - inactive
54
56
  tool_version: "svcomp23"
55
57
  jury_member:
56
58
  name: Hors Concours
57
59
  institution: --
58
60
  country: --
59
- url: null
61
+ url:
60
62
 
61
63
  techniques:
62
64
  - CEGAR
@@ -1,5 +1,10 @@
1
1
  id: jbmc
2
2
  name: JBMC
3
+ description: |
4
+ JBMC is an open-source SAT- and SMT-based bounded model checking tool for verifying Java bytecode.
5
+ JBMC can be used to verify or falsify functional properties and show the absence or presence of
6
+ runtime errors. JBMC relies on an operational model of the Java libraries optimized for program
7
+ analysis.
3
8
  input_languages:
4
9
  - Java
5
10
  project_url: https://github.com/diffblue/cbmc
@@ -13,7 +18,7 @@ fmtools_entry_maintainers:
13
18
  maintainers:
14
19
  - orcid: 0000-0002-5713-1381
15
20
  name: Peter Schrammel
16
- institution: Diffblue Ltd.
21
+ institution: Diffblue
17
22
  country: UK
18
23
  url: http://www.schrammel.it
19
24
 
@@ -41,7 +46,7 @@ competition_participations:
41
46
  jury_member:
42
47
  orcid: 0000-0002-5713-1381
43
48
  name: Peter Schrammel
44
- institution: Diffblue Ltd.
49
+ institution: Diffblue
45
50
  country: UK
46
51
  url: http://www.schrammel.it
47
52
  - competition: "SV-COMP 2024"
@@ -71,6 +76,7 @@ techniques:
71
76
  frameworks_solvers:
72
77
  - CProver
73
78
  - MiniSAT
79
+ - Glucose
74
80
 
75
81
  literature:
76
82
  - doi: 10.1007/978-3-319-96145-3_10
@@ -79,3 +85,6 @@ literature:
79
85
  - doi: 10.1007/978-3-030-17502-3_17
80
86
  title: "JBMC: Bounded Model Checking for Java Bytecode (Competition Contribution)"
81
87
  year: 2019
88
+ - doi: 10.48550/arXiv.2302.02381
89
+ title: "JBMC: A Bounded Model Checking Tool for Java Bytecode"
90
+ year: 2023
@@ -14,12 +14,13 @@ maintainers:
14
14
  - name: Zaiyu Cheng
15
15
  institution: University of Manchester
16
16
  country: UK
17
- url: null
17
+ orcid: 0000-0000-0000-0000
18
+ url:
18
19
 
19
20
  versions:
20
21
  - version: "svcomp24"
21
22
  doi: 10.5281/zenodo.10207438
22
- benchexec_toolinfo_options: []
23
+ benchexec_toolinfo_options: ["--witness", "${witness}"]
23
24
  required_ubuntu_packages:
24
25
  - python3-networkx
25
26
  full_container_images:
@@ -28,13 +29,14 @@ versions:
28
29
  competition_participations:
29
30
  - competition: "SV-COMP 2025"
30
31
  track: "Validation of Correctness Witnesses 1.0"
31
- hors_concours: true
32
+ label:
33
+ - inactive
32
34
  tool_version: "svcomp24"
33
35
  jury_member:
34
36
  name: Hors Concours
35
37
  institution: --
36
38
  country: --
37
- url: null
39
+ url:
38
40
  - competition: "SV-COMP 2024"
39
41
  track: "Validation of Correctness Witnesses 1.0"
40
42
  tool_version: "svcomp24"
@@ -42,9 +44,11 @@ competition_participations:
42
44
  name: Zaiyu Cheng
43
45
  institution: University of Manchester
44
46
  country: UK
45
- url: null
47
+ url:
46
48
 
47
49
  techniques:
48
50
  - Bounded Model Checking
49
51
 
50
52
  frameworks_solvers: []
53
+
54
+ literature: []
@@ -15,7 +15,7 @@ maintainers:
15
15
  - name: Malte Mues
16
16
  institution: TU Dortmund
17
17
  country: Germany
18
- url: null
18
+ url:
19
19
 
20
20
  versions:
21
21
  - version: "svcomp23"
@@ -23,35 +23,40 @@ versions:
23
23
  benchexec_toolinfo_options: []
24
24
  required_ubuntu_packages:
25
25
  - openjdk-11-jre-headless
26
+ full_container_images:
27
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
26
28
 
27
29
  competition_participations:
28
30
  - competition: "SV-COMP 2025"
29
31
  track: "Verification"
30
- hors_concours: true
32
+ label:
33
+ - inactive
31
34
  tool_version: "svcomp23"
32
35
  jury_member:
33
36
  name: Hors Concours
34
37
  institution: --
35
38
  country: --
36
- url: null
39
+ url:
37
40
  - competition: "SV-COMP 2024"
38
41
  track: "Verification"
39
- hors_concours: true
42
+ label:
43
+ - inactive
40
44
  tool_version: "svcomp23"
41
45
  jury_member:
42
46
  name: Hors Concours
43
47
  institution: --
44
48
  country: --
45
- url: null
49
+ url:
46
50
  - competition: "SV-COMP 2023"
47
51
  track: "Verification"
48
- hors_concours: true
52
+ label:
53
+ - inactive
49
54
  tool_version: "svcomp23"
50
55
  jury_member:
51
56
  name: Hors Concours
52
57
  institution: --
53
58
  country: --
54
- url: null
59
+ url:
55
60
 
56
61
  techniques:
57
62
  - Symbolic Execution
@@ -14,42 +14,47 @@ maintainers:
14
14
  - name: Hors Concours
15
15
  institution: --
16
16
  country: --
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "testcomp23"
21
21
  doi: 10.5281/zenodo.10412702
22
22
  benchexec_toolinfo_options: []
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
 
25
27
  competition_participations:
26
28
  - competition: "Test-Comp 2025"
27
29
  track: "Test Generation"
28
- hors_concours: true
30
+ label:
31
+ - inactive
29
32
  tool_version: "testcomp23"
30
33
  jury_member:
31
34
  name: Hors Concours
32
35
  institution: --
33
36
  country: --
34
- url: null
37
+ url:
35
38
  - competition: "Test-Comp 2024"
36
39
  track: "Test Generation"
37
- hors_concours: true
40
+ label:
41
+ - inactive
38
42
  tool_version: "testcomp23"
39
43
  jury_member:
40
44
  name: Hors Concours
41
45
  institution: --
42
46
  country: --
43
- url: null
47
+ url:
44
48
  - competition: "Test-Comp 2023"
45
49
  track: "Test Generation"
46
- hors_concours: true
50
+ label:
51
+ - inactive
47
52
  tool_version: "testcomp23"
48
53
  jury_member:
49
54
  name: Hors Concours
50
55
  institution: --
51
56
  country: --
52
- url: null
57
+ url:
53
58
 
54
59
  techniques:
55
60
  - Floating-Point Arithmetics
@@ -61,4 +66,4 @@ frameworks_solvers: []
61
66
  literature:
62
67
  - doi: 10.1007/s10009-020-00570-3
63
68
  title: "KLEE Symbolic Execution Engine in 2019"
64
- year: 2020
69
+ year: 2020
@@ -15,11 +15,11 @@ maintainers:
15
15
  orcid: 0000-0002-5907-0324
16
16
  institution: Independent Researcher
17
17
  country: Neutral
18
- url: null
18
+ url:
19
19
 
20
20
  versions:
21
21
  - version: "testcomp25"
22
- doi: "10.5281/zenodo.14188533"
22
+ doi: "10.5281/zenodo.14354572"
23
23
  benchexec_toolinfo_options: []
24
24
  required_ubuntu_packages: []
25
25
  - version: "testcomp24"
@@ -36,7 +36,7 @@ competition_participations:
36
36
  orcid: 0000-0002-5907-0324
37
37
  institution: Independent Researcher
38
38
  country: Neutral
39
- url: null
39
+ url:
40
40
  - competition: "Test-Comp 2024"
41
41
  track: "Test Generation"
42
42
  tool_version: "testcomp24"
@@ -9,6 +9,9 @@ benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw
9
9
  fmtools_format_version: "2.0"
10
10
  fmtools_entry_maintainers:
11
11
  - gernst
12
+ description: |
13
+ Korn is a software verifier for the C programming language. It translates the input program to a representation with constrained Horn clauses (CHCs) and uses off-the-shelf solvers to find loop invariants and function summaries.
14
+
12
15
 
13
16
  maintainers:
14
17
  - name: Gidon Ernst
@@ -62,9 +65,16 @@ techniques:
62
65
  - Predicate Abstraction
63
66
  - Symbolic Execution
64
67
  - Explicit-Value Analysis
68
+ - CEGAR
65
69
  - Portfolio
66
70
 
67
71
  frameworks_solvers:
68
72
  - Z3
73
+ - Eldarica
74
+ - Golem
75
+
76
+ literature:
77
+ - doi: 10.1007/978-3-031-30820-8_36
78
+ title: "Korn—Software Verification with Horn Clauses (Competition Contribution)"
79
+ year: 2023
69
80
 
70
- literature: []
@@ -14,7 +14,7 @@ maintainers:
14
14
  - name: Omar Inverso
15
15
  institution: Gran Sasso Science Institute
16
16
  country: Italy
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
@@ -28,31 +28,34 @@ versions:
28
28
  competition_participations:
29
29
  - competition: "SV-COMP 2025"
30
30
  track: "Verification"
31
- hors_concours: true
31
+ label:
32
+ - inactive
32
33
  tool_version: "svcomp23"
33
34
  jury_member:
34
35
  name: Hors Concours
35
36
  institution: --
36
37
  country: --
37
- url: null
38
+ url:
38
39
  - competition: "SV-COMP 2024"
39
40
  track: "Verification"
40
- hors_concours: true
41
+ label:
42
+ - inactive
41
43
  tool_version: "svcomp23"
42
44
  jury_member:
43
45
  name: Hors Concours
44
46
  institution: --
45
47
  country: --
46
- url: null
48
+ url:
47
49
  - competition: "SV-COMP 2023"
48
50
  track: "Verification"
49
- hors_concours: true
51
+ label:
52
+ - inactive
50
53
  tool_version: "svcomp23"
51
54
  jury_member:
52
55
  name: Hors Concours
53
56
  institution: --
54
57
  country: --
55
- url: null
58
+ url:
56
59
 
57
60
  techniques:
58
61
  - Bounded Model Checking