mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
follow logic annotation/enable diff logic when configured
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
18b491eee0
commit
c1580fb85a
11 changed files with 71 additions and 30 deletions
|
@ -362,6 +362,7 @@ void cmd_context::set_opt(opt_wrapper* opt) {
|
|||
for (unsigned i = 0; i < m_scopes.size(); ++i) {
|
||||
m_opt->push();
|
||||
}
|
||||
m_opt->set_logic(m_logic);
|
||||
}
|
||||
|
||||
void cmd_context::global_params_updated() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue