Smtml.Solver_modeSolver Mode Type. This module defines different solver modes and provides utilities for conversion, pretty-printing, and command-line argument handling.
val of_string : string -> (t, [> `Msg of string ]) Smtml_prelude.resultof_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.
val conv : t Cmdliner.Arg.convconv provides a command-line argument converter for solver modes.