mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
small fix in lar_solver.cpp
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
8ecd8a2a52
commit
93a3c486b0
1 changed files with 2 additions and 1 deletions
|
@ -1381,7 +1381,8 @@ void lar_solver::shrink_explanation_to_minimum(vector<std::pair<mpq, constraint_
|
|||
lean_assert(this->explanation_is_correct(explanation));
|
||||
}
|
||||
|
||||
final_check_status check_int_feasibility() {
|
||||
final_check_status lar_solver::check_int_feasibility() {
|
||||
std::cout << "lar_solver::check_int_feasibility()\n";
|
||||
return final_check_status::GIVEUP;
|
||||
}
|
||||
} // namespace lean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue