mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
8 lines
398 B
Text
8 lines
398 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'),
|
|
))
|
|
|