summaryrefslogtreecommitdiff
path: root/src/expr/term_conversion_proof_generator.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-01-28 15:58:17 -0600
committerGitHub <noreply@github.com>2021-01-28 15:58:17 -0600
commit145b99d771e182fba70402398702ed12e3303682 (patch)
tree677cc444dd38af7354aa83eefad2b0ed695cf7f3 /src/expr/term_conversion_proof_generator.h
parent2f4bae4b4ffe6e913925f3d8f2c857a01aeea3bd (diff)
Reorganize calls to quantifiers engine from SmtEngine layer (#5828)
This reorganizes calls to QuantifiersEngine from SmtEngine. Our policy has changed recently that the SmtEngine layer is allowed to make calls directly to QuantifiersEngine, which eliminates the need for TheoryEngine to have forwarding calls. This PR makes this policy more consistent. This also makes quantifier-specific calls more safe by throwing modal exceptions in the cases where quantifiers are present. Marking "major" since we currently segfault when e.g. dumping instantiations in non-quantified logics. This PR makes it so that we throw a modal exception.
Diffstat (limited to 'src/expr/term_conversion_proof_generator.h')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback