mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
change formatting
This commit is contained in:
parent
6cee4ae225
commit
1ac9c558c0
1 changed files with 2 additions and 1 deletions
|
@ -1528,7 +1528,8 @@ namespace lp {
|
|||
auto st = lra.find_feasible_solution();
|
||||
if (st == lp_status::INFEASIBLE) {
|
||||
lra.get_infeasibility_explanation(m_infeas_explanation);
|
||||
TRACE("dio", tout << "inf explanation:\n"; lra.print_explanation(tout, m_infeas_explanation);); return lia_move::conflict;
|
||||
TRACE("dio", tout << "inf explanation:\n"; lra.print_explanation(tout, m_infeas_explanation););
|
||||
return lia_move::conflict;
|
||||
}
|
||||
TRACE("dio", tout << "lra is feasible\n";);
|
||||
return lia_move::undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue