mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix test build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
72b220e84a
commit
d9a51f8f8a
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue