3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-03 22:05:45 +00:00

fix the build

This commit is contained in:
Lev Nachmanson 2024-08-14 15:36:39 -10:00 committed by Lev Nachmanson
parent a1a01b9da6
commit a5dd59fdfb
5 changed files with 22 additions and 30 deletions

View file

@ -873,7 +873,7 @@ namespace lp {
bool int_solver::is_upper() const { return m_imp->m_upper; }
bool& int_solver::is_upper() { return m_imp->m_upper; }
explanation* int_solver::explanation() { return m_imp->m_ex; }
explanation* int_solver::expl() { return m_imp->m_ex; }
bool int_solver::column_is_int_inf(unsigned j) const {
return m_imp->column_is_int_inf(j);
}