Make.Result
type t =
| Sat
sat
| Unsat
unsat
| Unknown
unknown
A satisfiability result.
val to_string : t -> string
to_string t get string representation of this result.
to_string t
String representation of this result.