sidekick/util/parsedimacs.mli
2014-11-09 23:39:54 +01:00

9 lines
199 B
OCaml

(*
MSAT is free software, using the Apache license, see file LICENSE
Copyright 2014 Guillaume Bury
Copyright 2014 Simon Cruanes
*)
exception Syntax_error of int
val parse : string -> int list list