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:
parent
149549dd52
commit
46e0ff486b
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue