Inequalities.FMmodule P : Polynome.T with type r = Shostak.Combine.rmodule P = Ptype t = {ple0 : P.t; |
is_le : bool; |
dep : (Numbers.Q.t * P.t * bool) AltErgoLib.Util.MI.t; |
expl : Explanation.t; |
age : Numbers.Z.t; |
}module MINEQS : sig ... endval current_age : unit -> Numbers.Z.tval create_ineq : P.t -> P.t -> bool -> Expr.t option -> Explanation.t -> tval print_inequation : Stdlib.Format.formatter -> t -> unit