Do not make models for quantified function variables (#4039)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 12 Mar 2020 19:42:45 +0000 (14:42 -0500)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 19:42:45 +0000 (14:42 -0500)
commit9803bedfdfe42bf472654ed8e11bcc888de5df67
tree606a8ab6c334656d3268426521a8724e0101483d
parent83a18f98dddbd635db3823dd18b7bdf22b020869
Do not make models for quantified function variables (#4039)

If we combine finite model finding and higher-order, then we could try to find a model find operators whose kind was BOUND_VARIABLE.
src/theory/quantifiers/first_order_model.cpp
test/regress/CMakeLists.txt
test/regress/regress1/sygus/issue3995-fmf-var-op.smt2 [new file with mode: 0644]