mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
merge with csp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9566d379d6
commit
42ac3a5363
|
@ -64,7 +64,7 @@ void simple_check_sat_result::get_model_core(model_ref & m) {
|
|||
}
|
||||
|
||||
proof * simple_check_sat_result::get_proof() {
|
||||
return m_status == l_false ? m_proof.get() : nullptr;
|
||||
return m_proof;
|
||||
}
|
||||
|
||||
std::string simple_check_sat_result::reason_unknown() const {
|
||||
|
|
Loading…
Reference in a new issue