AffineEqualityDenseDomain.ExpressionBounds
As it is specifically used for the new affine equality domain, it can only provide bounds if the expression contains known constants only and in that case, min and max are the same.
module Vc : ArrayVector.ArrayVectorFunctor
module Mx : ArrayMatrix.ArrayMatrixFunctor
type t = VarManagement(Vc)(Mx).t
val bound_texpr : t -> GobApron.Texpr1.t -> Z.t option * Z.t option