mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
reshufle var_register to faster access
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
905282ffe4
commit
852df6f7d9
3 changed files with 22 additions and 31 deletions
|
@ -1507,11 +1507,6 @@ bool lar_solver::column_is_fixed(unsigned j) const {
|
|||
return m_mpq_lar_core_solver.column_is_fixed(j);
|
||||
}
|
||||
|
||||
|
||||
bool lar_solver::ext_var_is_int(var_index ext_var) const {
|
||||
return m_var_register.external_is_int(ext_var);
|
||||
}
|
||||
|
||||
// below is the initialization functionality of lar_solver
|
||||
|
||||
bool lar_solver::strategy_is_undecided() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue