mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
fix the build
This commit is contained in:
parent
a1a01b9da6
commit
a5dd59fdfb
5 changed files with 22 additions and 30 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue