SolverResponseType of reponses for declaration and definition commands
Type of reponses for check-sat commands
Type of reponses for get-value commands. It carries the model.
Type of reponses for get-model commands. It carries the model.
Type of reponses for get-unsat-core commands. It carries the unsat core.
Type of reponses for custom commands
type response = [ | decl_response| check_sat_response| get_value_response| get_model_response| get_unsat_core_response| custom_response ]Type of all possible responses of a solver
val pp_print_response : Stdlib.Format.formatter -> response -> unitPretty-print a response to a command