package electrod

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Libelectrod.SolverSource

Abstraction of solver-specific LTL and models wrt any concrete implementation in a given model-checker.

Sourcemodule type ATOMIC_PROPOSITION = sig ... end

Abstract type for atomic propositions of LTL.

Sourcemodule type LTL = sig ... end

Abstract type of LTL (contains pElo connectives as well as basic counting capabilities).

Builds an LTL implementation out of an implementation of atomicic propositions.

Sourcetype script_type =
  1. | Default of string
  2. | File of string
Sourcemodule type MODEL = sig ... end
OCaml

Innovation. Community. Security.