libzipperposition.calculi
Libzipperposition_calculi.Simplex
Modular and incremental implementation of the simplex.
libzipperposition
libzipperposition.phases
module type OrderedType = sig ... end
The types of the variables used by the equations to solve
module type S = sig ... end
module 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
module type HELPER = sig ... end
module MakeHelp (Var : OrderedType) : HELPER with type external_var = Var.t