package libzipperposition

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

Cancellative Inferences on Rational Arithmetic

Following Uwe Waldmann's work.

Superposition, chaining and modulo reasoning for linear expressions, with congruence classes of terms and literals. Inferences are typically done with "scaled" literals, i.e. literals that are multiplied by numeric coefficients so as to bring the unified terms to the same coefficient.

module type S = sig ... end
module Make (E : Libzipperposition.Env.S) : S with module Env = E