fm-weck 1.4.5__py3-none-any.whl → 1.4.7__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 (127) 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 +136 -27
  5. fm_weck/config.py +31 -17
  6. fm_weck/engine.py +110 -32
  7. fm_weck/exceptions.py +1 -0
  8. fm_weck/image_mgr.py +5 -4
  9. fm_weck/resources/{BenchExec-3.25-py3-none-any.whl → BenchExec-3.27-py3-none-any.whl} +0 -0
  10. fm_weck/resources/__init__.py +14 -12
  11. fm_weck/resources/fm_tools/2ls.yml +32 -7
  12. fm_weck/resources/fm_tools/aise.yml +6 -1
  13. fm_weck/resources/fm_tools/aprove.yml +73 -72
  14. fm_weck/resources/fm_tools/blast.yml +58 -0
  15. fm_weck/resources/fm_tools/brick.yml +4 -4
  16. fm_weck/resources/fm_tools/bubaak-split.yml +3 -3
  17. fm_weck/resources/fm_tools/bubaak.yml +4 -4
  18. fm_weck/resources/fm_tools/cadp.yml +95 -0
  19. fm_weck/resources/fm_tools/cbmc.yml +8 -4
  20. fm_weck/resources/fm_tools/cetfuzz.yml +4 -3
  21. fm_weck/resources/fm_tools/coastal.yml +13 -8
  22. fm_weck/resources/fm_tools/concurrentwitness2test.yml +4 -1
  23. fm_weck/resources/fm_tools/cooperace.yml +7 -6
  24. fm_weck/resources/fm_tools/coveriteam-verifier-algo-selection.yml +9 -20
  25. fm_weck/resources/fm_tools/coveriteam-verifier-parallel-portfolio.yml +9 -20
  26. fm_weck/resources/fm_tools/coveritest.yml +27 -6
  27. fm_weck/resources/fm_tools/cpa-bam-bnb.yml +13 -9
  28. fm_weck/resources/fm_tools/cpa-bam-smg.yml +12 -7
  29. fm_weck/resources/fm_tools/cpa-lockator.yml +13 -9
  30. fm_weck/resources/fm_tools/cpa-witness2test.yml +13 -3
  31. fm_weck/resources/fm_tools/cpachecker.yml +3 -3
  32. fm_weck/resources/fm_tools/cpv.yml +2 -0
  33. fm_weck/resources/fm_tools/crux.yml +20 -8
  34. fm_weck/resources/fm_tools/cseq.yml +9 -4
  35. fm_weck/resources/fm_tools/dartagnan.yml +12 -1
  36. fm_weck/resources/fm_tools/deagle.yml +5 -0
  37. fm_weck/resources/fm_tools/divine.yml +20 -11
  38. fm_weck/resources/fm_tools/ebf.yml +8 -5
  39. fm_weck/resources/fm_tools/emergentheta.yml +9 -2
  40. fm_weck/resources/fm_tools/esbmc-incr.yml +13 -10
  41. fm_weck/resources/fm_tools/esbmc-kind.yml +12 -11
  42. fm_weck/resources/fm_tools/fdse.yml +1 -1
  43. fm_weck/resources/fm_tools/fizzer.yml +15 -24
  44. fm_weck/resources/fm_tools/frama-c-sv.yml +3 -2
  45. fm_weck/resources/fm_tools/fshell-witness2test.yml +9 -6
  46. fm_weck/resources/fm_tools/fusebmc-ia.yml +6 -3
  47. fm_weck/resources/fm_tools/fusebmc.yml +26 -6
  48. fm_weck/resources/fm_tools/gazer-theta.yml +10 -7
  49. fm_weck/resources/fm_tools/gdart-llvm.yml +8 -4
  50. fm_weck/resources/fm_tools/gdart.yml +3 -0
  51. fm_weck/resources/fm_tools/goblint.yml +7 -2
  52. fm_weck/resources/fm_tools/graves-par.yml +9 -14
  53. fm_weck/resources/fm_tools/graves.yml +10 -4
  54. fm_weck/resources/fm_tools/gwit.yml +10 -4
  55. fm_weck/resources/fm_tools/hornix.yml +12 -7
  56. fm_weck/resources/fm_tools/hybridtiger.yml +13 -8
  57. fm_weck/resources/fm_tools/infer.yml +12 -7
  58. fm_weck/resources/fm_tools/java-ranger.yml +6 -3
  59. fm_weck/resources/fm_tools/jayhorn.yml +6 -4
  60. fm_weck/resources/fm_tools/jbmc.yml +11 -2
  61. fm_weck/resources/fm_tools/jcwit.yml +9 -5
  62. fm_weck/resources/fm_tools/jdart.yml +12 -7
  63. fm_weck/resources/fm_tools/klee.yml +13 -8
  64. fm_weck/resources/fm_tools/kleef.yml +3 -3
  65. fm_weck/resources/fm_tools/korn.yml +11 -1
  66. fm_weck/resources/fm_tools/lazycseq.yml +10 -7
  67. fm_weck/resources/fm_tools/legion-symcc.yml +6 -12
  68. fm_weck/resources/fm_tools/legion.yml +9 -14
  69. fm_weck/resources/fm_tools/lf-checker.yml +10 -6
  70. fm_weck/resources/fm_tools/liv.yml +19 -4
  71. fm_weck/resources/fm_tools/locksmith.yml +10 -6
  72. fm_weck/resources/fm_tools/ltsmin.yml +40 -0
  73. fm_weck/resources/fm_tools/metaval++.yml +19 -3
  74. fm_weck/resources/fm_tools/metaval.yml +21 -3
  75. fm_weck/resources/fm_tools/mlb.yml +5 -5
  76. fm_weck/resources/fm_tools/mopsa.yml +9 -7
  77. fm_weck/resources/fm_tools/nacpa.yml +7 -1
  78. fm_weck/resources/fm_tools/nitwit.yml +5 -3
  79. fm_weck/resources/fm_tools/owic.yml +4 -3
  80. fm_weck/resources/fm_tools/pesco.yml +10 -4
  81. fm_weck/resources/fm_tools/pichecker.yml +10 -6
  82. fm_weck/resources/fm_tools/pinaka.yml +13 -8
  83. fm_weck/resources/fm_tools/predatorhp.yml +6 -4
  84. fm_weck/resources/fm_tools/prism.yml +67 -0
  85. fm_weck/resources/fm_tools/proton.yml +6 -6
  86. fm_weck/resources/fm_tools/prtest.yml +22 -6
  87. fm_weck/resources/fm_tools/racerf.yml +14 -5
  88. fm_weck/resources/fm_tools/relay-sv.yml +8 -13
  89. fm_weck/resources/fm_tools/rizzer.yml +8 -12
  90. fm_weck/resources/fm_tools/schema.yml +56 -3
  91. fm_weck/resources/fm_tools/sikraken.yml +3 -3
  92. fm_weck/resources/fm_tools/spf.yml +13 -8
  93. fm_weck/resources/fm_tools/sv-sanitizers.yml +3 -1
  94. fm_weck/resources/fm_tools/svf-svc.yml +15 -6
  95. fm_weck/resources/fm_tools/symbiotic-witch.yml +9 -5
  96. fm_weck/resources/fm_tools/symbiotic.yml +6 -2
  97. fm_weck/resources/fm_tools/testcov.yml +8 -8
  98. fm_weck/resources/fm_tools/theta.yml +8 -4
  99. fm_weck/resources/fm_tools/thorn.yml +3 -1
  100. fm_weck/resources/fm_tools/tracerx-wp.yml +11 -2
  101. fm_weck/resources/fm_tools/tracerx.yml +5 -1
  102. fm_weck/resources/fm_tools/uautomizer.yml +7 -12
  103. fm_weck/resources/fm_tools/ugemcutter.yml +8 -2
  104. fm_weck/resources/fm_tools/ukojak.yml +5 -2
  105. fm_weck/resources/fm_tools/ureferee.yml +3 -4
  106. fm_weck/resources/fm_tools/utaipan.yml +8 -2
  107. fm_weck/resources/fm_tools/utestgen.yml +11 -3
  108. fm_weck/resources/fm_tools/vercors.yml +94 -0
  109. fm_weck/resources/fm_tools/veriabs.yml +11 -9
  110. fm_weck/resources/fm_tools/veriabsl.yml +10 -8
  111. fm_weck/resources/fm_tools/verifuzz.yml +16 -266
  112. fm_weck/resources/fm_tools/verioover.yml +10 -6
  113. fm_weck/resources/fm_tools/wasp-c.yml +6 -4
  114. fm_weck/resources/fm_tools/wit4java.yml +20 -13
  115. fm_weck/resources/fm_tools/witch.yml +8 -4
  116. fm_weck/resources/fm_tools/witnesslint.yml +37 -9
  117. fm_weck/resources/fm_tools/witnessmap.yml +16 -1
  118. fm_weck/run_result.py +38 -0
  119. fm_weck/runexec_mode.py +15 -4
  120. fm_weck/serve.py +119 -22
  121. fm_weck/version_listing.py +25 -0
  122. {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/METADATA +5 -3
  123. fm_weck-1.4.7.dist-info/RECORD +154 -0
  124. {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/WHEEL +1 -1
  125. fm_weck-1.4.5.dist-info/RECORD +0 -146
  126. /fm_weck/resources/{BenchExec-3.25-py3-none-any.whl.license → BenchExec-3.27-py3-none-any.whl.license} +0 -0
  127. {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/entry_points.txt +0 -0
@@ -22,9 +22,9 @@ maintainers:
22
22
  url: https://swt.informatik.uni-freiburg.de/staff/ebbinghaus
23
23
  - orcid: 0000-0003-4252-3558
24
24
  name: Matthias Heizmann
25
- institution: University of Freiburg
25
+ institution: University of Stuttgart
26
26
  country: Germany
27
- url: https://swt.informatik.uni-freiburg.de/staff/heizmann
27
+ url: https://www.iste.uni-stuttgart.de/de/institut/team/Heizmann/
28
28
  - orcid: 0000-0003-4885-0728
29
29
  name: Dominik Klumpp
30
30
  institution: University of Freiburg
@@ -48,21 +48,18 @@ versions:
48
48
  - openjdk-21-jre-headless
49
49
  - version: svcomp25-correctness
50
50
  doi: 10.5281/zenodo.14209043
51
- benchexec_toolinfo_options:
52
- [--full-output, --witness-type, correctness_witness]
51
+ benchexec_toolinfo_options: ["--validate", "${witness}", "--full-output", "--witness-type", "correctness_witness"]
53
52
  required_ubuntu_packages:
54
53
  - openjdk-21-jre-headless
55
54
  - version: svcomp25-violation
56
55
  doi: 10.5281/zenodo.14209043
57
- benchexec_toolinfo_options:
58
- [--full-output, --witness-type, violation_witness]
56
+ benchexec_toolinfo_options: ["--validate", "${witness}", --full-output, --witness-type, violation_witness]
59
57
  required_ubuntu_packages:
60
58
  - openjdk-21-jre-headless
61
59
 
62
60
  - version: svcomp24-correctness-post-deadline-yaml-wrapper-fix
63
61
  doi: 10.5281/zenodo.10223333
64
- benchexec_toolinfo_options:
65
- [--full-output, --witness-type, correctness_witness]
62
+ benchexec_toolinfo_options: [--full-output, --witness-type, correctness_witness]
66
63
  required_ubuntu_packages:
67
64
  - openjdk-11-jre-headless
68
65
  base_container_images:
@@ -80,8 +77,7 @@ versions:
80
77
  - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
81
78
  - version: svcomp24-correctness
82
79
  doi: 10.5281/zenodo.10203545
83
- benchexec_toolinfo_options:
84
- [--full-output, --witness-type, correctness_witness]
80
+ benchexec_toolinfo_options: [--full-output, --witness-type, correctness_witness]
85
81
  required_ubuntu_packages:
86
82
  - openjdk-11-jre-headless
87
83
  base_container_images:
@@ -90,8 +86,7 @@ versions:
90
86
  - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
91
87
  - version: svcomp24-violation
92
88
  doi: 10.5281/zenodo.10203545
93
- benchexec_toolinfo_options:
94
- [--full-output, --witness-type, violation_witness]
89
+ benchexec_toolinfo_options: [--full-output, --witness-type, violation_witness]
95
90
  required_ubuntu_packages:
96
91
  - openjdk-11-jre-headless
97
92
  base_container_images:
@@ -1,5 +1,11 @@
1
1
  id: ugemcutter
2
2
  name: UGemCutter
3
+ description: |
4
+ GemCutter is a verifier for concurrent programs based on commutativity, i.e.,
5
+ the observation that for certain statements from different threads, the
6
+ execution order does not matter. It integrates partial order reduction
7
+ algorithms (that take advantage of commutativity) with a trace
8
+ abstraction-based CEGAR scheme.
3
9
  input_languages:
4
10
  - C
5
11
  project_url: https://ultimate-pa.org
@@ -13,9 +19,9 @@ fmtools_entry_maintainers:
13
19
  maintainers:
14
20
  - orcid: 0000-0003-4252-3558
15
21
  name: Matthias Heizmann
16
- institution: University of Freiburg
22
+ institution: University of Stuttgart
17
23
  country: Germany
18
- url: https://swt.informatik.uni-freiburg.de/staff/heizmann
24
+ url: https://www.iste.uni-stuttgart.de/de/institut/team/Heizmann/
19
25
  - orcid: 0000-0003-4885-0728
20
26
  name: Dominik Klumpp
21
27
  institution: University of Freiburg
@@ -1,5 +1,8 @@
1
1
  id: ukojak
2
2
  name: UKojak
3
+ description: |
4
+ Kojak analyses programs using an extension of the Lazy Interpolants CEGAR
5
+ scheme.
3
6
  input_languages:
4
7
  - C
5
8
  project_url: https://ultimate-pa.org
@@ -18,9 +21,9 @@ maintainers:
18
21
  url: https://swt.informatik.uni-freiburg.de/staff/bentele
19
22
  - orcid: 0000-0003-4252-3558
20
23
  name: Matthias Heizmann
21
- institution: University of Freiburg
24
+ institution: University of Stuttgart
22
25
  country: Germany
23
- url: https://swt.informatik.uni-freiburg.de/staff/heizmann
26
+ url: https://www.iste.uni-stuttgart.de/de/institut/team/Heizmann/
24
27
  - orcid: 0000-0003-4885-0728
25
28
  name: Dominik Klumpp
26
29
  institution: University of Freiburg
@@ -15,9 +15,9 @@ fmtools_entry_maintainers:
15
15
  maintainers:
16
16
  - orcid: 0000-0003-4252-3558
17
17
  name: Matthias Heizmann
18
- institution: University of Freiburg
18
+ institution: University of Stuttgart
19
19
  country: Germany
20
- url: https://swt.informatik.uni-freiburg.de/staff/heizmann
20
+ url: https://www.iste.uni-stuttgart.de/de/institut/team/Heizmann/
21
21
  - orcid: 0000-0003-4885-0728
22
22
  name: Dominik Klumpp
23
23
  institution: University of Freiburg
@@ -36,8 +36,7 @@ maintainers:
36
36
  versions:
37
37
  - version: svcomp25-correctness
38
38
  doi: 10.5281/zenodo.14209067
39
- benchexec_toolinfo_options:
40
- [--full-output, --witness-type, correctness_witness]
39
+ benchexec_toolinfo_options: ["--validate", "${witness}", "--full-output", "--witness-type", "correctness_witness"]
41
40
  required_ubuntu_packages:
42
41
  - openjdk-21-jre-headless
43
42
 
@@ -1,5 +1,11 @@
1
1
  id: utaipan
2
2
  name: UTaipan
3
+ description: |
4
+ Ultimate Taipan checks if a program satisifes some safety property by combining
5
+ trace abstraction with abstract interpretation. Instead of only generating
6
+ proofs from single traces with an SMT solver, it also uses an abstract
7
+ interpreter applied to the path program induced by a trace.
8
+ For concurrency, it uses an explicit product of finite automata.
3
9
  input_languages:
4
10
  - C
5
11
  project_url: https://ultimate-pa.org
@@ -13,9 +19,9 @@ fmtools_entry_maintainers:
13
19
  maintainers:
14
20
  - orcid: 0000-0003-4252-3558
15
21
  name: Matthias Heizmann
16
- institution: University of Freiburg
22
+ institution: University of Stuttgart
17
23
  country: Germany
18
- url: https://swt.informatik.uni-freiburg.de/staff/heizmann
24
+ url: https://www.iste.uni-stuttgart.de/de/institut/team/Heizmann/
19
25
  - orcid: 0000-0003-4885-0728
20
26
  name: Dominik Klumpp
21
27
  institution: University of Freiburg
@@ -1,5 +1,9 @@
1
1
  id: utestgen
2
2
  name: UTestGen
3
+ description: |
4
+ Ultimate TestGen is a tool for automatic test-case generation. It checks the
5
+ (un)reachability of test goals and generates test cases from counterexamples
6
+ by extending trace abstraction with error automata.
3
7
  input_languages:
4
8
  - C
5
9
  project_url: https://ultimate.informatik.uni-freiburg.de
@@ -21,12 +25,12 @@ maintainers:
21
25
  versions:
22
26
  - version: "testcomp25"
23
27
  doi: 10.5281/zenodo.14185070
24
- benchexec_toolinfo_options: ['--traceabstraction.test.generation.mode', 'Standard', '--rcfgbuilder.reuse.mode.for.test.generation', 'ReuseUNSATmatchPrefix','--full-output']
28
+ benchexec_toolinfo_options: ["--traceabstraction.test.generation.mode", "Standard", "--rcfgbuilder.reuse.mode.for.test.generation", "ReuseUNSATmatchPrefix", "--full-output"]
25
29
  required_ubuntu_packages:
26
30
  - openjdk-11-jre-headless
27
31
  - version: "testcomp24"
28
32
  doi: 10.5281/zenodo.10071568
29
- benchexec_toolinfo_options: ['--traceabstraction.test.generation.mode', 'Standard', '--full-output']
33
+ benchexec_toolinfo_options: ["--traceabstraction.test.generation.mode", "Standard", "--full-output"]
30
34
  required_ubuntu_packages:
31
35
  - openjdk-11-jre-headless
32
36
 
@@ -58,6 +62,10 @@ techniques:
58
62
 
59
63
  frameworks_solvers:
60
64
  - Ultimate
65
+ - MathSAT
66
+ - CVC
67
+ - SMTinterpol
68
+ - Z3
61
69
 
62
70
  literature:
63
71
  - doi: 10.1007/978-3-031-66149-5_14
@@ -68,4 +76,4 @@ literature:
68
76
  year: 2024
69
77
  - doi: 10.1007/978-3-031-57259-3_20
70
78
  title: "Ultimate TestGen: Test-Case Generation with Automata-based Software Model Checking (Competition Contribution)"
71
- year: 2024
79
+ year: 2024
@@ -0,0 +1,94 @@
1
+ id: vercors
2
+ name: VerCors
3
+ description: |
4
+ The VerCors verifier is a tool for deductive verification of concurrent and parallel software. VerCors can reason about programs written in different programming languages, such as Java, C and OpenCL, where the specifications are written in terms of pre-post-condition contracts using permission-based separation logic. VerCors is able to reason about data-race freedom, memory safety, and functional correctness, and it has been applied on several realistic case studies. Several tools are being developed directly on top of VerCors by encoding their input languages to VerCors' internal representation, allowing reuse of the existing infrastructure for verification. These tools are Alpinist, Vesuv, and VeyMont.
5
+ input_languages:
6
+ - C
7
+ - Java
8
+ - OpenCL
9
+ - CUDA
10
+ - LLVM-IR
11
+ - SYCL
12
+
13
+ project_url: https://vercors.ewi.utwente.nl/
14
+ repository_url: https://github.com/utwente-fmt/vercors
15
+ spdx_license_identifier: MPL-2.0
16
+ benchexec_toolinfo_module: ""
17
+ fmtools_format_version: "2.0"
18
+ fmtools_entry_maintainers:
19
+ - astekelenburg
20
+
21
+ maintainers:
22
+ - name: Marieke Huisman
23
+ institution: University of Twente
24
+ country: The Netherlands
25
+ orcid: 0000-0003-4467-072X
26
+ url: https://mariekehuisman.personalweb.utwente.nl/
27
+ - name: Lukas Armborst
28
+ institution: University of Twente
29
+ country: The Netherlands
30
+ orcid: 0000-0001-7565-0954
31
+ url:
32
+ - name: Lars van den Haak
33
+ institution: Eindhoven University of Technology
34
+ country: The Netherlands
35
+ orcid: 0000-0002-0330-5016
36
+ url: https://research.tue.nl/nl/persons/lars-van-den-haak
37
+ - name: Robert Mensing
38
+ institution: University of Twente
39
+ country: The Netherlands
40
+ orcid: 0009-0007-2853-7650
41
+ url: https://people.utwente.nl/r.a.mensing
42
+ - name: Robert Rubbens
43
+ institution: University of Twente
44
+ country: The Netherlands
45
+ orcid: 0000-0002-5638-5945
46
+ url:
47
+ - name: Ömer Şakar
48
+ institution: University of Twente
49
+ country: The Netherlands
50
+ orcid: 0000-0003-3457-5446
51
+ url: https://people.utwente.nl/o.f.o.sakar
52
+ - name: Alexander Stekelenburg
53
+ institution: University of Twente
54
+ country: The Netherlands
55
+ orcid: 0009-0008-7305-038X
56
+ url: https://people.utwente.nl/a.v.stekelenburg
57
+ - name: Philip Tasche
58
+ institution: University of Twente
59
+ country: The Netherlands
60
+ orcid: 0000-0003-1518-4079
61
+ url: https://people.utwente.nl/p.b.h.tasche
62
+
63
+ versions:
64
+ - version: "2.3.0"
65
+ url: "https://github.com/utwente-fmt/vercors/releases/tag/v2.3.0"
66
+ benchexec_toolinfo_options: []
67
+ base_container_images:
68
+ - docker.io/ubuntu:jammy
69
+ required_ubuntu_packages:
70
+ - openjdk-17-jre-headless
71
+ - clang
72
+ - libllvm15
73
+ full_container_images:
74
+ - docker.io/utwentefmt/vercors:2.3.0
75
+
76
+ competition_participations: []
77
+
78
+ techniques:
79
+ - Separation Logic
80
+ - Concurrency Support
81
+ - Deductive Verification
82
+
83
+ frameworks_solvers:
84
+ - Viper
85
+ - Z3
86
+
87
+ literature:
88
+ - doi: 10.1007/978-3-031-65630-9_1
89
+ title: "The VerCors Verifier: A Progress Report"
90
+ year: 2024
91
+ - doi: 10.1007/978-3-319-66845-1_7
92
+ title: "The VerCors Tool Set: Verification of Parallel and Concurrent Software"
93
+ year: 2017
94
+
@@ -4,7 +4,7 @@ input_languages:
4
4
  - C
5
5
  project_url: https://www.tcs.com
6
6
  repository_url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/veriabs.zip"
7
- spdx_license_identifier: Other
7
+ spdx_license_identifier: LicenseRef-TCS-VeriAbs
8
8
  benchexec_toolinfo_module: benchexec.tools.veriabs
9
9
  fmtools_format_version: "2.0"
10
10
  fmtools_entry_maintainers:
@@ -16,7 +16,7 @@ maintainers:
16
16
  institution: Tata Consultancy Services
17
17
  country: India
18
18
  url: https://www.tcs.com
19
-
19
+
20
20
 
21
21
  versions:
22
22
  - version: "1.6.2"
@@ -27,8 +27,6 @@ versions:
27
27
  - openjdk-11-jre-headless
28
28
  - openjdk-17-jre-headless
29
29
  - clang-12
30
- full_container_images:
31
- - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
32
30
  - version: "svcomp24"
33
31
  doi: 10.5281/zenodo.10243500
34
32
  benchexec_toolinfo_options: ['--sv22']
@@ -36,6 +34,8 @@ versions:
36
34
  - libc6-dev-i386
37
35
  - openjdk-11-jre-headless
38
36
  - clang-12
37
+ full_container_images:
38
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
39
39
  - version: "svcomp23"
40
40
  url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/veriabs.zip"
41
41
  benchexec_toolinfo_options: ['--sv22']
@@ -46,13 +46,15 @@ versions:
46
46
  competition_participations:
47
47
  - competition: "SV-COMP 2025"
48
48
  track: "Verification"
49
- tool_version: "1.6.2"
49
+ label:
50
+ - inactive
51
+ tool_version: "svcomp24"
50
52
  jury_member:
51
53
  orcid: 0000-0001-6104-9033
52
54
  name: Priyanka Darke
53
55
  institution: Tata Consultancy Services
54
56
  country: India
55
- url: null
57
+ url:
56
58
  - competition: "SV-COMP 2024"
57
59
  track: "Verification"
58
60
  tool_version: "svcomp24"
@@ -61,7 +63,7 @@ competition_participations:
61
63
  name: Priyanka Darke
62
64
  institution: Tata Consultancy Services
63
65
  country: India
64
- url: null
66
+ url:
65
67
  - competition: "SV-COMP 2023"
66
68
  track: "Verification"
67
69
  tool_version: "svcomp23"
@@ -70,7 +72,7 @@ competition_participations:
70
72
  name: Priyanka Darke
71
73
  institution: Tata Consultancy Services
72
74
  country: India
73
- url: null
75
+ url:
74
76
 
75
77
  techniques:
76
78
  - CEGAR
@@ -91,4 +93,4 @@ frameworks_solvers:
91
93
  literature:
92
94
  - doi: 10.1007/978-3-030-72013-1_32
93
95
  title: "VeriAbs: A Tool for Scalable Verification by Abstraction"
94
- year: 2021
96
+ year: 2021
@@ -4,7 +4,7 @@ input_languages:
4
4
  - C
5
5
  project_url: https://www.tcs.com
6
6
  repository_url: https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/veriabsl.zip
7
- spdx_license_identifier: Other
7
+ spdx_license_identifier: LicenseRef-TCS-VeriAbsL
8
8
  benchexec_toolinfo_module: benchexec.tools.veriabsl
9
9
  fmtools_format_version: "2.0"
10
10
  fmtools_entry_maintainers:
@@ -41,8 +41,6 @@ versions:
41
41
  - python3-requests
42
42
  - python3-urllib3
43
43
  - clang-12
44
- full_container_images:
45
- - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
46
44
  - version: "svcomp24"
47
45
  doi: 10.5281/zenodo.10244458
48
46
  benchexec_toolinfo_options: []
@@ -65,6 +63,8 @@ versions:
65
63
  - python3-requests
66
64
  - python3-urllib3
67
65
  - clang-12
66
+ full_container_images:
67
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
68
68
  - version: "svcomp23"
69
69
  url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/veriabsl.zip"
70
70
  benchexec_toolinfo_options: []
@@ -90,13 +90,15 @@ versions:
90
90
  competition_participations:
91
91
  - competition: "SV-COMP 2025"
92
92
  track: "Verification"
93
- tool_version: "1.6.2"
93
+ label:
94
+ - inactive
95
+ tool_version: "svcomp24"
94
96
  jury_member:
95
97
  orcid: 0000-0001-6104-9033
96
98
  name: Priyanka Darke
97
99
  institution: Tata Consultancy Services
98
100
  country: India
99
- url: null
101
+ url:
100
102
  - competition: "SV-COMP 2024"
101
103
  track: "Verification"
102
104
  tool_version: "svcomp24"
@@ -105,7 +107,7 @@ competition_participations:
105
107
  name: Priyanka Darke
106
108
  institution: Tata Consultancy Services
107
109
  country: India
108
- url: null
110
+ url:
109
111
  - competition: "SV-COMP 2023"
110
112
  track: "Verification"
111
113
  tool_version: "svcomp23"
@@ -114,7 +116,7 @@ competition_participations:
114
116
  name: Priyanka Darke
115
117
  institution: Tata Consultancy Services
116
118
  country: India
117
- url: null
119
+ url:
118
120
 
119
121
  techniques:
120
122
  - CEGAR
@@ -135,4 +137,4 @@ frameworks_solvers:
135
137
  literature:
136
138
  - doi: 10.1007/978-3-031-30820-8_41
137
139
  title: "VeriAbsL: Scalable Verification by Abstraction and Strategy Prediction"
138
- year: 2023
140
+ year: 2023