Packages

o

ap.theories.bitvectors

ModuloArithmetic

object ModuloArithmetic extends Theory

Theory for performing bounded modulo-arithmetic (arithmetic modulo some number N). This in particular includes bit-vector/machine arithmetic.

Linear Supertypes
Theory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModuloArithmetic
  2. Theory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class BVNAryOp extends IndexedBVOp
  2. class BVOrder extends SortedPredicate
  3. abstract class IndexedBVOp extends SortedIFunction

    Generic class to represent families of functions, indexed by a vector of bit-widths.

  4. case class ModSort(lower: IdealInt, upper: IdealInt) extends ProxySort with TheorySort with Product with Serializable

    Modulo sorts, representing the interval [lower, upper] with wrap-around arithmetic.

  5. class ShiftFunction extends SortedIFunction
  6. class ShiftPredicate extends SortedPredicate

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val MultTheory: nia.GroebnerMultiplication.type
  5. val _bv_extract: Predicate
  6. val _l_shift_cast: ShiftPredicate
  7. val _mod_cast: SortedPredicate
  8. val _r_shift_cast: ShiftPredicate
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val axioms: Conjunction

    Axioms defining the theory; such axioms are simply added as formulae to the problem to be proven, and thus handled using the standard reasoning techniques (including e-matching).

    Axioms defining the theory; such axioms are simply added as formulae to the problem to be proven, and thus handled using the standard reasoning techniques (including e-matching).

    Definition Classes
    ModuloArithmeticTheory
  11. def bv(width: Int, num: IdealInt): ITerm
  12. val bv_add: BVNAryOp
  13. val bv_and: BVNAryOp
  14. val bv_ashr: BVNAryOp
  15. val bv_comp: BVComp.type
  16. val bv_concat: BVConcat.type
  17. val bv_extract: BVExtract.type
  18. val bv_lshr: BVNAryOp
  19. val bv_mul: BVNAryOp
  20. val bv_neg: BVNAryOp
  21. val bv_not: BVNAryOp
  22. val bv_or: BVNAryOp
  23. val bv_sdiv: BVNAryOp
  24. val bv_shl: BVNAryOp
  25. val bv_sle: BVOrder
  26. val bv_slt: BVOrder
  27. val bv_smod: BVNAryOp
  28. val bv_srem: BVNAryOp
  29. val bv_sub: BVNAryOp
  30. val bv_udiv: BVNAryOp
  31. val bv_ule: BVOrder
  32. val bv_ult: BVOrder
  33. val bv_urem: BVNAryOp
  34. val bv_xnor: BVNAryOp
  35. val bv_xor: BVNAryOp
  36. def bvadd(t1: ITerm, t2: ITerm): ITerm
  37. def bvand(t1: ITerm, t2: ITerm): ITerm
  38. def bvashr(t1: ITerm, t2: ITerm): ITerm
  39. def bvcomp(t1: ITerm, t2: ITerm): ITerm
  40. def bvlshr(t1: ITerm, t2: ITerm): ITerm
  41. def bvmul(t1: ITerm, t2: ITerm): ITerm
  42. def bvneg(t: ITerm): ITerm
  43. def bvnot(t: ITerm): ITerm
  44. def bvor(t1: ITerm, t2: ITerm): ITerm
  45. def bvsdiv(t1: ITerm, t2: ITerm): ITerm
  46. def bvsge(t1: ITerm, t2: ITerm): IFormula
  47. def bvsgt(t1: ITerm, t2: ITerm): IFormula
  48. def bvshl(t1: ITerm, t2: ITerm): ITerm
  49. def bvsle(t1: ITerm, t2: ITerm): IFormula
  50. def bvslt(t1: ITerm, t2: ITerm): IFormula
  51. def bvsmod(t1: ITerm, t2: ITerm): ITerm
  52. def bvsrem(t1: ITerm, t2: ITerm): ITerm
  53. def bvsub(t1: ITerm, t2: ITerm): ITerm
  54. def bvudiv(t1: ITerm, t2: ITerm): ITerm
  55. def bvuge(t1: ITerm, t2: ITerm): IFormula
  56. def bvugt(t1: ITerm, t2: ITerm): IFormula
  57. def bvule(t1: ITerm, t2: ITerm): IFormula
  58. def bvult(t1: ITerm, t2: ITerm): IFormula
  59. def bvurem(t1: ITerm, t2: ITerm): ITerm
  60. def bvxnor(t1: ITerm, t2: ITerm): ITerm
  61. def bvxor(t1: ITerm, t2: ITerm): ITerm
  62. def cast2Int(t: ITerm): ITerm

    Cast a term to an integer term.

  63. def cast2Interval(lower: IdealInt, upper: IdealInt, t: ITerm): ITerm

    Cast a term to an integer interval, with modulo semantics.

  64. def cast2SignedBV(bits: Int, t: ITerm): ITerm

    Cast a term to a signed bit-vector term.

  65. def cast2Sort(sort: ModSort, t: ITerm): ITerm

    Cast a term to a modulo sort.

  66. def cast2UnsignedBV(bits: Int, t: ITerm): ITerm

    Cast a term to an unsigned bit-vector term.

  67. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  68. def concat(t1: ITerm, t2: ITerm): ITerm
  69. val debug: Boolean
    Attributes
    protected[bitvectors]
  70. val dependencies: Iterable[Theory]

    Optionally, other theories that this theory depends on.

    Optionally, other theories that this theory depends on. Specified dependencies will be loaded before this theory, but the preprocessors of the dependencies will be called after the preprocessor of this theory.

    Definition Classes
    ModuloArithmeticTheory
  71. val directlyEncodeExtract: Boolean
    Attributes
    protected[bitvectors]
  72. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  73. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  74. def evalExtract(start: IdealInt, end: IdealInt, number: IdealInt): IdealInt

    Evaluate bv_extract with concrete arguments

  75. def evalFun(f: IFunApp): Option[ITerm]

    Optionally, a function evaluating theory functions applied to concrete arguments, represented as constructor terms.

    Optionally, a function evaluating theory functions applied to concrete arguments, represented as constructor terms.

    Definition Classes
    ModuloArithmeticTheory
  76. def evalModCast(lower: IdealInt, upper: IdealInt, number: IdealInt): IdealInt

    Evaluate mod_cast with concrete arguments

  77. def evalPred(a: IAtom): Option[Boolean]

    Optionally, a function evaluating theory predicates applied to concrete arguments, represented as constructor terms.

    Optionally, a function evaluating theory predicates applied to concrete arguments, represented as constructor terms.

    Definition Classes
    ModuloArithmeticTheory
  78. def evaluatingSimplifier(t: IExpression): IExpression

    A simplification function that applies the methods evalFun and evalPred to some given expression (but not recursively).

    A simplification function that applies the methods evalFun and evalPred to some given expression (but not recursively). This is used in the Theory.postSimplifiers methods.

    Definition Classes
    Theory
  79. def extend(order: TermOrder): TermOrder

    Add the symbols defined by this theory to the order

    Add the symbols defined by this theory to the order

    Definition Classes
    Theory
  80. def extract(begin: Int, end: Int, t: ITerm): ITerm
  81. val functionPredicateMapping: List[(SortedIFunction, Predicate)]

    Mapping of interpreted functions to interpreted predicates, used translating input ASTs to internal ASTs (the latter only containing predicates).

    Mapping of interpreted functions to interpreted predicates, used translating input ASTs to internal ASTs (the latter only containing predicates).

    Definition Classes
    ModuloArithmeticTheory
  82. val functionTranslation: Map[IFunction, Predicate]
  83. val functionalPredicates: Set[Predicate]

    Information which of the predicates satisfy the functionality axiom; at some internal points, such predicates can be handled more efficiently

    Information which of the predicates satisfy the functionality axiom; at some internal points, such predicates can be handled more efficiently

    Definition Classes
    ModuloArithmeticTheory
  84. val functions: List[SortedIFunction]

    Interpreted functions of the theory

    Interpreted functions of the theory

    Definition Classes
    ModuloArithmeticTheory
  85. def generateDecoderData(model: Conjunction): Option[TheoryDecoderData]

    If this theory defines any Theory.Decoder, which can translate model data into some theory-specific representation, this function can be overridden to pre-compute required data from a model.

    If this theory defines any Theory.Decoder, which can translate model data into some theory-specific representation, this function can be overridden to pre-compute required data from a model.

    Definition Classes
    Theory
  86. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  87. def getLowerUpper(arguments: Seq[Term]): (IdealInt, IdealInt)
    Attributes
    protected[bitvectors]
  88. def getModulus(a: Atom): IdealInt
    Attributes
    protected[bitvectors]
  89. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  90. def iPostprocess(f: IFormula, signature: Signature): IFormula

    Optionally, a post-processor that is applied to formulas output by the prover, for instance to interpolants or the result of quantifier elimination.

    Optionally, a post-processor that is applied to formulas output by the prover, for instance to interpolants or the result of quantifier elimination. This method will be applied to the formula after calling Internal2Inputabsy.

    Definition Classes
    ModuloArithmeticTheory
  91. def iPreprocess(f: IFormula, signature: Signature): (IFormula, Signature)

    Optionally, a pre-processor that is applied to formulas over this theory, prior to sending the formula to a prover.

    Optionally, a pre-processor that is applied to formulas over this theory, prior to sending the formula to a prover. This method will be applied very early in the translation process.

    Definition Classes
    ModuloArithmeticTheory
  92. val int_cast: MonoSortedIFunction

    Function to map the modulo-sorts back to integers.

    Function to map the modulo-sorts back to integers. Semantically this is just the identify function

  93. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  94. def isSoundForSat(theories: Seq[Theory], config: Theory.SatSoundnessConfig.Value): Boolean

    Check whether we can tell that the given combination of theories is sound for checking satisfiability of a problem, i.e., if proof construction ends up in a dead end, can it be concluded that a problem is satisfiable.

    Check whether we can tell that the given combination of theories is sound for checking satisfiability of a problem, i.e., if proof construction ends up in a dead end, can it be concluded that a problem is satisfiable.

    Definition Classes
    ModuloArithmeticTheory
  95. val l_shift_cast: ShiftFunction

    Function for multiplying any number t with 2^n and mapping to an interval [lower, upper].

    Function for multiplying any number t with 2^n and mapping to an interval [lower, upper]. The function is applied as l_shift_cast(lower, upper, t, n).

  96. val mod_cast: SortedIFunction

    Function for mapping any number to an interval [lower, upper].

    Function for mapping any number to an interval [lower, upper]. The function is applied as mod_cast(lower, upper, number)

  97. val modelGenPredicates: Set[Predicate]

    Optionally, a set of predicates used by the theory to tell the PresburgerModelFinder about terms that will be handled exclusively by this theory.

    Optionally, a set of predicates used by the theory to tell the PresburgerModelFinder about terms that will be handled exclusively by this theory. If a proof goal in model generation mode contains an atom p(x), for p in this set, then the PresburgerModelFinder will ignore x when assigning concrete values to symbols.

    Definition Classes
    Theory
  98. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  99. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  100. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  101. val order: TermOrder
  102. val otherPreds: List[BVOrder]
  103. val plugin: Some[ModPlugin.type]

    Optionally, a plug-in implementing reasoning in this theory

    Optionally, a plug-in implementing reasoning in this theory

    Definition Classes
    ModuloArithmeticTheory
  104. def postSimplifiers: Seq[(IExpression) => IExpression]

    Optionally, simplifiers that are applied to formulas output by the prover, for instance to interpolants or the result of quantifier.

    Optionally, simplifiers that are applied to formulas output by the prover, for instance to interpolants or the result of quantifier. Such simplifiers are invoked by ap.parser.Simplifier. By default, this list will only include the evaluatingSimplifier.

    Definition Classes
    Theory
  105. def postprocess(f: Conjunction, order: TermOrder): Conjunction

    Optionally, a post-processor that is applied to formulas output by the prover, for instance to interpolants or the result of quantifier elimination.

    Optionally, a post-processor that is applied to formulas output by the prover, for instance to interpolants or the result of quantifier elimination. This method will be applied to the raw formulas, before calling Internal2Inputabsy.

    Definition Classes
    Theory
  106. def pow2(bits: IdealInt): IdealInt
    Attributes
    protected[bitvectors]
  107. def pow2(bits: Int): IdealInt
    Attributes
    protected[bitvectors]
  108. def pow2MinusOne(bits: IdealInt): IdealInt
    Attributes
    protected[bitvectors]
  109. def pow2MinusOne(bits: Int): IdealInt
    Attributes
    protected[bitvectors]
  110. def pow2Mod(bits: IdealInt, modulus: IdealInt): IdealInt
    Attributes
    protected[bitvectors]
  111. val preAxioms: Formula
  112. val predicateMatchConfig: PredicateMatchConfig

    Information how interpreted predicates should be handled for e-matching.

    Information how interpreted predicates should be handled for e-matching.

    Definition Classes
    ModuloArithmeticTheory
  113. val predicates: Seq[Predicate]

    Interpreted predicates of the theory

    Interpreted predicates of the theory

    Definition Classes
    ModuloArithmeticTheory
  114. def preprocess(f: Conjunction, order: TermOrder): Conjunction

    Optionally, a pre-processor that is applied to formulas over this theory, prior to sending the formula to a prover.

    Optionally, a pre-processor that is applied to formulas over this theory, prior to sending the formula to a prover.

    Definition Classes
    ModuloArithmeticTheory
  115. val r_shift_cast: ShiftFunction

    Function for dividing any number t by 2^n, rounding towards negative, and mapping to an interval [lower, upper].

    Function for dividing any number t by 2^n, rounding towards negative, and mapping to an interval [lower, upper]. The function is applied as r_shift_cast(lower, upper, t, n).

  116. val reducerPlugin: ReducerPluginFactory

    Optionally, a plugin for the reducer applied to formulas both before and during proving.

    Optionally, a plugin for the reducer applied to formulas both before and during proving.

    Definition Classes
    ModuloArithmeticTheory
  117. def shiftLeft(sort: ModSort, shifted: ITerm, bits: ITerm): ITerm

    Shift the term shifted a number of bits to the left, staying within the given sort.

  118. def shiftRight(sort: ModSort, shifted: ITerm, bits: ITerm): ITerm

    Shift the term shifted a number of bits to the right, staying within the given sort.

  119. def sign_extend(addWidth: Int, t: ITerm): ITerm
  120. val singleInstantiationPredicates: Set[Predicate]

    When instantiating existentially quantifier formulas, EX phi, at most one instantiation is necessary provided that all predicates in phi are contained in this set.

    When instantiating existentially quantifier formulas, EX phi, at most one instantiation is necessary provided that all predicates in phi are contained in this set.

    Definition Classes
    ModuloArithmeticTheory
  121. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  122. def toString(): String
    Definition Classes
    ModuloArithmetic → AnyRef → Any
  123. val totalityAxioms: Conjunction

    Additional axioms that are included if the option +genTotalityAxioms is given to Princess.

    Additional axioms that are included if the option +genTotalityAxioms is given to Princess.

    Definition Classes
    ModuloArithmeticTheory
  124. lazy val transitiveDependencies: Iterable[Theory]

    Dependencies closed under transitivity, i.e., also including the dependencies of dependencies.

    Dependencies closed under transitivity, i.e., also including the dependencies of dependencies.

    Definition Classes
    Theory
  125. val triggerRelevantFunctions: Set[IFunction]

    A list of functions that should be considered in automatic trigger generation

    A list of functions that should be considered in automatic trigger generation

    Definition Classes
    ModuloArithmeticTheory
  126. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  127. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  128. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  129. def zero_extend(addWidth: Int, t: ITerm): ITerm
  130. val zero_extend: ZeroExtend.type
  131. object BVComp extends IndexedBVOp
  132. object BVConcat extends IndexedBVOp
  133. object BVExtract extends IndexedBVOp
  134. object SignedBVSort

    Object to create and recognise modulo sorts representing signed bit-vectors.

  135. object UnsignedBVSort

    Object to create and recognise modulo sorts representing unsigned bit-vectors.

  136. object ZeroExtend extends IndexedBVOp

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Theory

Inherited from AnyRef

Inherited from Any

Ungrouped