Skip to content

Commit 9fbe922

Browse files
added documentation
1 parent 7ba9601 commit 9fbe922

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/Echidna/Types/Campaign.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ data CampaignConf = CampaignConf
4343
-- ^ Whether to add an additional symbolic execution worker
4444
, symExecSMTSolver :: Solver
4545
-- ^ SMT solver to use for symbolic execution.
46-
-- Supported solvers: "cvc5", "z3", "yices", "boolector"
46+
-- Supported solvers: "cvc5", "z3", "yices" and "bitwuzla"
4747
, symExecTargets :: Maybe [Text]
4848
-- ^ List of target functions for symbolic execution.
4949
-- If this is 'Nothing', all functions are considered targets.

tests/solidity/basic/default.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,6 @@ symExecTargets: null
113113
# List the max number of states to explore when using symbolc execution
114114
# only relevant if symExec is true
115115
symExecMaxExplore: 10
116+
# Select the SMT solver when using symbolic execution. Valid values are: "cvc5", "z3", "yices" and "bitwuzla"
117+
# only relevant if symExec is true
116118
symExecSMTSolver: bitwuzla

0 commit comments

Comments
 (0)