package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Assert of Expr.t
  2. | Check_sat of Expr.t list
  3. | Declare_const of {
    1. id : Symbol.t;
    2. sort : Symbol.t;
    }
  4. | Echo of string
  5. | Exit
  6. | Get_assertions
  7. | Get_assignment
  8. | Get_info of string
  9. | Get_option of string
  10. | Get_model
  11. | Get_value of Expr.t list
  12. | Pop of int
  13. | Push of int
  14. | Reset
  15. | Reset_assertions
  16. | Set_info of Expr.t
  17. | Set_logic of Ty.logic
  18. | Set_option of Expr.t
type script = t list
val to_string : t -> string
OCaml

Innovation. Community. Security.