Mc2_dimacsSourceThis library provides a parser for DIMACS files, to represent SAT problems.
http://www.satcompetition.org/2009/format-benchmarks2009.html
Key to build atoms
Parse a file into a list of clauses.
Solve a problem
val process :
?gc:bool ->
?restarts:bool ->
?dot_proof:string ->
?pp_model:bool ->
?check:bool ->
?time:float ->
?memory:float ->
?progress:bool ->
?switch:Mc2_core.Util.Switch.t ->
Mc2_core.Solver.t ->
Mc2_core.atom list list ->
unit or_errorAdd clauses to solver, solve, and prints the results.