YicesResponsetype yices_resp_p = | YNoResp| YSuccess| YCustom of string| YError| YRespSat of (HStringSExpr.t * HStringSExpr.t) list| YRespUnknown of (HStringSExpr.t * HStringSExpr.t) list| YRespUnsat of yices_id listval yices_id_of_int : int -> yices_idval int_of_yices_id : yices_id -> intval pp_print_yices_id : Stdlib.Format.formatter -> yices_id -> unit