]> matita.cs.unibo.it Git - fireball-separation.git/blob - ocaml/sat.mli
Encoding of SAT problems and 3-colorability of graphs
[fireball-separation.git] / ocaml / sat.mli
1 type graph = (int * int) list\r
2 \r
3 val encode_graph : graph -> string\r