Module Sidekick_arith_lra
Linear Rational Arithmetic
module Simplex2 : sig ... end
module Predicate : sig ... endmodule Linear_expr : sig ... endArithmetic expressions
module S_op = Simplex2.Optype pred= Sidekick_arith_lra__.Linear_expr_intf.bool_op=|Leq|Geq|Lt|Gt|Eq|Neqtype op=|Plus|Minustype 'a lra_view=|LRA_pred of pred * 'a * 'a|LRA_op of op * 'a * 'a|LRA_mult of Q.t * 'a|LRA_const of Q.t|LRA_simplex_var of 'a|LRA_simplex_pred of 'a * S_op.t * Q.t|LRA_other of 'a
module type ARG = sig ... endmodule type S = sig ... end