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 = Map[ast.Trees.ValDef, ast.Trees.Expr]

    Permalink
    Definition Classes
    SolverAbstractSolver
  4. trait ModelWrapper extends AnyRef

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

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

    Permalink
    Definition Classes
    SolverAbstractSolver

Abstract Value Members

  1. abstract def declareVariable(v: ast.Trees.Variable): Encoded

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

    Permalink
    Attributes
    protected
  3. abstract val evaluator: DeterministicEvaluator with SolvingEvaluator { val program: AbstractUnrollingSolver.this.program.type }

    Permalink
    Attributes
    protected
  4. abstract def free(): Unit

    Permalink
    Definition Classes
    AbstractSolver
  5. abstract def name: String

    Permalink
    Definition Classes
    AbstractSolver
  6. abstract val options: Options

    Permalink
    Definition Classes
    AbstractSolver
  7. abstract val program: Program

    Permalink
    Definition Classes
    AbstractSolver
  8. abstract val templates: Templates { ... /* 2 definitions in type refinement */ }

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

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

    Permalink
    Attributes
    protected
  11. 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: DebugSectionSolver.type

    Permalink
    Definition Classes
    AbstractSolver
  14. final def decode(tpe: ast.Trees.Type): ast.Trees.Type

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

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

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

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

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

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

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

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

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

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

    Permalink
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

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

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

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

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

    Permalink
    Definition Classes
    Any
  31. lazy val modelFinding: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. var pause: Boolean

    Permalink
    Attributes
    protected
  36. def pop(): Unit

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

    Permalink
    Attributes
    protected
  38. def push(): Unit

    Permalink
  39. lazy val reporter: Reporter

    Permalink
    Definition Classes
    AbstractSolver
  40. def reset(): Unit

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

    Permalink
    Attributes
    protected
  42. lazy val silentErrors: Boolean

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

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

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

    Permalink
    Attributes
    protected
  46. def toString(): String

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

    Permalink
  48. lazy val unrollFactor: Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. 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