mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
fix test build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
72b220e84a
commit
d9a51f8f8a
|
@ -47,9 +47,6 @@ static bool build_instance(char const * filename, sat::solver& s, sat::local_sea
|
|||
return false;
|
||||
}
|
||||
|
||||
for (unsigned i = 0; i < lits.size(); ++i) {
|
||||
local_search.add_soft(lits[i].var(), coefficients[i]);
|
||||
}
|
||||
|
||||
// read the constraints, one at a time
|
||||
int k;
|
||||
|
|
Loading…
Reference in a new issue