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:
parent
5ed2a82893
commit
75897b7a2e
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue