3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 12:58:44 +00:00

fix wcnf front-end and unsat case in pd

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-08-23 14:25:11 -07:00
parent 149549dd52
commit 46e0ff486b

View file

@ -158,7 +158,6 @@ public:
else if (*in == 'p') {
++in;
parse_spec(num_vars, num_clauses, max_weight);
std::cout << "v " << num_vars << " c " << num_clauses << " w " << max_weight << "\n";
}
else {
unsigned weight = 0;