Skip to content

Commit

Permalink
Update verifier options
Browse files Browse the repository at this point in the history
  • Loading branch information
vmordan committed Oct 16, 2023
1 parent 39718b2 commit 141ff20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/bridge/verifier_options.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
{"-setprop": "counterexample.export.exportCounterexampleCoverage=true"},
{"-setprop": "counterexample.export.prefixAdditionalCoverageFile=Counterexample.%d.additionalCoverage.info"},
{"-setprop": "additionalCoverage.file=additionalCoverage.info"},
{"-setprop": "parser.readLineDirectives=true"},
{"-setprop": "parser.readLineDirectives=false"},
{"-setprop": "coverage.file=coverage.info"},
{"-setprop": "cpa.arg.proofWitness=witness.correctness.graphml"},
{"-setprop": "cpa.arg.export=true"},
{"-setprop": "cpa.arg.compressWitness=false"},
Expand Down

0 comments on commit 141ff20

Please sign in to comment.