Packages

trait TreesAndTypesDomain extends PropositionalLogic with CheckableTreeAndTypeAnalysis

Source
Logic.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TreesAndTypesDomain
  2. CheckableTreeAndTypeAnalysis
  3. PropositionalLogic
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AbsVar extends AnyRef
    Definition Classes
    PropositionalLogic
  2. final case class And(ops: Set[Prop]) extends Prop with Product with Serializable
    Definition Classes
    PropositionalLogic
  3. final case class AtMostOne(ops: List[Sym]) extends Prop with Product with Serializable
    Definition Classes
    PropositionalLogic
  4. final case class Eq(p: Var, q: Const) extends Prop with Product with Serializable
    Definition Classes
    PropositionalLogic
  5. final case class Not(a: Prop) extends Prop with Product with Serializable
    Definition Classes
    PropositionalLogic
  6. final case class Or(ops: Set[Prop]) extends Prop with Product with Serializable
    Definition Classes
    PropositionalLogic
  7. sealed abstract class Prop extends AnyRef
    Definition Classes
    PropositionalLogic
  8. trait PropMap extends AnyRef
    Definition Classes
    PropositionalLogic
  9. trait PropTraverser extends AnyRef
    Definition Classes
    PropositionalLogic
  10. final case class Solution(model: Model, unassigned: List[Sym]) extends Product with Serializable
    Definition Classes
    PropositionalLogic
  11. final class Sym extends Prop
    Definition Classes
    PropositionalLogic
  12. trait TypeConstExtractor extends AnyRef
    Definition Classes
    PropositionalLogic
  13. trait ValueConstExtractor extends AnyRef
    Definition Classes
    PropositionalLogic
  14. trait VarExtractor extends AnyRef
    Definition Classes
    PropositionalLogic
  15. sealed abstract class Const extends AnyRef
  16. type Model = Map[Sym, Boolean]
    Definition Classes
    PropositionalLogic
  17. abstract type Solvable
    Definition Classes
    PropositionalLogic
  18. type Tree = Global.Tree
  19. type Type = Global.Type
  20. sealed class TypeConst extends Const
  21. sealed class ValueConst extends Const
  22. class Var extends AbsVar

Abstract Value Members

  1. abstract val EmptyModel: Model
    Definition Classes
    PropositionalLogic
  2. abstract val NoModel: Model
    Definition Classes
    PropositionalLogic
  3. abstract def eqFreePropToSolvable(f: Prop): Solvable
    Definition Classes
    PropositionalLogic
  4. abstract def findAllModelsFor(solvable: Solvable, sym: Global.Symbol = NoSymbol): List[Solution]
    Definition Classes
    PropositionalLogic
  5. abstract def hasModel(solvable: Solvable): Boolean
    Definition Classes
    PropositionalLogic
  6. abstract def reportWarning(message: String): Unit
    Definition Classes
    PropositionalLogic
  7. abstract val typer: (analyzer)#Typer
  8. abstract def uncheckedWarning(pos: Global.Position, msg: String, site: Global.Symbol): Unit
    Definition Classes
    PropositionalLogic

Concrete Value Members

  1. object AnalysisBudget
    Definition Classes
    PropositionalLogic
  2. object And extends java.io.Serializable
    Definition Classes
    PropositionalLogic
  3. case object False extends Prop with Product with Serializable
    Definition Classes
    PropositionalLogic
  4. object Or extends java.io.Serializable
    Definition Classes
    PropositionalLogic
  5. object Sym
    Definition Classes
    PropositionalLogic
  6. case object True extends Prop with Product with Serializable
    Definition Classes
    PropositionalLogic
  7. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def ##: Int
    Definition Classes
    AnyRef → Any
  9. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TreesAndTypesDomain toany2stringadd[TreesAndTypesDomain] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  10. def ->[B](y: B): (TreesAndTypesDomain, B)
    Implicit
    This member is added by an implicit conversion from TreesAndTypesDomain toArrowAssoc[TreesAndTypesDomain] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  11. def /\(props: Iterable[Prop]): Prop
    Definition Classes
    PropositionalLogic
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def \/(props: Iterable[Prop]): Prop
    Definition Classes
    PropositionalLogic
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def checkableType(tp: Global.Type): Global.Type
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. def ensuring(cond: (TreesAndTypesDomain) => Boolean, msg: => Any): TreesAndTypesDomain
    Implicit
    This member is added by an implicit conversion from TreesAndTypesDomain toEnsuring[TreesAndTypesDomain] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (TreesAndTypesDomain) => Boolean): TreesAndTypesDomain
    Implicit
    This member is added by an implicit conversion from TreesAndTypesDomain toEnsuring[TreesAndTypesDomain] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: => Any): TreesAndTypesDomain
    Implicit
    This member is added by an implicit conversion from TreesAndTypesDomain toEnsuring[TreesAndTypesDomain] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): TreesAndTypesDomain
    Implicit
    This member is added by an implicit conversion from TreesAndTypesDomain toEnsuring[TreesAndTypesDomain] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def enumerateSubtypes(tp: Global.Type, grouped: Boolean): List[List[Global.Type]]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. def gatherSymbols(p: Prop): Set[Sym]
    Definition Classes
    PropositionalLogic
  26. def gatherVariables(p: Prop): Set[Var]
    Definition Classes
    PropositionalLogic
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def prepareNewAnalysis(): Unit
  34. def propToSolvable(p: Prop): Solvable
    Definition Classes
    PropositionalLogic
  35. def removeVarEq(props: List[Prop], modelNull: Boolean = false): (Prop, List[Prop])
    Definition Classes
    PropositionalLogic
  36. def simplify(f: Prop): Prop

    Simplifies propositional formula according to the following rules: - eliminate double negation (avoids unnecessary Tseitin variables) - flatten trees of same connectives (avoids unnecessary Tseitin variables) - removes constants and connectives that are in fact constant because of their operands - eliminates duplicate operands - convert formula into NNF: all sub-expressions have a positive polarity which makes them amenable for the subsequent Plaisted transformation and increases chances to figure out that the formula is already in CNF

    Simplifies propositional formula according to the following rules: - eliminate double negation (avoids unnecessary Tseitin variables) - flatten trees of same connectives (avoids unnecessary Tseitin variables) - removes constants and connectives that are in fact constant because of their operands - eliminates duplicate operands - convert formula into NNF: all sub-expressions have a positive polarity which makes them amenable for the subsequent Plaisted transformation and increases chances to figure out that the formula is already in CNF

    Complexity: DFS over formula tree

    See https://www.decision-procedures.org/slides/propositional_logic-2x3.pdf

    Definition Classes
    PropositionalLogic
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def uncheckableType(tp: Global.Type): Boolean
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. object Const
  44. case object NullConst extends Const with Product with Serializable
  45. object TypeConst extends TypeConstExtractor
  46. object ValueConst extends ValueConstExtractor
  47. object Var extends VarExtractor

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TreesAndTypesDomain toStringFormat[TreesAndTypesDomain] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (TreesAndTypesDomain, B)
    Implicit
    This member is added by an implicit conversion from TreesAndTypesDomain toArrowAssoc[TreesAndTypesDomain] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromTreesAndTypesDomain to any2stringadd[TreesAndTypesDomain]

Inherited by implicit conversion StringFormat fromTreesAndTypesDomain to StringFormat[TreesAndTypesDomain]

Inherited by implicit conversion Ensuring fromTreesAndTypesDomain to Ensuring[TreesAndTypesDomain]

Inherited by implicit conversion ArrowAssoc fromTreesAndTypesDomain to ArrowAssoc[TreesAndTypesDomain]

Ungrouped