fm-weck 1.4.4__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 +86 -17
  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 +6 -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 +16 -25
  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 +6 -6
  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 +60 -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 +8 -4
  93. fm_weck/resources/fm_tools/testcov.yml +63 -5
  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 -2
  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.4.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.4.dist-info → fm_weck-1.4.6.dist-info}/WHEEL +1 -1
  121. fm_weck-1.4.4.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.4.dist-info → fm_weck-1.4.6.dist-info}/entry_points.txt +0 -0
@@ -1,73 +1,74 @@
1
1
  id: aprove
2
- name: AProVE (KoAT + LoAT)
3
- input_languages:
4
- - C
5
- project_url: https://aprove.informatik.rwth-aachen.de/
6
- spdx_license_identifier: AProVE license
7
- benchexec_toolinfo_module: benchexec.tools.aprove
8
- fmtools_format_version: "2.0"
9
- fmtools_entry_maintainers:
10
- - nilslommen
11
- - JCKassing
12
-
13
- maintainers:
14
- - orcid: 0000-0003-3187-9217
15
- name: Nils Lommen
16
- institution: RWTH Aachen
17
- country: Germany
18
- url: https://verify.rwth-aachen.de/nlommen/
19
- - orcid: 0009-0001-9972-2470
20
- name: Jan-Christoph Kassing
21
- institution: RWTH Aachen
22
- country: Germany
23
- url: https://verify.rwth-aachen.de/jckassing/
24
-
25
- versions:
26
- - version: "svcomp25"
27
- doi: "10.5281/zenodo.14192730"
28
- benchexec_toolinfo_options: []
29
- required_ubuntu_packages:
30
- - openjdk-17-jre-headless
31
- base_container_images:
32
- - docker.io/ubuntu:20.04
33
- full_container_images:
34
- - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2022
35
- - version: "svcomp22"
36
- url: "https://gitlab.com/sosy-lab/sv-comp/archives-2022/raw/svcomp22/2022/aprove.zip"
37
- benchexec_toolinfo_options: []
38
- required_ubuntu_packages: []
39
- base_container_images:
40
- - docker.io/ubuntu:20.04
41
- full_container_images:
42
- - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2022
43
-
44
- competition_participations:
45
- - competition: "SV-COMP 2025"
46
- track: "Verification"
47
- tool_version: "svcomp25"
48
- jury_member:
49
- orcid: 0000-0003-3187-9217
50
- name: Nils Lommen
51
- institution: RWTH Aachen
52
- country: Germany
53
- url: https://verify.rwth-aachen.de/nlommen/
54
- - competition: "SV-COMP 2022"
55
- track: "Verification"
56
- tool_version: "svcomp22"
57
- jury_member:
58
- orcid: 0000-0003-2852-9830
59
- name: Jera Hensel
60
- institution: RWTH Aachen
61
- country: Germany
62
- url: https://verify.rwth-aachen.de/jhensel/
63
-
64
- techniques:
65
- - Ranking Functions
66
-
67
- frameworks_solvers:
68
- - Z3
69
-
70
- literature:
71
- - doi: 10.1007/978-3-030-99527-0_21
72
- title: "AProVE: Non-Termination Witnesses for C Programs (Competition Contribution)"
73
- year: 2022
2
+ name: AProVE (KoAT + LoAT)
3
+ description: AProVE (KoAT + LoAT) is a system for automated termination proofs for C / LLVM programs. To (dis)prove termination of C programs, AProVE uses symbolic execution to transform the program's LLVM code into an integer transition system (ITS). These ITSs are analyzed by our backend tools KoAT (for termination) and LoAT (for non-termination).
4
+ input_languages:
5
+ - C
6
+ project_url: https://aprove.informatik.rwth-aachen.de/
7
+ spdx_license_identifier: LicenseRef-AProVE
8
+ benchexec_toolinfo_module: benchexec.tools.aprove
9
+ fmtools_format_version: "2.0"
10
+ fmtools_entry_maintainers:
11
+ - nilslommen
12
+ - JCKassing
13
+
14
+ maintainers:
15
+ - orcid: 0000-0003-3187-9217
16
+ name: Nils Lommen
17
+ institution: RWTH Aachen
18
+ country: Germany
19
+ url: https://verify.rwth-aachen.de/nlommen/
20
+ - orcid: 0009-0001-9972-2470
21
+ name: Jan-Christoph Kassing
22
+ institution: RWTH Aachen
23
+ country: Germany
24
+ url: https://verify.rwth-aachen.de/jckassing/
25
+
26
+ versions:
27
+ - version: "svcomp25"
28
+ doi: "10.5281/zenodo.14192730"
29
+ benchexec_toolinfo_options: []
30
+ required_ubuntu_packages:
31
+ - openjdk-17-jre-headless
32
+ base_container_images:
33
+ - docker.io/ubuntu:20.04
34
+ full_container_images:
35
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2022
36
+ - version: "svcomp22"
37
+ url: "https://gitlab.com/sosy-lab/sv-comp/archives-2022/raw/svcomp22/2022/aprove.zip"
38
+ benchexec_toolinfo_options: []
39
+ required_ubuntu_packages: []
40
+ base_container_images:
41
+ - docker.io/ubuntu:20.04
42
+ full_container_images:
43
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2022
44
+
45
+ competition_participations:
46
+ - competition: "SV-COMP 2025"
47
+ track: "Verification"
48
+ tool_version: "svcomp25"
49
+ jury_member:
50
+ orcid: 0000-0003-3187-9217
51
+ name: Nils Lommen
52
+ institution: RWTH Aachen
53
+ country: Germany
54
+ url: https://verify.rwth-aachen.de/nlommen/
55
+ - competition: "SV-COMP 2022"
56
+ track: "Verification"
57
+ tool_version: "svcomp22"
58
+ jury_member:
59
+ orcid: 0000-0003-2852-9830
60
+ name: Jera Hensel
61
+ institution: RWTH Aachen
62
+ country: Germany
63
+ url: https://verify.rwth-aachen.de/jhensel/
64
+
65
+ techniques:
66
+ - Ranking Functions
67
+
68
+ frameworks_solvers:
69
+ - Z3
70
+
71
+ literature:
72
+ - doi: 10.1007/978-3-030-99527-0_21
73
+ title: "AProVE: Non-Termination Witnesses for C Programs (Competition Contribution)"
74
+ year: 2022
@@ -0,0 +1,58 @@
1
+ id: blast
2
+ name: BLAST
3
+ input_languages:
4
+ - C
5
+ project_url: http://forge.ispras.ru/projects/blast
6
+ repository_url: https://forge.ispras.ru/projects/blast/repository
7
+ spdx_license_identifier: Apache-2.0
8
+ benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/blast.py"
9
+ fmtools_format_version: "2.0"
10
+ fmtools_entry_maintainers:
11
+ - dbeyer
12
+
13
+ maintainers:
14
+ - orcid: 0000-0003-3097-8512
15
+ name: Vadim Mutilin
16
+ institution: ISP RAS
17
+ country: Russia
18
+ url: http://forge.ispras.ru/users/29
19
+
20
+ versions:
21
+ - version: "svcomp17-zip"
22
+ doi: 10.5281/zenodo.14535214
23
+ benchexec_toolinfo_options: ["-alias", "empty", "-enable-recursion", "-noprofile", "-cref", "-sv-comp", "-lattice", "-include-lattice", "symb", "-nosserr", "-svcomp-witness", "error-witness.graphml"]
24
+ required_ubuntu_packages: []
25
+ full_container_images: []
26
+
27
+ competition_participations:
28
+ - competition: "SV-COMP 2017"
29
+ track: "Verification"
30
+ tool_version: "svcomp17-zip"
31
+ jury_member:
32
+ orcid: 0000-0003-3097-8512
33
+ name: Vadim Mutilin
34
+ institution: ISP RAS
35
+ country: Russia
36
+ url: http://forge.ispras.ru/users/29
37
+
38
+ techniques:
39
+ - CEGAR
40
+ - Predicate Abstraction
41
+ - Explicit-Value Analysis
42
+ - ARG-Based Analysis
43
+ - Lazy Abstraction
44
+ - Interpolation
45
+
46
+ frameworks_solvers:
47
+ - CSIsat
48
+
49
+ literature:
50
+ - doi: 10.1007/s10009-007-0044-z
51
+ title: "The software model checker Blast"
52
+ year: 2007
53
+ - doi: 10.1134/S0361768812030061
54
+ title: "Experience of improving the blast static verification tool"
55
+ year: 2012
56
+ - doi: 10.1007/978-3-642-28756-5_39
57
+ title: "Predicate Analysis with BLAST 2.7 (Competition Contribution)"
58
+ year: 2012
@@ -15,7 +15,7 @@ maintainers:
15
15
  name: Lei Bu
16
16
  institution: Nanjing University
17
17
  country: China
18
- url: null
18
+ url:
19
19
 
20
20
  versions:
21
21
  - version: "svcomp25"
@@ -40,7 +40,7 @@ competition_participations:
40
40
  name: Lei Bu
41
41
  institution: Nanjing University
42
42
  country: China
43
- url: null
43
+ url:
44
44
  - competition: "SV-COMP 2024"
45
45
  track: "Verification"
46
46
  tool_version: "svcomp24"
@@ -49,7 +49,7 @@ competition_participations:
49
49
  name: Lei Bu
50
50
  institution: Nanjing University
51
51
  country: China
52
- url: null
52
+ url:
53
53
  - competition: "SV-COMP 2023"
54
54
  track: "Verification"
55
55
  tool_version: "svcomp23"
@@ -58,7 +58,7 @@ competition_participations:
58
58
  name: Lei Bu
59
59
  institution: Nanjing University
60
60
  country: China
61
- url: null
61
+ url:
62
62
 
63
63
  techniques:
64
64
  - CEGAR
@@ -16,7 +16,7 @@ maintainers:
16
16
  name: Marek Chalupa
17
17
  institution: ISTA
18
18
  country: Austria
19
- url: null
19
+ url:
20
20
 
21
21
  versions:
22
22
  - version: "svcomp25"
@@ -42,7 +42,7 @@ competition_participations:
42
42
  name: Marek Chalupa
43
43
  institution: ISTA
44
44
  country: Austria
45
- url: null
45
+ url:
46
46
  - competition: "SV-COMP 2024"
47
47
  track: "Verification"
48
48
  tool_version: "svcomp24"
@@ -51,7 +51,7 @@ competition_participations:
51
51
  name: Marek Chalupa
52
52
  institution: ISTA
53
53
  country: Austria
54
- url: null
54
+ url:
55
55
 
56
56
  techniques:
57
57
  - Symbolic Execution
@@ -15,7 +15,7 @@ maintainers:
15
15
  name: Marek Chalupa
16
16
  institution: ISTA
17
17
  country: Austria
18
- url: null
18
+ url:
19
19
 
20
20
  versions:
21
21
  - version: "svcomp25"
@@ -48,7 +48,7 @@ competition_participations:
48
48
  name: Marek Chalupa
49
49
  institution: ISTA
50
50
  country: Austria
51
- url: null
51
+ url:
52
52
  - competition: "SV-COMP 2024"
53
53
  track: "Verification"
54
54
  tool_version: "svcomp24"
@@ -57,7 +57,7 @@ competition_participations:
57
57
  name: Marek Chalupa
58
58
  institution: ISTA
59
59
  country: Austria
60
- url: null
60
+ url:
61
61
  - competition: "SV-COMP 2023"
62
62
  track: "Verification"
63
63
  tool_version: "svcomp23"
@@ -66,7 +66,7 @@ competition_participations:
66
66
  name: Marek Chalupa
67
67
  institution: ISTA
68
68
  country: Austria
69
- url: null
69
+ url:
70
70
 
71
71
  techniques:
72
72
  - Symbolic Execution
@@ -0,0 +1,95 @@
1
+ id: cadp
2
+ name: CADP
3
+ description: |
4
+ CADP is a verification toolbox developed initially at Verimag, then at INRIA Grenoble.
5
+ It provides compilers for concurrent languages (message-passing communication),
6
+ as well as tools for model checking (value-passing modal mu-calculus),
7
+ equivalence checking (bisimulations and behavioural preorders),
8
+ simulation, and test-case generation.
9
+ The first version of CADP was released in 1989.
10
+ input_languages: []
11
+ project_url: http://cadp.inria.fr
12
+ repository_url: ""
13
+ spdx_license_identifier: LicenseRef-INRIA-CADP
14
+ benchexec_toolinfo_module: ""
15
+ fmtools_format_version: "2.0"
16
+ fmtools_entry_maintainers:
17
+ - dbeyer
18
+
19
+ maintainers:
20
+ - orcid: 0000-0000-0000-0000
21
+ name: Hubert Garavel
22
+ institution: INRIA
23
+ country: France
24
+ url: http://convecs.inria.fr/people/Hubert.Garavel/
25
+ - orcid: 0000-0002-5221-3353
26
+ name: Frédéric Lang
27
+ institution: INRIA
28
+ country: France
29
+ url: http://convecs.inria.fr/people/Frederic.Lang/
30
+ - orcid: 0000-0000-0000-0000
31
+ name: Radu Mateescu
32
+ institution: INRIA
33
+ country: France
34
+ url: http://convecs.inria.fr/people/Radu.Mateescu/
35
+ - orcid: 0000-0000-0000-0000
36
+ name: Wendelin Serwe
37
+ institution: INRIA
38
+ country: France
39
+ url: http://www.inrialpes.fr/vasy/people/Wendelin.Serwe/
40
+
41
+ versions: []
42
+
43
+ competition_participations: []
44
+
45
+ techniques: []
46
+
47
+ frameworks_solvers: []
48
+
49
+ literature:
50
+ - doi: 10.1007/BFb0054165
51
+ title: "OPEN/CÆSAR: An open software architecture for verification, simulation, and testing"
52
+ year: 2006
53
+ - doi: 10.1007/3-540-46419-0_18
54
+ title: "Efficient Diagnostic Generation for Boolean Equation Systems"
55
+ year: 2007
56
+ - doi: 10.1007/3-540-45937-5_3
57
+ title: "Compiler Construction Using LOTOS NT"
58
+ year: 2007
59
+ - doi: 10.1007/3-540-46002-0_20
60
+ title: "Local Model-Checking of Modal Mu-Calculus on Acyclic Labeled Transition Systems"
61
+ year: 2007
62
+ - doi: 10.1007/3-540-46002-0_33
63
+ title: "Compositional Verification Using SVL Scripts"
64
+ year: 2007
65
+ - doi: 10.1007/3-540-36577-X_7
66
+ title: "A Generic On-the-Fly Solver for Alternation-Free Boolean Equation Systems"
67
+ year: 2010
68
+ - doi: 10.1007/978-3-540-31980-1_42
69
+ title: "BISIMULATOR: A Modular Tool for On-the-Fly Equivalence Checking"
70
+ year: 2010
71
+ - doi: 10.1007/11691372_30
72
+ title: "DISTRIBUTOR and BCG_MERGE: Tools for Distributed Explicit State Space Generation"
73
+ year: 2006
74
+ - doi: 10.1007/978-3-642-00768-2_21
75
+ title: "Hierarchical Adaptive State Space Caching Based on Level Sampling"
76
+ year: 2009
77
+ - doi: 10.1007/978-3-642-19811-3_9
78
+ title: "Smart Reduction"
79
+ year: 2011
80
+ - doi: 10.1007/978-3-642-19835-9_33
81
+ title: "CADP 2010: A Toolbox for the Construction and Analysis of Distributed Processes"
82
+ year: 2011
83
+ - doi: 10.1007/978-3-642-28756-5_11
84
+ title: "Partial Model Checking Using Networks of Labelled Transition Systems and Boolean Equation Systems"
85
+ year: 2012
86
+ - doi: 10.1007/978-3-642-36742-7_14
87
+ title: "PIC2LNT: Model Transformation for Model Checking an Applied Pi-Calculus"
88
+ year: 2013
89
+ - doi: 10.1007/978-3-319-89963-3_13
90
+ title: "TESTOR: A Modular Tool for On-the-Fly Conformance Test Case Generation"
91
+ year: 2018
92
+ - doi: 10.1007/978-3-030-45237-7_4
93
+ title: "Sharp Congruences Adequate with Temporal Logics Combining Weak and Strong Modalities"
94
+ year: 2020
95
+
@@ -24,27 +24,31 @@ versions:
24
24
  required_ubuntu_packages:
25
25
  - gcc
26
26
  - libc6-dev-i386
27
+ full_container_images:
28
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
27
29
 
28
30
  competition_participations:
29
31
  - competition: "SV-COMP 2025"
30
32
  track: "Verification"
31
- hors-concours: true
33
+ label:
34
+ - inactive
32
35
  tool_version: "svcomp23"
33
36
  jury_member:
34
37
  name: Hors Concours
35
38
  institution: --
36
39
  country: --
37
- url: null
40
+ url:
38
41
  - competition: "SV-COMP 2024"
39
42
  track: "Verification"
40
- hors-concours: true
43
+ label:
44
+ - inactive
41
45
  tool_version: "svcomp23"
42
46
  jury_member:
43
47
  orcid: 0000-0002-7947-983X
44
48
  name: Hors Concours
45
49
  institution: --
46
50
  country: --
47
- url: null
51
+ url:
48
52
  - competition: "SV-COMP 2023"
49
53
  track: "Verification"
50
54
  tool_version: "svcomp23"
@@ -27,7 +27,7 @@ maintainers:
27
27
  url: https://www.tcs.com/
28
28
 
29
29
  versions:
30
- - version: "testcomp24"
30
+ - version: "testcomp24"
31
31
  doi: 10.5281/zenodo.10207018
32
32
  benchexec_toolinfo_options: []
33
33
  required_ubuntu_packages:
@@ -46,13 +46,14 @@ versions:
46
46
  competition_participations:
47
47
  - competition: "Test-Comp 2025"
48
48
  track: "Test Generation"
49
- hors-concours: true
49
+ label:
50
+ - inactive
50
51
  tool_version: "testcomp24"
51
52
  jury_member:
52
53
  name: Hors Concours
53
54
  institution: --
54
55
  country: --
55
- url: null
56
+ url:
56
57
  - competition: "Test-Comp 2024"
57
58
  track: "Test Generation"
58
59
  tool_version: "testcomp24"
@@ -2,7 +2,7 @@ id: coastal
2
2
  name: COASTAL
3
3
  input_languages:
4
4
  - Java
5
- project_url: https://www.cs.sun.ac.za/coastal
5
+ project_url: https://github.com/DeepseaPlatform/coastal
6
6
  repository_url: https://github.com/DeepseaPlatform/coastal
7
7
  spdx_license_identifier: Apache-2.0
8
8
  benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/coastal.py"
@@ -15,42 +15,47 @@ maintainers:
15
15
  name: Willem Visser
16
16
  institution: Stellenbosch University
17
17
  country: South Africa
18
- url: null
18
+ url:
19
19
 
20
20
  versions:
21
21
  - version: "svcomp20"
22
22
  doi: 10.5281/zenodo.3679243
23
23
  benchexec_toolinfo_options: []
24
24
  required_ubuntu_packages: []
25
+ full_container_images:
26
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
25
27
 
26
28
  competition_participations:
27
29
  - competition: "SV-COMP 2025"
28
30
  track: "Verification"
29
- hors-concours: true
31
+ label:
32
+ - inactive
30
33
  tool_version: "svcomp20"
31
34
  jury_member:
32
35
  name: Hors Concours
33
36
  institution: --
34
37
  country: --
35
- url: null
38
+ url:
36
39
  - competition: "SV-COMP 2024"
37
40
  track: "Verification"
38
- hors-concours: true
41
+ label:
42
+ - inactive
39
43
  tool_version: "svcomp20"
40
44
  jury_member:
41
45
  name: Hors Concours
42
46
  institution: --
43
47
  country: --
44
- url: null
48
+ url:
45
49
  - competition: "SV-COMP 2023"
46
50
  track: "Verification"
47
- hors-concours: true
51
+ label:
52
+ - inactive
48
53
  tool_version: "svcomp20"
49
54
  jury_member:
50
55
  name: Hors Concours
51
56
  institution: --
52
57
  country: --
53
- url: null
58
+ url:
54
59
 
55
60
  techniques:
56
61
  - Symbolic Execution
@@ -1,5 +1,8 @@
1
1
  id: concurrentwitness2test
2
2
  name: ConcurrentWitness2Test
3
+ description: |
4
+ ConcurrentWitness2Test is a violation witness validator for concurrent software.
5
+ Taking both data-nondeterminism and interleaving-based nondeterminism into account, the tool aims to use the metadata described in the violation witnesses to synthesize an executable test harness.
3
6
  input_languages:
4
7
  - C
5
8
  project_url: https://github.com/ftsrg/ConcurrentWitness2Test
@@ -24,7 +27,7 @@ maintainers:
24
27
 
25
28
  versions:
26
29
  - version: "svcomp25"
27
- benchexec_toolinfo_options: []
30
+ benchexec_toolinfo_options: ["--witness", "${witness}"]
28
31
  required_ubuntu_packages:
29
32
  - python3
30
33
  doi: 10.5281/zenodo.14063728
@@ -15,16 +15,16 @@ maintainers:
15
15
  name: Chris Matsiselts
16
16
  institution: University of Tartu
17
17
  country: Estonia
18
- url: null
18
+ url:
19
19
  - orcid: 0000-0003-4336-7980
20
20
  name: Vesal Vojdani
21
21
  institution: University of Tartu
22
22
  country: Estonia
23
- url: null
23
+ url:
24
24
 
25
25
  versions:
26
26
  - version: "svcomp25"
27
- doi: 10.5281/zenodo.14208897
27
+ doi: 10.5281/zenodo.14509733
28
28
  benchexec_toolinfo_options: []
29
29
  required_ubuntu_packages:
30
30
  - clang-14
@@ -33,14 +33,15 @@ versions:
33
33
  competition_participations:
34
34
  - competition: "SV-COMP 2025"
35
35
  track: "Verification"
36
- hors-concours: true
36
+ label:
37
+ - meta_tool
37
38
  tool_version: "svcomp25"
38
39
  jury_member:
39
40
  orcid: 0000-0003-4336-7980
40
41
  name: Vesal Vojdani
41
42
  institution: University of Tartu
42
43
  country: Estonia
43
- url: null
44
+ url:
44
45
 
45
46
  techniques:
46
47
  - Concurrency Support
@@ -49,4 +50,4 @@ techniques:
49
50
 
50
51
  frameworks_solvers: []
51
52
 
52
- literature: []
53
+ literature: []
@@ -21,13 +21,7 @@ maintainers:
21
21
  versions:
22
22
  - version: "svcomp23"
23
23
  doi: 10.5281/zenodo.10213624
24
- benchexec_toolinfo_options:
25
- [
26
- "verifier-algo-selection.cvt",
27
- "--cache-dir",
28
- "cache",
29
- "--no-cache-update",
30
- ]
24
+ benchexec_toolinfo_options: ["verifier-algo-selection.cvt", "--cache-dir", "cache", "--no-cache-update"]
31
25
  required_ubuntu_packages:
32
26
  - python3-numpy
33
27
  - clang
@@ -40,33 +34,28 @@ versions:
40
34
  - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
41
35
 
42
36
  competition_participations:
43
- - competition: "SV-COMP 2025"
44
- track: "Verification"
45
- hors-concours: true
46
- tool_version: "svcomp23"
47
- jury_member:
48
- name: Hors Concours
49
- institution: --
50
- country: --
51
- url: null
52
37
  - competition: "SV-COMP 2024"
53
38
  track: "Verification"
54
- hors-concours: true
39
+ label:
40
+ - inactive
41
+ - meta_tool
55
42
  tool_version: "svcomp23"
56
43
  jury_member:
57
44
  name: Hors Concours
58
45
  institution: --
59
46
  country: --
60
- url: null
47
+ url:
61
48
  - competition: "SV-COMP 2023"
62
49
  track: "Verification"
63
- hors-concours: true
50
+ label:
51
+ - inactive
52
+ - meta_tool
64
53
  tool_version: "svcomp23"
65
54
  jury_member:
66
55
  name: Hors Concours
67
56
  institution: --
68
57
  country: --
69
- url: null
58
+ url:
70
59
 
71
60
  techniques:
72
61
  - CEGAR