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

make context_solve configurable and exposed as top-level tactic parameter

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-01-23 16:06:25 -08:00
parent 412eee0dac
commit 8e5c1fcfd1
4 changed files with 27 additions and 23 deletions

View file

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