3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +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') { else if (*in == 'p') {
++in; ++in;
parse_spec(num_vars, num_clauses, max_weight); parse_spec(num_vars, num_clauses, max_weight);
std::cout << "v " << num_vars << " c " << num_clauses << " w " << max_weight << "\n";
} }
else { else {
unsigned weight = 0; unsigned weight = 0;