Trait

inox.solvers.unrolling

AbstractUnrollingSolver

Related Doc: package unrolling

Permalink

trait AbstractUnrollingSolver extends Solver

Self Type
AbstractUnrollingSolver
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractUnrollingSolver
  2. Solver
  3. AbstractSolver
  4. Interruptible
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Assumptions = Set[Trees]

    Permalink
    Definition Classes
    AbstractSolver
  2. abstract type Encoded

    Permalink
    Attributes
    protected
  3. type Model = inox.Model { val program: AbstractUnrollingSolver.this.program.type }

    Permalink
    Definition Classes
    SolverAbstractSolver
  4. trait ModelWrapper extends AnyRef

    Permalink
  5. case class SolverUnsupportedError(t: Tree, reason: Option[String] = None) extends UnsupportedTree with Product with Serializable

    Permalink
    Definition Classes
    AbstractSolver
  6. type Trees = ast.Trees.Expr

    Permalink
    Definition Classes
    SolverAbstractSolver

Abstract Value Members

  1. abstract val chooses: ChooseEncoder { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected
  2. abstract val context: Context

    Permalink
    Definition Classes
    AbstractSolver
  3. abstract def declareVariable(v: ast.Trees.Variable): Encoded

    Permalink
    Attributes
    protected
  4. abstract val encoder: ProgramTransformer { val sourceProgram: AbstractUnrollingSolver.this.program.type }

    Permalink
    Attributes
    protected
  5. abstract def name: String

    Permalink
    Definition Classes
    AbstractSolver
  6. abstract val program: Program

    Permalink
    Definition Classes
    AbstractSolver
  7. implicit abstract val semantics: Program.Semantics

    Permalink
    Attributes
    protected
  8. implicit abstract val targetSemantics: (targetProgram)#Semantics

    Permalink
    Attributes
    protected
  9. abstract val templates: Templates { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected
  10. abstract val theories: ProgramTransformer { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected
  11. abstract val underlying: AbstractSolver { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected
  12. abstract def wrapModel(model: (underlying)#Model): ModelWrapper

    Permalink
    Attributes
    protected

Concrete 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. object SolverUnsupportedError extends Serializable

    Permalink
    Definition Classes
    AbstractSolver
  5. var abort: Boolean

    Permalink
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def assertCnstr(expression: ast.Trees.Expr): Unit

    Permalink
  8. def check(config: CheckConfiguration): Response[Model, Assumptions]

    Permalink
  9. def checkAssumptions(config: Configuration)(assumptions: Set[ast.Trees.Expr]): Response[Model, Assumptions]

    Permalink
  10. lazy val checkModels: Boolean

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def dbg(msg: ⇒ Any): Unit

    Permalink
    Definition Classes
    AbstractSolver
  13. implicit val debugSection: DebugSection

    Permalink
    Definition Classes
    AbstractSolver
  14. def declare(vd: ast.Trees.ValDef): Unit

    Permalink
    Definition Classes
    AbstractUnrollingSolverSolver
  15. final def decode(tpe: ast.Trees.Type): ast.Trees.Type

    Permalink
    Attributes
    protected
  16. final def decode(e: ast.Trees.Expr): ast.Trees.Expr

    Permalink
    Attributes
    protected
  17. final def decode(v: ast.Trees.Variable): ast.Trees.Variable

    Permalink
    Attributes
    protected
  18. final def decode(vd: ast.Trees.ValDef): ast.Trees.ValDef

    Permalink
    Attributes
    protected
  19. final def encode(tpe: ast.Trees.Type): ast.Trees.Type

    Permalink
    Attributes
    protected
  20. final def encode(e: ast.Trees.Expr): ast.Trees.Expr

    Permalink
    Attributes
    protected
  21. final def encode(v: ast.Trees.Variable): ast.Trees.Variable

    Permalink
    Attributes
    protected
  22. final def encode(vd: ast.Trees.ValDef): ast.Trees.ValDef

    Permalink
    Attributes
    protected
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. lazy val feelingLucky: Boolean

    Permalink
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def free(): Unit

    Permalink
  28. val freeVars: IncrementalMap[ast.Trees.Variable, Encoded]

    Permalink
    Attributes
    protected
  29. lazy val fullEncoder: ProgramTransformer { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def getResultSolver: Option[Solver]

    Permalink
    Definition Classes
    Solver
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. def interrupt(): Unit

    Permalink
    Definition Classes
    AbstractUnrollingSolverInterruptible
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. lazy val modelFinding: Boolean

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. var pause: Boolean

    Permalink
    Attributes
    protected
  40. def pop(): Unit

    Permalink
  41. lazy val programEncoder: ProgramTransformer { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected
  42. def push(): Unit

    Permalink
  43. def reset(): Unit

    Permalink
  44. lazy val s: Program.trees.type

    Permalink
    Attributes
    protected
  45. lazy val silentErrors: Boolean

    Permalink
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. lazy val t: ((programEncoder)#targetProgram)#trees.type

    Permalink
    Attributes
    protected
  48. lazy val targetProgram: (programEncoder)#targetProgram

    Permalink
    Attributes
    protected
  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. lazy val unrollAssumptions: Boolean

    Permalink
  51. lazy val unrollFactor: Int

    Permalink
  52. def unsupported(t: Tree, str: String): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractSolver
  53. def unsupported(t: Tree): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractSolver
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Solver

Inherited from AbstractSolver

Inherited from Interruptible

Inherited from AnyRef

Inherited from Any

Ungrouped