Adds an numeric abstract value to this numeric abstract value.
Divides this numeric abstract value by another numeric abstract value.
Abstracts a list of concrete values into an abstract value of the value abstract domain.
Gets the maximum of this numeric abstract value and another numeric abstract value.
Gets the minimum of this numeric abstract value and another numeric abstract value.
Multiplies this numeric abstract value with another numeric abstract value.
Negates this numeric abstract value.
Checks whether the current abstract value satisfies a concrete value (i.e. includes a concrete value).
Optionalcomparator: NumericalComparatorTernary for the returned satisfiability result
Subtracts an numeric abstract value from this numeric abstract value.
A numeric value abstract domain with numeric operations and a satisfiability check.