mirror of
https://github.com/Z3Prover/z3
synced 2026-06-30 04:18:53 +00:00
disable test in tptp, move to native lambdas
This commit is contained in:
parent
3e0a350411
commit
eaf7562a1d
24 changed files with 54 additions and 222 deletions
|
|
@ -428,6 +428,8 @@ namespace smt {
|
|||
if (!m_context->is_relevant(t))
|
||||
continue;
|
||||
enode * n = m_context->get_enode(t);
|
||||
if (!n->is_app())
|
||||
continue;
|
||||
unsigned num_args = n->get_num_args();
|
||||
func_decl * f = n->get_decl();
|
||||
if (num_args == 0 && include_func_interp(f)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue