Module YicesResponse
type yices_id
type 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 list