Dumping unsat cores after check-sat-assuming/QUERY (#5724)
authorHaniel Barbosa <hanielbbarbosa@gmail.com>
Wed, 23 Dec 2020 23:10:34 +0000 (20:10 -0300)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 23:10:34 +0000 (17:10 -0600)
commita539b63c369544ed08a1fa7fa4c8e3d437be3766
tree033ba2288164e43c8d91c772fd63d0905d74a6e8
parenta04226ef3519c4fdce7bd6c3ff92f18bf6bee83c
Dumping unsat cores after check-sat-assuming/QUERY (#5724)

Previously we were not printing unsat cores when passing the option to dump them if we used the check-sat-assuming command or the QUERY command. This commit fixes this.

It also kills the redundant dump-synth option, as it simplifies a bit what is going on in the command executor.
src/main/command_executor.cpp
src/options/options.h
src/options/options_public_functions.cpp
src/options/smt_options.toml
src/theory/quantifiers/sygus/synth_conjecture.cpp