Polynomials.NonNegativePolynomialinclude IStdlib.PrettyPrintable.PrintableTypeval pp : IStdlib.PrettyPrintable.F.formatter -> t -> unittype degree_with_term =
(UnreachableTraces.t, Degree.t * NonNegativeNonTopPolynomial.t, TopTraces.t)
Absint.AbstractDomain.Types.below_aboveval pp_hum : Stdlib.Format.formatter -> t -> unitval top : tval of_unreachable : IBase.Location.t -> tval zero : tval one : tval of_int_exn : int -> tval is_symbolic : t -> boolval is_top : t -> boolval is_unreachable : t -> boolval is_zero : t -> boolval is_one : t -> boolval of_non_negative_bound :
?degree_kind:DegreeKind.t ->
Bounds.NonNegativeBound.t ->
tval of_func_ptr : Symb.SymbolPath.partial -> tval subst :
IR.Procname.t ->
IBase.Location.t ->
t ->
Bounds.Bound.eval_sym ->
FuncPtr.Set.eval_func_ptrs ->
(IR.Procname.t -> t option) ->
default_closure_cost:Ints.NonNegativeInt.t ->
tval degree_str : t -> stringval pp_degree :
only_bigO:bool ->
Stdlib.Format.formatter ->
degree_with_term ->
unitval polynomial_traces : t -> Absint.Errlog.loc_traceval encode : t -> stringval decode : string -> tval get_degree_with_term : t -> degree_with_term