scala.tools.nsc.typechecker.PatternMatching

DPLLSolver

trait DPLLSolver extends CNF

Source
PatternMatching.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DPLLSolver
  2. CNF
  3. Logic
  4. Prettification
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AbsVar extends AnyRef

    Definition Classes
    Logic
  2. case class And(a: Prop, b: Prop) extends Prop with Product with Serializable

    Definition Classes
    Logic
  3. type Clause = Set[Lit]

    Definition Classes
    CNF
  4. abstract type Const

    Definition Classes
    Logic
  5. case class Eq(p: Var, q: Const) extends Prop with Product with Serializable

    Definition Classes
    Logic
  6. type Formula = ArrayBuffer[Clause]

    Definition Classes
    CNFLogic
  7. type FormulaBuilder = ArrayBuffer[Clause]

    Definition Classes
    CNFLogic
  8. class Lit extends AnyRef

    Definition Classes
    DPLLSolverCNF
  9. type Model = Map[Sym, Boolean]

    Definition Classes
    Logic
  10. case class Not(a: Prop) extends Prop with Product with Serializable

    Definition Classes
    Logic
  11. case class Or(a: Prop, b: Prop) extends Prop with Product with Serializable

    Definition Classes
    Logic
  12. class Prop extends AnyRef

    Definition Classes
    Logic
  13. trait PropMap extends AnyRef

    Definition Classes
    Logic
  14. trait PropTraverser extends AnyRef

    Definition Classes
    Logic
  15. abstract case class Sym(variable: Var, const: Const) extends Prop with Product with Serializable

    Definition Classes
    Logic
  16. abstract type TypeConst <: Const

    Definition Classes
    Logic
  17. trait TypeConstExtractor extends AnyRef

    Definition Classes
    Logic
  18. class UniqueSym extends Sym

    Definition Classes
    Logic
  19. abstract type Var <: AbsVar

    Definition Classes
    Logic

Abstract Value Members

  1. abstract def NullConst: Const

    Definition Classes
    Logic
  2. abstract def TypeConst: TypeConstExtractor

    Definition Classes
    Logic

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (DPLLSolver, B)

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to ArrowAssoc[DPLLSolver] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def /\(props: Iterable[Prop]): Prop

    Definition Classes
    Logic
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. val EmptyModel: Map[Sym, Boolean]

    Definition Classes
    DPLLSolverLogic
  10. object False extends Prop with Product with Serializable

    Definition Classes
    Logic
  11. def Lit(sym: Sym, pos: Boolean = true): Lit

    Definition Classes
    DPLLSolverCNF
  12. val NoModel: Model

    Definition Classes
    DPLLSolverLogic
  13. object Sym extends Serializable

    Definition Classes
    Logic
  14. object True extends Prop with Product with Serializable

    Definition Classes
    Logic
  15. def \/(props: Iterable[Prop]): Prop

    Definition Classes
    Logic
  16. def addFormula(buff: FormulaBuilder, f: Formula): Unit

    Definition Classes
    CNFLogic
  17. def alignAcrossRows(xss: List[List[AnyRef]], sep: String, lineSep: String = "\n"): String

    Definition Classes
    Prettification
  18. def alignedColumns(cols: Seq[AnyRef]): Seq[String]

    Definition Classes
    Prettification
  19. def andFormula(a: Formula, b: Formula): Formula

    Definition Classes
    CNFLogic
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clause(l: Lit*): Clause

    Definition Classes
    CNF
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def cnfString(f: Formula): String

    Definition Classes
    DPLLSolverLogic
  24. def ensuring(cond: (DPLLSolver) ⇒ Boolean, msg: ⇒ Any): DPLLSolver

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to Ensuring[DPLLSolver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (DPLLSolver) ⇒ Boolean): DPLLSolver

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to Ensuring[DPLLSolver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: ⇒ Any): DPLLSolver

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to Ensuring[DPLLSolver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): DPLLSolver

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to Ensuring[DPLLSolver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def eqFreePropToSolvable(p: Prop): Formula

    Definition Classes
    CNFLogic
  30. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def findAllModelsFor(f: Formula): List[Model]

    Definition Classes
    DPLLSolverLogic
  33. def findModelFor(f: Formula): Model

    Definition Classes
    DPLLSolverLogic
  34. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  35. def formula(c: Clause*): Formula

    Definition Classes
    CNF
  36. def formulaBuilder: ArrayBuffer[Set[Lit]]

    Definition Classes
    CNFLogic
  37. def formulaBuilderSized(init: Int): ArrayBuffer[Clause]

    Definition Classes
    CNF
  38. def gatherVariables(p: Prop): Set[Var]

    Definition Classes
    Logic
  39. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  40. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  45. def propToSolvable(p: Prop): Formula

    Definition Classes
    Logic
  46. def removeVarEq(props: List[Prop], modelNull: Boolean = false): (Formula, List[Formula])

    Definition Classes
    Logic
  47. def simplifyFormula(a: Formula): Formula

    Definition Classes
    CNFLogic
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toFormula(buff: FormulaBuilder): Formula

    Definition Classes
    CNFLogic
  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  54. def [B](y: B): (DPLLSolver, B)

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to ArrowAssoc[DPLLSolver] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dPLLSolver: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dPLLSolver: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: DPLLSolver

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to ArrowAssoc[DPLLSolver] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dPLLSolver: ArrowAssoc[DPLLSolver]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: DPLLSolver

    Implicit information
    This member is added by an implicit conversion from DPLLSolver to Ensuring[DPLLSolver] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dPLLSolver: Ensuring[DPLLSolver]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from CNF

Inherited from Logic

Inherited from Prettification

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DPLLSolver to StringAdd

Inherited by implicit conversion any2stringfmt from DPLLSolver to StringFormat

Inherited by implicit conversion any2ArrowAssoc from DPLLSolver to ArrowAssoc[DPLLSolver]

Inherited by implicit conversion any2Ensuring from DPLLSolver to Ensuring[DPLLSolver]

Ungrouped