mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
57a7bef96b
commit
501dbd9475
3 changed files with 1 additions and 9 deletions
|
@ -162,8 +162,8 @@ namespace polysat {
|
|||
|
||||
auto const& row = m_rows[rid];
|
||||
make_basic(v, row);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -595,8 +595,4 @@ namespace polysat {
|
|||
st.update("fixplex num infeasible", m_stats.m_num_infeasible);
|
||||
st.update("fixplex num checks", m_stats.m_num_checks);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue