mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
FPA: Switched default value representation to 3-bitvector
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
47325c5fd3
commit
d5fef38c00
2 changed files with 37 additions and 16 deletions
|
@ -52,7 +52,7 @@ public:
|
|||
virtual format_ns::format * pp_fdecl(func_decl * f, unsigned & len);
|
||||
virtual format_ns::format * pp_bv_literal(app * t, bool use_bv_lits, bool bv_neg);
|
||||
virtual format_ns::format * pp_arith_literal(app * t, bool decimal, unsigned prec);
|
||||
virtual format_ns::format * pp_float_literal(app * t);
|
||||
virtual format_ns::format * pp_float_literal(app * t, bool use_bv_lits);
|
||||
virtual format_ns::format * pp_datalog_literal(app * t);
|
||||
virtual format_ns::format * pp_sort(sort * s);
|
||||
virtual format_ns::format * pp_fdecl_ref(func_decl * f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue