mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
speed up consequence finding by avoiding local search whenver assumption level is reached during the initial phase
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
485372ec2a
commit
24fc19ed58
6 changed files with 29 additions and 9 deletions
|
@ -736,7 +736,7 @@ bool cmd_context::set_logic(symbol const & s) {
|
|||
|
||||
std::string cmd_context::reason_unknown() const {
|
||||
if (m_check_sat_result.get() == 0)
|
||||
throw cmd_exception("state of the most recent check-sat command is not unknown");
|
||||
throw cmd_exception("state of the most recent check-sat command is not known");
|
||||
return m_check_sat_result->reason_unknown();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue