Interface SymbolicIntegerType

All Superinterfaces:
SymbolicObject, SymbolicType

public interface SymbolicIntegerType extends SymbolicType
SymbolicIntegerType is an interface that contains representation for a Symbolic Integer Type: It has three kinds: - herbrand: it doesn't do simplifications, when used in equations - ideal: - bounded: Also it has a method to return the kind of the integer.
  • Method Details

    • integerKind

      a method to return the kind of the integer type.
      Returns:
      IntegerKind: either herbrand, ideal, or bounded.