3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 13:40:52 +00:00

move tactic_params to params

This commit is contained in:
Nikolaj Bjorner 2022-11-03 05:50:46 -07:00
parent 203652da74
commit 06eb460c75
12 changed files with 40 additions and 21 deletions

View file

@ -19,6 +19,4 @@ z3_add_component(tactic
TACTIC_HEADERS
probe.h
tactic.h
PYG_FILES
tactic_params.pyg
)