3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 13:06:05 +00:00

move solver-params to params

This commit is contained in:
Nikolaj Bjorner 2022-08-08 11:34:41 +03:00
parent 77a313ff76
commit 78eaefe5a8
7 changed files with 5 additions and 6 deletions

View file

@ -17,7 +17,5 @@ z3_add_component(solver
PYG_FILES
combined_solver_params.pyg
parallel_params.pyg
PYG_FILES
solver_params.pyg
)