mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 16:52:15 +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
|
@ -177,7 +177,6 @@ namespace sat {
|
|||
}
|
||||
|
||||
unsigned big::reduce_tr(solver& s) {
|
||||
unsigned num_lits = s.num_vars() * 2;
|
||||
unsigned idx = 0;
|
||||
unsigned elim = 0;
|
||||
m_del_bin.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue