3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-03 18:00:23 +00:00
z3/src/ast/rewriter/fpa_rewriter_params.pyg
Christoph M. Wintersteiger db398eca7a Tabs, formatting.
2017-09-17 17:50:05 +01:00

5 lines
305 B
Text

def_module_params(module_name='rewriter',
class_name='fpa_rewriter_params',
export=True,
params=(("hi_fp_unspecified", BOOL, False, "use the 'hardware interpretation' for unspecified values in fp.to_ubv, fp.to_sbv, fp.to_real, and fp.to_ieee_bv"),
))