mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
fix build errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3de2feb84a
commit
454d20d23e
6 changed files with 9 additions and 8 deletions
|
@ -237,7 +237,6 @@ namespace sat {
|
|||
}
|
||||
|
||||
unsigned scc::reduce_tr(bool learned) {
|
||||
unsigned num_lits = m_solver.num_vars() * 2;
|
||||
init_big(learned);
|
||||
unsigned num_elim = m_big.reduce_tr(m_solver);
|
||||
m_num_elim_bin += num_elim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue