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