mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
detail in th-lra
This commit is contained in:
parent
a7e7b38d1b
commit
c873346047
2 changed files with 4 additions and 5 deletions
|
|
@ -4,11 +4,9 @@
|
|||
open Sidekick_core
|
||||
open Sidekick_cc
|
||||
module Intf = Intf
|
||||
open Intf
|
||||
include Intf
|
||||
module SI = SMT.Solver_internal
|
||||
|
||||
module type ARG = Intf.ARG
|
||||
|
||||
module Tag = struct
|
||||
type t = Lit of Lit.t | CC_eq of E_node.t * E_node.t
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
(** Linear Rational Arithmetic *)
|
||||
|
||||
module Intf = Intf
|
||||
open Intf
|
||||
|
||||
module type ARG = Intf.ARG
|
||||
include module type of struct
|
||||
include Intf
|
||||
end
|
||||
|
||||
(* TODO
|
||||
type state
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue