Smtml.Solver_modeSourceSolver Mode Type. This module defines different solver modes and provides utilities for conversion, pretty-printing, and command-line argument handling.
The type t represents different solver modes.
of_string str parses a string into a solver mode.
str is the input string. Returns `Ok mode if parsing is successful, or `Error `Msg if the string does not match a known solver mode.
conv provides a command-line argument converter for solver modes.