Module Sidekick_arith_lra.Simplex2

Fast Simplex for CDCL(T)

We follow the paper "Integrating Simplex with DPLL(T )" from de Moura and Dutertre.

module type VAR = Sidekick_arith_lra__.Linear_expr_intf.VAR
module Op : sig ... end
module type S = sig ... end
module Make : functor (Var : VAR) -> S with module V = Var