File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ class optionst;
3636 " (smt1)(smt2)(fpa)(cvc3)(cvc4)(boolector)(yices)(z3)(opensmt)(mathsat)" \
3737 " (no-sat-preprocessor)" \
3838 " (no-pretty-names)(beautify)" \
39- " (fixedbv)" \
4039 " (dimacs)(refine)(max-node-refinement):(refine-arrays)(refine-arithmetic)(aig)" \
4140 " (16)(32)(64)(LP64)(ILP64)(LLP64)(ILP32)(LP32)" \
4241 " (little-endian)(big-endian)" \
@@ -56,7 +55,7 @@ class optionst;
5655 " (round-to-nearest)(round-to-plus-inf)(round-to-minus-inf)(round-to-zero)" \
5756 " (graphml-witness):" \
5857 " (localize-faults)(localize-faults-method):" \
59- " (floatbv)(all-claims)(all-properties)" // legacy, and will eventually disappear
58+ " (fixedbv)( floatbv)(all-claims)(all-properties)" // legacy, and will eventually disappear
6059
6160class cbmc_parse_optionst :
6261 public parse_options_baset,
You can’t perform that action at this time.
0 commit comments