Skip to content

Commit

Permalink
Flip ana.int.def_exc_widen_by_join default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Jan 13, 2022
1 parent d2e3f52 commit d4c1adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/options.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@
"def_exc_widen_by_join": {
"title": "ana.int.def_exc_widen_by_join",
"description":
"Perform def_exc widening by joins. Gives threshold-widening like behavior, with thresholds given by the ranges of different integer types.",
"Perform def_exc widening by joins. Gives threshold-widening like behavior, with thresholds given by the ranges of different integer types. TODO: Has termination problems.",

This comment has been minimized.

Copy link
@jerhard

jerhard Jan 13, 2022

Member

TODO: Has termination problems.

Maybe it should be made explicit that setting the value to false causes the termination problems?

This comment has been minimized.

Copy link
@sim642

sim642 Jan 13, 2022

Author Member

Good point!

"type": "boolean",
"default": false
"default": true
},
"interval_threshold_widening": {
"title": "ana.int.interval_threshold_widening",
Expand Down

0 comments on commit d4c1adf

Please sign in to comment.