mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
injectivity: Add tactic to CMake-based builds
This commit is contained in:
parent
ae9ace2321
commit
b877c962ca
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ z3_add_component(core_tactics
|
||||||
distribute_forall_tactic.cpp
|
distribute_forall_tactic.cpp
|
||||||
elim_term_ite_tactic.cpp
|
elim_term_ite_tactic.cpp
|
||||||
elim_uncnstr_tactic.cpp
|
elim_uncnstr_tactic.cpp
|
||||||
|
injectivity_tactic.cpp
|
||||||
nnf_tactic.cpp
|
nnf_tactic.cpp
|
||||||
occf_tactic.cpp
|
occf_tactic.cpp
|
||||||
pb_preprocess_tactic.cpp
|
pb_preprocess_tactic.cpp
|
||||||
|
@ -22,6 +23,7 @@ z3_add_component(core_tactics
|
||||||
collect_occs.cpp
|
collect_occs.cpp
|
||||||
COMPONENT_DEPENDENCIES
|
COMPONENT_DEPENDENCIES
|
||||||
normal_forms
|
normal_forms
|
||||||
|
rewriter
|
||||||
tactic
|
tactic
|
||||||
TACTIC_HEADERS
|
TACTIC_HEADERS
|
||||||
blast_term_ite_tactic.h
|
blast_term_ite_tactic.h
|
||||||
|
@ -32,6 +34,7 @@ z3_add_component(core_tactics
|
||||||
distribute_forall_tactic.h
|
distribute_forall_tactic.h
|
||||||
elim_term_ite_tactic.h
|
elim_term_ite_tactic.h
|
||||||
elim_uncnstr_tactic.h
|
elim_uncnstr_tactic.h
|
||||||
|
injectivity_tactic.h
|
||||||
nnf_tactic.h
|
nnf_tactic.h
|
||||||
occf_tactic.h
|
occf_tactic.h
|
||||||
pb_preprocess_tactic.h
|
pb_preprocess_tactic.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue