3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

move initialization to header file

This commit is contained in:
Nikolaj Bjorner 2023-10-09 10:55:43 +09:00
parent 75e29b2a6d
commit 1bdf66b918
2 changed files with 2 additions and 4 deletions

View file

@ -22,8 +22,6 @@ namespace lp {
}
lar_solver::lar_solver() :
m_crossed_bounds_column(null_lpvar),
m_crossed_bounds_deps(nullptr),
m_mpq_lar_core_solver(m_settings, *this),
m_var_register(false),
m_term_register(true),