package libzipperposition

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

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.