Replies: 1 comment 1 reply
-
SAT solvers like CaDiCaL do two major kind of things:
19% means that 81% have been removed, which is here done by variable elimination (indicated by the Limitation based on conflicts with To your questions:
Look at a talk on SAT solving given at a summer school, like this one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to using cadical. Using the command line tool, I'm having some problems understanding console output and simplified CNF output (-o argument)
There's a lot of stuff on the console output that I don't understand, but I'm mostly interested in the remaining variables. For instance, here's some output:
The other thing I'm trying to understand is the -o argument. I was using it with the -t option in an attempt to go to a certain point, then write out the file, but it's flaky. Sometimes it writes to the file, sometimes it doesn't. Had better luck with putting in a decision limit with -d. Specifically I put in a limit that would get me to the 19% remaining variables in my above example.
So, what is confusing about -o is I'm not sure I understand what the output file is representing.
Sorry for all the questions. Just trying to get up to speed quickly on how this all works. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions