Skip to content

Commit

Permalink
feat(yaml): adapt for new sea-crab flags
Browse files Browse the repository at this point in the history
  • Loading branch information
LinerSu committed Apr 27, 2022
1 parent 68e599f commit dbb4cfa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions seahorn/sea_crab_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ verify_options:
horn-vcgen-only-dataflow: false
# reduce by data dependence
horn-bmc-coi: false
horn-bv2-crab-check-is-deref: ''
# Use crab solve sea.is_deref
# horn-bv2-crab-check-is-deref: ''
# Use crab infer allocation range
horn-bv2-crab-rng: ''
horn-bmc-crab-dom: 'zones'
# crab-dom-param: '"region.is_dereferenceable=true:object.reduce_everywhere=true"'
# Statistics
# horn-bv2-crab-stats: ''

0 comments on commit dbb4cfa

Please sign in to comment.