package electrod

  1. Overview
  2. Docs
Formal analysis for the Electrod formal pivot language

Install

Dune Dependency

Authors

Maintainers

Sources

electrod-1.0.0.tbz
sha256=4da251e58d97c797d6e940e586d225a09715777fbb1b25c5527a6a2e1e3c2d58
sha512=89c45ebd0d3401b17eac4217289ed21ec87135ab5fa62bf63b2bed1ad1435a381e3434582c2ec99c2e6d8d87ce23cecfa7ba14d76234493992ae06879b808dd2

doc/electrod.libelectrod/Libelectrod/Smv/Make_SMV_LTL/index.html

Module Smv.Make_SMV_LTLSource

Given an implementation for atoms, provides a LTL implementation with a pretty printing function for Solver formulas.

Parameters

Signature

Sourcemodule Atomic = At
Sourcetype tcomp =
  1. | Lte
  2. | Lt
  3. | Gte
  4. | Gt
  5. | Eq
  6. | Neq
Sourcetype t = private
  1. | Comp of tcomp * term * term
  2. | True
  3. | False
  4. | Atomic of Atomic.t
  5. | Not of t
  6. | And of t * t
  7. | Or of t * t
  8. | Imp of t * t
  9. | Iff of t * t
  10. | Xor of t * t
  11. | Ite of t * t * t
  12. | X of t
  13. | F of t
  14. | G of t
  15. | Y of t
  16. | O of t
  17. | H of t
  18. | U of t * t
  19. | R of t * t
  20. | S of t * t
  21. | T of t * t
Sourceand term = private
  1. | Num of int
  2. | Plus of term * term
  3. | Minus of term * term
  4. | Neg of term
  5. | Count of t list
Sourceval true_ : t
Sourceval false_ : t
Sourceval atomic : Atomic.t -> t
Sourceval not_ : t -> t
Sourceval and_ : t -> t Lazy.t -> t
Sourceval or_ : t -> t Lazy.t -> t
Sourceval implies : t -> t Lazy.t -> t
Sourceval xor : t -> t -> t
Sourceval iff : t -> t -> t
Sourceval conj : t list -> t
Sourceval disj : t list -> t
Sourceval wedge : range:'a Iter.t -> ('a -> t Lazy.t) -> t
Sourceval vee : range:'a Iter.t -> ('a -> t Lazy.t) -> t
Sourceval ifthenelse : t -> t -> t -> t
Sourceval next : t -> t
Sourceval always : t -> t
Sourceval eventually : t -> t
Sourceval yesterday : t -> t
Sourceval once : t -> t
Sourceval historically : t -> t
Sourceval until : t -> t -> t
Sourceval releases : t -> t -> t
Sourceval since : t -> t -> t
Sourceval triggered : t -> t -> t
Sourceval num : int -> term
Sourceval plus : term -> term -> term
Sourceval minus : term -> term -> term
Sourceval neg : term -> term
Sourceval count : t list -> term
Sourceval comp : tcomp -> term -> term -> t
Sourceval lt : tcomp
Sourceval lte : tcomp
Sourceval gt : tcomp
Sourceval gte : tcomp
Sourceval eq : tcomp
Sourceval neq : tcomp
Sourcemodule Infix : sig ... end
Sourceval pp : Format.formatter -> t -> unit
Sourceval pp_gather_variables : ?next_is_X:bool -> Atomic.t Iter.t ref -> Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.