3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

a small change in trace feas

This commit is contained in:
Lev Nachmanson 2023-07-04 11:38:10 -07:00
parent 5ed2a82893
commit 75897b7a2e

View file

@ -56,7 +56,7 @@ private:
public:
bool current_x_is_feasible() const {
TRACE("feas",
if (m_inf_heap.size()) {
if (!m_inf_heap.empty()) {
tout << "column " << *m_inf_heap.begin() << " is infeasible" << std::endl;
print_column_info(*m_inf_heap.begin(), tout);
} else {