Printing FP values as binary or indexed BVs according to option (#4554)
authorHaniel Barbosa <hanielbbarbosa@gmail.com>
Fri, 5 Jun 2020 12:54:51 +0000 (09:54 -0300)
committerGitHub <noreply@github.com>
Fri, 5 Jun 2020 12:54:51 +0000 (09:54 -0300)
commit80b0795702e71d54ed7c17ba809eebde628eb516
treed9950f742d4763b520185d4f27aa666d67509429
parent60746dc3ac7806475b5b6dab03123df024bf613e
Printing FP values as binary or indexed BVs according to option (#4554)
NEWS
src/options/bv_options.toml
src/printer/smt2/smt2_printer.cpp
src/util/floatingpoint.cpp
src/util/floatingpoint.h.in
test/regress/regress0/printer/bv_consts_bin.smt2
test/regress/regress0/printer/bv_consts_dec.smt2
test/regress/regress0/printer/empty_symbol_name.smt2
test/regress/regress0/printer/symbol_starting_w_digit.smt2