mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
add this->
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
2828126b72
commit
fd3d785a5b
|
@ -190,10 +190,10 @@ unsigned lp_primal_core_solver<T, X>::solve_with_tableau() {
|
|||
&&
|
||||
!(this->current_x_is_feasible() && this->m_look_for_feasible_solution_only)
|
||||
&&
|
||||
m_settings.get_cancel_flag() == false);
|
||||
this->m_settings.get_cancel_flag() == false);
|
||||
|
||||
if (m_settings.get_cancel_flag()) {
|
||||
this->set_status(CANCELLED);
|
||||
if (this->m_settings.get_cancel_flag()) {
|
||||
this->set_status(CANCELLED);
|
||||
}
|
||||
|
||||
SASSERT(
|
||||
|
|
Loading…
Reference in a new issue