mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
fix format bug (issue 126) and smaller nits in sat solver (const annotation, disable elimination of external or already elimianted variables)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fbb01f3699
commit
6a3f75822d
12 changed files with 22 additions and 17 deletions
|
@ -206,7 +206,7 @@ namespace sat {
|
|||
m_elim_literals = 0;
|
||||
}
|
||||
|
||||
void cleaner::collect_statistics(statistics & st) {
|
||||
void cleaner::collect_statistics(statistics & st) const {
|
||||
st.update("elim clauses", m_elim_clauses);
|
||||
st.update("elim literals", m_elim_literals);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue