-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn sequential combinations in run config of SV-COMP24 into parallel…
… portfolio The sequences contain configurations for '::if-recursive' and '::if-concurrent'. These configurations are still set in sequence after the parallel portfolio of all other techniques. git-svn-id: https://svn.sosy-lab.org/software/cpachecker/branches/svcomp24-parallel-portfolio-approach@45050 4712c6d2-40bb-43ae-aa4b-fec3f1bdfe4c
- Loading branch information
lemberge
committed
Nov 8, 2023
1 parent
6457d43
commit da70c21
Showing
8 changed files
with
93 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This file is part of CPAchecker, | ||
# a tool for configurable software verification: | ||
# https://cpachecker.sosy-lab.org | ||
# | ||
# SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# ---------------------------------------------------------------------- | ||
# This configuration file uses a parallel portfolio | ||
# of different analyses. | ||
# ---------------------------------------------------------------------- | ||
|
||
# Use parallel portfolio of analyses | ||
analysis.useParallelAnalyses=true | ||
|
||
# The analyses used for reachability properties. | ||
parallelAlgorithm.configFiles = svcomp24--configselection-singleconfig-bmc.properties, \ | ||
svcomp24--configselection-restartcomponent-predicateAnalysis-end.properties | ||
|
23 changes: 23 additions & 0 deletions
23
config/components/svcomp24--parallel-multipleLoops.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This file is part of CPAchecker, | ||
# a tool for configurable software verification: | ||
# https://cpachecker.sosy-lab.org | ||
# | ||
# SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# ---------------------------------------------------------------------- | ||
# This configuration file uses a parallel portfolio | ||
# of different analyses. | ||
# ---------------------------------------------------------------------- | ||
|
||
# Use parallel portfolio of analyses | ||
analysis.useParallelAnalyses=true | ||
|
||
# The analyses used for reachability properties. | ||
parallelAlgorithm.configFiles = svcomp24--multipleLoops-symbolicExecution.properties, \ | ||
svcomp24--multipleLoops-valueAnalysis-Cegar.properties, \ | ||
svcomp24--multipleLoops-predicateAnalysis.properties, \ | ||
svcomp24--multipleLoops-dataFlow.properties, \ | ||
svcomp24--multipleLoops-kInduction.properties | ||
|
23 changes: 23 additions & 0 deletions
23
config/components/svcomp24--parallel-singleLoop.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This file is part of CPAchecker, | ||
# a tool for configurable software verification: | ||
# https://cpachecker.sosy-lab.org | ||
# | ||
# SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# ---------------------------------------------------------------------- | ||
# This configuration file uses a parallel portfolio | ||
# of different analyses. | ||
# ---------------------------------------------------------------------- | ||
|
||
# Use parallel portfolio of analyses | ||
analysis.useParallelAnalyses=true | ||
|
||
# The analyses used for reachability properties. | ||
parallelAlgorithm.configFiles = svcomp24--singleLoop-symbolicExecution.properties, \ | ||
svcomp24--singleLoop-valueAnalysis-Cegar.properties, \ | ||
svcomp24--singleLoop-predicateAnalysis.properties, \ | ||
svcomp24--singleLoop-dataFlow.properties, \ | ||
svcomp24--singleLoop-IMC.properties | ||
|
21 changes: 21 additions & 0 deletions
21
config/components/svcomp24--parallel-valueAnalysis.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# This file is part of CPAchecker, | ||
# a tool for configurable software verification: | ||
# https://cpachecker.sosy-lab.org | ||
# | ||
# SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org> | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# ---------------------------------------------------------------------- | ||
# This configuration file uses a parallel portfolio | ||
# of different analyses. | ||
# ---------------------------------------------------------------------- | ||
|
||
# Use parallel portfolio of analyses | ||
analysis.useParallelAnalyses=true | ||
|
||
# The analyses used for reachability properties. | ||
parallelAlgorithm.configFiles = svcomp24--configselection-restartcomponent-valueAnalysis.properties, \ | ||
svcomp24--configselection-restartcomponent-valueAnalysis-itp-end.properties, \ | ||
svcomp24--complexLoops-kInduction.properties | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters