Object

ap.theories.bitvectors

ModuloArithmetic

Related Doc: package bitvectors

Permalink

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. All

Type Members

  1. class BVNAryOp extends IndexedBVOp

    Permalink
  2. abstract class IndexedBVOp extends SortedIFunction

    Permalink

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

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

    Permalink

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

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

  4. class NAryBVPred extends SortedPredicate

    Permalink
  5. class ShiftFunction extends SortedIFunction

    Permalink
  6. class ShiftPredicate extends SortedPredicate

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AC: AC_MODULO_ARITHMETIC.type

    Permalink
    Attributes
    protected[ap.theories.bitvectors]
  5. object BVComp extends IndexedBVOp

    Permalink
  6. object BVConcat extends IndexedBVOp

    Permalink
  7. object BVExtract extends IndexedBVOp

    Permalink
  8. val MultTheory: nia.GroebnerMultiplication.type

    Permalink
  9. object SignedBVSort

    Permalink

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

  10. object UnsignedBVSort

    Permalink

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

  11. object ZeroExtend extends IndexedBVOp

    Permalink
  12. val _bv_and: Predicate

    Permalink
  13. val _bv_extract: Predicate

    Permalink
  14. val _bv_xor: Predicate

    Permalink
  15. val _l_shift_cast: ShiftPredicate

    Permalink
  16. val _mod_cast: SortedPredicate

    Permalink
  17. val _r_shift_cast: ShiftPredicate

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. val axioms: Conjunction

    Permalink

    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
  20. def bv(width: Int, num: IdealInt): ITerm

    Permalink
  21. val bv_add: BVNAryOp

    Permalink
  22. val bv_and: BVNAryOp

    Permalink
  23. val bv_ashr: BVNAryOp

    Permalink
  24. val bv_comp: BVComp.type

    Permalink
  25. val bv_concat: BVConcat.type

    Permalink
  26. val bv_extract: BVExtract.type

    Permalink
  27. val bv_lshr: BVNAryOp

    Permalink
  28. val bv_mul: BVNAryOp

    Permalink
  29. val bv_neg: BVNAryOp

    Permalink
  30. val bv_nego: NAryBVPred

    Permalink
  31. val bv_not: BVNAryOp

    Permalink
  32. val bv_or: BVNAryOp

    Permalink
  33. val bv_saddo: NAryBVPred

    Permalink
  34. val bv_sdiv: BVNAryOp

    Permalink
  35. val bv_sdivo: NAryBVPred

    Permalink
  36. val bv_shl: BVNAryOp

    Permalink
  37. val bv_sle: NAryBVPred

    Permalink
  38. val bv_slt: NAryBVPred

    Permalink
  39. val bv_smod: BVNAryOp

    Permalink
  40. val bv_smulo: NAryBVPred

    Permalink
  41. val bv_srem: BVNAryOp

    Permalink
  42. val bv_ssubo: NAryBVPred

    Permalink
  43. val bv_sub: BVNAryOp

    Permalink
  44. val bv_uaddo: NAryBVPred

    Permalink
  45. val bv_udiv: BVNAryOp

    Permalink
  46. val bv_ule: NAryBVPred

    Permalink
  47. val bv_ult: NAryBVPred

    Permalink
  48. val bv_umulo: NAryBVPred

    Permalink
  49. val bv_urem: BVNAryOp

    Permalink
  50. val bv_usubo: NAryBVPred

    Permalink
  51. val bv_xor: BVNAryOp

    Permalink
  52. def bvadd(t1: ITerm, t2: ITerm): ITerm

    Permalink
  53. def bvand(t1: ITerm, t2: ITerm): ITerm

    Permalink
  54. def bvashr(t1: ITerm, t2: ITerm): ITerm

    Permalink
  55. def bvcomp(t1: ITerm, t2: ITerm): ITerm

    Permalink
  56. def bvlshr(t1: ITerm, t2: ITerm): ITerm

    Permalink
  57. def bvmul(t1: ITerm, t2: ITerm): ITerm

    Permalink
  58. def bvneg(t: ITerm): ITerm

    Permalink
  59. def bvnego(t: ITerm): IFormula

    Permalink
  60. def bvnot(t: ITerm): ITerm

    Permalink
  61. def bvor(t1: ITerm, t2: ITerm): ITerm

    Permalink
  62. def bvsaddo(t1: ITerm, t2: ITerm): IFormula

    Permalink
  63. def bvsdiv(t1: ITerm, t2: ITerm): ITerm

    Permalink
  64. def bvsdivo(t1: ITerm, t2: ITerm): IFormula

    Permalink
  65. def bvsge(t1: ITerm, t2: ITerm): IFormula

    Permalink
  66. def bvsgt(t1: ITerm, t2: ITerm): IFormula

    Permalink
  67. def bvshl(t1: ITerm, t2: ITerm): ITerm

    Permalink
  68. def bvsle(t1: ITerm, t2: ITerm): IFormula

    Permalink
  69. def bvslt(t1: ITerm, t2: ITerm): IFormula

    Permalink
  70. def bvsmod(t1: ITerm, t2: ITerm): ITerm

    Permalink
  71. def bvsmulo(t1: ITerm, t2: ITerm): IFormula

    Permalink
  72. def bvsrem(t1: ITerm, t2: ITerm): ITerm

    Permalink
  73. def bvssubo(t1: ITerm, t2: ITerm): IFormula

    Permalink
  74. def bvsub(t1: ITerm, t2: ITerm): ITerm

    Permalink
  75. def bvuaddo(t1: ITerm, t2: ITerm): IFormula

    Permalink
  76. def bvudiv(t1: ITerm, t2: ITerm): ITerm

    Permalink
  77. def bvuge(t1: ITerm, t2: ITerm): IFormula

    Permalink
  78. def bvugt(t1: ITerm, t2: ITerm): IFormula

    Permalink
  79. def bvule(t1: ITerm, t2: ITerm): IFormula

    Permalink
  80. def bvult(t1: ITerm, t2: ITerm): IFormula

    Permalink
  81. def bvumulo(t1: ITerm, t2: ITerm): IFormula

    Permalink
  82. def bvurem(t1: ITerm, t2: ITerm): ITerm

    Permalink
  83. def bvusubo(t1: ITerm, t2: ITerm): IFormula

    Permalink
  84. def bvxor(t1: ITerm, t2: ITerm): ITerm

    Permalink
  85. def cast2Int(t: ITerm): ITerm

    Permalink

    Cast a term to an integer term.

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

    Permalink

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

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

    Permalink

    Cast a term to a signed bit-vector term.

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

    Permalink

    Cast a term to a modulo sort.

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

    Permalink

    Cast a term to an unsigned bit-vector term.

  90. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  91. def commonBitsLB(a: IdealInt, b: IdealInt): Option[Int]

    Permalink

    Compute the smallest number n such that all numbers in the interval [min(a, b), max(a, b)] have bits at and above n in common. For instance, commonBitsLB(11, 14) == Some(3) and commonBitsLB(1, -1) == None. 11 = 1011_2 14 = 1110_2

    Compute the smallest number n such that all numbers in the interval [min(a, b), max(a, b)] have bits at and above n in common. For instance, commonBitsLB(11, 14) == Some(3) and commonBitsLB(1, -1) == None. 11 = 1011_2 14 = 1110_2

    Attributes
    protected[ap.theories.bitvectors]
  92. def concat(t1: ITerm, t2: ITerm): ITerm

    Permalink
  93. val debug: Boolean

    Permalink
    Attributes
    protected[ap.theories.bitvectors]
  94. val dependencies: Iterable[Theory]

    Permalink

    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
  95. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  96. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  97. def evalExtract(start: IdealInt, end: IdealInt, number: IdealInt): IdealInt

    Permalink

    Evaluate bv_extract with concrete arguments

    Evaluate bv_extract with concrete arguments

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

    Permalink

    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
  99. def evalModCast(lower: IdealInt, upper: IdealInt, number: IdealInt): IdealInt

    Permalink

    Evaluate mod_cast with concrete arguments

    Evaluate mod_cast with concrete arguments

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

    Permalink

    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
  101. def evaluatingSimplifier(t: IExpression): IExpression

    Permalink

    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
  102. def extend(order: TermOrder): TermOrder

    Permalink

    Add the symbols defined by this theory to the order

    Add the symbols defined by this theory to the order

    Definition Classes
    Theory
  103. def extract(begin: Int, end: Int, t: ITerm): ITerm

    Permalink
  104. val functionPredicateMapping: List[(SortedIFunction, Predicate)]

    Permalink

    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
  105. val functionTranslation: Map[IFunction, Predicate]

    Permalink
  106. val functionalPredicates: Set[Predicate]

    Permalink

    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
  107. val functions: List[SortedIFunction]

    Permalink

    Interpreted functions of the theory

    Interpreted functions of the theory

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

    Permalink

    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
  109. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  110. def getLowerUpper(arguments: Seq[Term]): (IdealInt, IdealInt)

    Permalink
    Attributes
    protected[ap.theories.bitvectors]
  111. def getModulus(a: Atom): IdealInt

    Permalink
    Attributes
    protected[ap.theories.bitvectors]
  112. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  113. def iPostprocess(f: IFormula, signature: Signature): IFormula

    Permalink

    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
  114. def iPreprocess(f: IFormula, signature: Signature): (IFormula, Signature)

    Permalink

    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
  115. val int_cast: MonoSortedIFunction

    Permalink

    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

  116. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  117. def isSoundForSat(theories: Seq[Theory], config: Theory.SatSoundnessConfig.Value): Boolean

    Permalink

    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
  118. val l_shift_cast: ShiftFunction

    Permalink

    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).

  119. val mod_cast: SortedIFunction

    Permalink

    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)

  120. val modelGenPredicates: Set[Predicate]

    Permalink

    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
  121. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  122. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  123. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  124. val order: TermOrder

    Permalink
  125. val otherPreds: List[NAryBVPred]

    Permalink
  126. val plugin: Some[ModPlugin.type]

    Permalink

    Optionally, a plug-in implementing reasoning in this theory

    Optionally, a plug-in implementing reasoning in this theory

    Definition Classes
    ModuloArithmeticTheory
  127. def postSimplifiers: Seq[(IExpression) ⇒ IExpression]

    Permalink

    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
  128. def postprocess(f: Conjunction, signature: Signature): Conjunction

    Permalink

    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
  129. def pow2(bits: IdealInt): IdealInt

    Permalink
    Attributes
    protected[ap.theories.bitvectors]
  130. def pow2(bits: Int): IdealInt

    Permalink
    Attributes
    protected[ap.theories.bitvectors]
  131. def pow2MinusOne(bits: IdealInt): IdealInt

    Permalink
    Attributes
    protected[ap.theories.bitvectors]
  132. def pow2MinusOne(bits: Int): IdealInt

    Permalink
    Attributes
    protected[ap.theories.bitvectors]
  133. def pow2Mod(bits: IdealInt, modulus: IdealInt): IdealInt

    Permalink
    Attributes
    protected[ap.theories.bitvectors]
  134. val preAxioms: Formula

    Permalink
  135. val predicateMatchConfig: PredicateMatchConfig

    Permalink

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

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

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

    Permalink

    Interpreted predicates of the theory

    Interpreted predicates of the theory

    Definition Classes
    ModuloArithmeticTheory
  137. def preprocess(f: Conjunction, signature: Signature): Conjunction

    Permalink

    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
  138. val r_shift_cast: ShiftFunction

    Permalink

    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).

  139. val reducerPlugin: ReducerPluginFactory

    Permalink

    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
  140. def repeat(n: Int, t: ITerm): ITerm

    Permalink
  141. val rotate_left: BVNAryOp

    Permalink
  142. val rotate_right: BVNAryOp

    Permalink
  143. def rotateleft(t: ITerm, bits: ITerm): ITerm

    Permalink
  144. def rotateright(t: ITerm, bits: ITerm): ITerm

    Permalink
  145. def runLengthEnc(v: IdealInt, size: Int): Seq[Int]

    Permalink

    Run-length encoding of the least-significant size bits of a number, starting with the number of least-significant zeroes.

    Run-length encoding of the least-significant size bits of a number, starting with the number of least-significant zeroes. Bits beyond size are ignored.

  146. def shiftLeft(sort: ModSort, shifted: ITerm, bits: ITerm): ITerm

    Permalink

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

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

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

    Permalink

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

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

  148. def sign_extend(addWidth: Int, t: ITerm): ITerm

    Permalink
  149. val singleInstantiationPredicates: Set[Predicate]

    Permalink

    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
  150. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  151. def toString(): String

    Permalink
    Definition Classes
    ModuloArithmetic → AnyRef → Any
  152. val totalityAxioms: Conjunction

    Permalink

    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
  153. lazy val transitiveDependencies: Iterable[Theory]

    Permalink

    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
  154. val triggerRelevantFunctions: Set[IFunction]

    Permalink

    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
  155. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  156. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  157. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  158. def zero_extend(addWidth: Int, t: ITerm): ITerm

    Permalink
  159. val zero_extend: ZeroExtend.type

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Theory

Inherited from AnyRef

Inherited from Any

Ungrouped