3
0
Fork 0
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:
Nikolaj Bjorner 2019-02-11 14:44:12 -08:00
parent 72b220e84a
commit d9a51f8f8a

View file

@ -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;