mirror of
https://github.com/Z3Prover/z3
synced 2026-06-05 00:20:50 +00:00
5 lines
277 B
Text
5 lines
277 B
Text
def_module_params(module_name='rewriter',
|
|
class_name='fpa_rewriter_params',
|
|
export=True,
|
|
params=(("hi_fp_unspecified", BOOL, True, "use the 'hardware interpretation' for unspecified values in fp.to_ubv, fp.to_sbv, and fp.to_real"),
|
|
))
|