mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 12:50:32 +00:00
test
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
4726d32e2f
commit
73e919c002
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ public:
|
||||||
const impq & v = m_mpq_lar_core_solver.m_r_x[j];
|
const impq & v = m_mpq_lar_core_solver.m_r_x[j];
|
||||||
return impq_is_int(v);
|
return impq_is_int(v);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool column_is_real(unsigned j) const { return !column_is_integer(j); }
|
inline bool column_is_real(unsigned j) const { return !column_is_integer(j); }
|
||||||
final_check_status check_int_feasibility();
|
final_check_status check_int_feasibility();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue