mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
add pattern match validation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cb15473d5b
commit
936c22a00b
2 changed files with 16 additions and 4 deletions
|
@ -1753,10 +1753,6 @@ namespace smt {
|
|||
m_use_filters(use_filters) {
|
||||
}
|
||||
|
||||
context & get_context() {
|
||||
return m_context;
|
||||
}
|
||||
|
||||
/**
|
||||
\brief Create a new code tree for the given quantifier.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue