mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -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_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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue