mirror of
https://github.com/Z3Prover/z3
synced 2025-11-02 04:27:52 +00:00
refactoring
This commit is contained in:
parent
6f12c0e6f9
commit
2679b74543
9 changed files with 206 additions and 198 deletions
8
src/tactic/smtlogics/qfufbv_tactic_params.pyg
Normal file
8
src/tactic/smtlogics/qfufbv_tactic_params.pyg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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'),
|
||||
))
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue