Skip to content

Commit

Permalink
feat(yaml): adapt yaml config with new sea-crab options
Browse files Browse the repository at this point in the history
  • Loading branch information
LinerSu committed May 10, 2022
1 parent fee0b78 commit fdcba9d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion seahorn/sea_crab_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ verify_options:
horn-vcgen-only-dataflow: false
# reduce by data dependence
horn-bmc-coi: false
horn-bv2-crab-lower-is-deref: ''
# Use crab solve sea.is_deref
horn-bv2-crab-check-is-deref: ''
# reduce used by object domain
horn-bv2-crab-reduce: ''
# Use crab infer allocation range
# horn-bv2-crab-rng: ''
horn-bmc-crab-dom: 'zones'
# Statistics
# horn-bv2-crab-stats: ''

0 comments on commit fdcba9d

Please sign in to comment.