-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Sometimes the simplified CNF produced by coprocessor is empty. I don't know how to interpret this result.
For example, here's a very simple CNF:
p cnf 3 3
1 -2 -3 0
-1 2 -3 0
-1 -2 3 0
Run the command:
./coprocessor -dimacs=preprocessed -enabled_cp3 -ppOnly -rate input
The contents of the file preprocessed is simply:
p cnf 3 0
Is it an error? Or does it imply that input cannot be simplified?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels