module Solve:sig
..end
val solve : string -> bool * string * (string * string) list
val solve_file : bool -> bool -> string -> string -> unit
solve_file filename dest
will process all equations in
filename
, and write an output in dest.res
.