detail in th-lra

This commit is contained in:
Simon Cruanes 2022-08-05 21:56:45 -04:00
parent a7e7b38d1b
commit c873346047
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 4 additions and 5 deletions

View file

@ -4,11 +4,9 @@
open Sidekick_core open Sidekick_core
open Sidekick_cc open Sidekick_cc
module Intf = Intf module Intf = Intf
open Intf include Intf
module SI = SMT.Solver_internal module SI = SMT.Solver_internal
module type ARG = Intf.ARG
module Tag = struct module Tag = struct
type t = Lit of Lit.t | CC_eq of E_node.t * E_node.t type t = Lit of Lit.t | CC_eq of E_node.t * E_node.t

View file

@ -1,9 +1,10 @@
(** Linear Rational Arithmetic *) (** Linear Rational Arithmetic *)
module Intf = Intf module Intf = Intf
open Intf
module type ARG = Intf.ARG include module type of struct
include Intf
end
(* TODO (* TODO
type state type state