mirror of
https://github.com/Z3Prover/z3
synced 2026-07-20 22:15:49 +00:00
prepare for lambda unfolding in ho-matcher and selectively enable ho matching
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f40e4759e4
commit
19166bd0b5
7 changed files with 75 additions and 5 deletions
|
|
@ -109,6 +109,7 @@ struct smt_params : public preprocessor_params,
|
|||
bool m_display_features = false;
|
||||
bool m_new_core2th_eq = true;
|
||||
bool m_ematching = true;
|
||||
bool m_ho_matching = false;
|
||||
bool m_induction = false;
|
||||
bool m_clause_proof = false;
|
||||
symbol m_proof_log;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue