class NonInterferenceChecker2 extends SoftwareInterpolationFramework

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

Instance Constructors

  1. new NonInterferenceChecker2(progCtor: (FrameworkVocabulary) => (IFormula, StructuredProgram), id: ConstantTerm, lVars: Seq[ConstantTerm], gVars: Seq[ConstantTerm])

Type Members

  1. class ModelChecker extends AnyRef
  2. case class NIAssertion(globalState: Renaming, localState1: Renaming, localState2: Renaming)(implicit st: SigTracker) extends Product with Serializable
  3. case class NICheck(inv1: IFormula, inv2: IFormula)(implicit st: SigTracker) extends Product with Serializable
  4. case class NIInterpolation(inv1: IFormula, inv2: IFormula, path1: Int, path2: Int)(implicit st: SigTracker) extends Product with Serializable
  5. case class OwickiGriesCheck(inv1: IFormula, inv2: IFormula)(implicit st: SigTracker) extends Product with Serializable

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 allGVars: Seq[ConstantTerm]
  5. val allLVars: Seq[ConstantTerm]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def assignReadWriteTrackers(prog: StructuredProgram): StructuredProgram
  8. def assignTrackers(accesses: Seq[ITerm], Op: IFunction, tRec: ConstantTerm, t1: ConstantTerm, t2: ConstantTerm): StructuredProgram
  9. val basicSig: Signature
  10. def checkReadWriteTrackers(prog: StructuredProgram): StructuredProgram
  11. def checkTrackers(accesses: Seq[ITerm], Op: IFunction, tRec: ConstantTerm, t1: ConstantTerm, t2: ConstantTerm): StructuredProgram
  12. val checkingProgram: StructuredProgram
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  14. def dumpInterpolationProblem(transitionParts: Map[PartName, Conjunction], sig: Signature): Unit
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. val frameworkVocabulary: FrameworkVocabulary
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  18. val gVarNums: Map[ConstantTerm, Int]
  19. def genInterpolants(formulas: Seq[Conjunction], commonFormula: Conjunction, order: TermOrder): Either[Conjunction, Iterator[Conjunction]]
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. val init: IFormula
  23. var interpolationProblemBasename: String
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  24. var interpolationProblemNum: Int
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  25. lazy val interpolationProver: IncProver
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. def parseAndSimplify(input: Reader): (Map[PartName, Conjunction], Signature)

    Read a given problem, split it into the different parts, try to simplify bitvector expressions as far as possible, and convert it to internal presentation.

    Read a given problem, split it into the different parts, try to simplify bitvector expressions as far as possible, and convert it to internal presentation. Bitvector simplifications are done based on the type declarations inSigned, inUnsigned, and inArray. The problem will also be restructured such that the type declaration of a constant occurs in the first part in which the constant is used (sorted the partitions lexicographically according to their name).

    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  31. def parseProblem(reader: Reader): (IFormula, Signature)
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  32. val preludeSignature: Signature
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  33. val program: StructuredProgram
  34. def programRelation(localPre: Renaming, globalPre: Renaming, localPost: Renaming, globalPost: Renaming)(implicit st: SigTracker): IFormula
  35. val read1: ConstantTerm
  36. val read2: ConstantTerm
  37. val readRec: ConstantTerm
  38. def simplifyBitvectorFor(f: IFormula, typeAssumptions: IFormula): IFormula
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  39. def sortNamesLex[A](transitionParts: Map[PartName, A]): Seq[PartName]

    Sort the transition relations lexicographically according to their name; NO_NAME is ignored and removed

    Sort the transition relations lexicographically according to their name; NO_NAME is ignored and removed

    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toInputAbsyAndSimplify(c: Conjunction): IFormula
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  42. def toInternal(f: IFormula, sig: Signature): (Conjunction, TermOrder)
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  43. def toNamedParts(f: IFormula, sig: Signature): (Map[PartName, Conjunction], Signature)
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. val trackingProgram: StructuredProgram
  46. lazy val validityCheckProver: IncProver
    Attributes
    protected
    Definition Classes
    SoftwareInterpolationFramework
  47. implicit def voc: FrameworkVocabulary
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. val write1: ConstantTerm
  52. val write2: ConstantTerm
  53. val writeRec: ConstantTerm
  54. object InterferenceException extends Exception
  55. object OwickiGriesException extends Exception
  56. object SelectStoreCollector extends CollectingVisitor[Unit, Seq[ITerm]]

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 AnyRef

Inherited from Any

Ungrouped