package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d

doc/libzipperposition.calculi/Libzipperposition_calculi/Simplex/index.html

Module Libzipperposition_calculi.SimplexSource

Modular and incremental implementation of the simplex.

Sourcemodule type OrderedType = sig ... end

The types of the variables used by the equations to solve

Sourcemodule type S = sig ... end
Sourcemodule Make (Var : OrderedType) : S with type var = Var.t

Functor building an implementation of the simplex solver given a totally ordered type for the variables

Higher-Level Interface

Sourcemodule type HELPER = sig ... end
OCaml

Innovation. Community. Security.