mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
9 lines
481 B
Text
9 lines
481 B
Text
def_module_params('ackermannization',
|
|
description='tactics based on solving UF-theories via ackermannization (see also ackr module)',
|
|
class_name='qfufbv_tactic_params',
|
|
export=True,
|
|
params=(
|
|
('sat_backend', BOOL, False, 'use SAT rather than SMT in qfufbv_ackr_tactic'),
|
|
('inc_sat_backend', BOOL, False, 'use incremental SAT'),
|
|
))
|
|
|