class ExpansionProofToMG3iViaSAT extends AnyRef

Source
ExpansionProofToMG3iViaSAT.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpansionProofToMG3iViaSAT
  2. AnyRef
  3. 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

Instance Constructors

  1. new ExpansionProofToMG3iViaSAT(expansionProof: ExpansionProof)

Type Members

  1. type Counterexample = Set[Int]
  2. type Result = Either[Counterexample, Unit]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ExpansionProofToMG3iViaSAT toany2stringadd[ExpansionProofToMG3iViaSAT] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExpansionProofToMG3iViaSAT, B)
    Implicit
    This member is added by an implicit conversion from ExpansionProofToMG3iViaSAT toArrowAssoc[ExpansionProofToMG3iViaSAT] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addClause(lower: HOLSequent, upper: HOLSequent)(p: (LKProof) => LKProof): Unit
  7. def addClause(p: LKProof, seq: HOLSequent): Unit
  8. def addClause(p: LKProof): Unit
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def atom(e: ExpansionTree): Int
  11. def atom(f: Formula): Int
  12. val atomToET: Map[Int, Set[ExpansionTree]]
  13. val atomToEigenvars: Map[Int, Set[Var]]
  14. val atomToSh: Map[Int, Formula]
  15. val atomsWithFreeEigenvar: Map[Var, Set[Int]]
  16. val cc: CC
  17. val classical: Int
  18. def clause(seq: HOLSequent): Seq[Int]
  19. implicit def clause2sat4j(clause: Iterable[Int]): IVecInt
  20. val clausificationClauses: Vector[Line]
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  22. val drup: Buffer[Line]
  23. def ensuring(cond: (ExpansionProofToMG3iViaSAT) => Boolean, msg: => Any): ExpansionProofToMG3iViaSAT
    Implicit
    This member is added by an implicit conversion from ExpansionProofToMG3iViaSAT toEnsuring[ExpansionProofToMG3iViaSAT] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (ExpansionProofToMG3iViaSAT) => Boolean): ExpansionProofToMG3iViaSAT
    Implicit
    This member is added by an implicit conversion from ExpansionProofToMG3iViaSAT toEnsuring[ExpansionProofToMG3iViaSAT] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: => Any): ExpansionProofToMG3iViaSAT
    Implicit
    This member is added by an implicit conversion from ExpansionProofToMG3iViaSAT toEnsuring[ExpansionProofToMG3iViaSAT] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): ExpansionProofToMG3iViaSAT
    Implicit
    This member is added by an implicit conversion from ExpansionProofToMG3iViaSAT toEnsuring[ExpansionProofToMG3iViaSAT] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. val evIds: Map[Var, Int]
  30. def expSeq(lits: Iterable[Int]): ExpansionSequent
  31. val expansionProof: ExpansionProof
  32. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ExpansionProofToMG3iViaSAT toStringFormat[ExpansionProofToMG3iViaSAT] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  34. val hasEquality: Boolean
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  36. def implication(lits: Iterable[Int]): HOLSequent
  37. final def isESatisfiable(assumptions: IVecInt): Boolean
    Annotations
    @tailrec()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def mkCEx(eigenVariables: Set[Var], model: Iterable[Int]): List[Int]
  40. def modelSequent(lits: Iterable[Int]): HOLSequent
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def newVar(): Int
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  45. val proofs: Map[Set[Int], Either[LKProof, (Set[Int], (LKProof) => LKProof)]]
  46. def refute(eigenVariables: Set[Var], model: Vector[Int]): Result
  47. implicit def sat4j2clause_(clause: IVecInt): Set[Int]
  48. val shAtoms: Map[Formula, Int]
  49. def solve(): Either[HOLSequent, LKProof]
  50. def solve(eigenVariables: Set[Var], assumptions: Set[Int]): Result
  51. val solver: ISolver
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def [B](y: B): (ExpansionProofToMG3iViaSAT, B)
    Implicit
    This member is added by an implicit conversion from ExpansionProofToMG3iViaSAT toArrowAssoc[ExpansionProofToMG3iViaSAT] 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 fromExpansionProofToMG3iViaSAT to any2stringadd[ExpansionProofToMG3iViaSAT]

Inherited by implicit conversion StringFormat fromExpansionProofToMG3iViaSAT to StringFormat[ExpansionProofToMG3iViaSAT]

Inherited by implicit conversion Ensuring fromExpansionProofToMG3iViaSAT to Ensuring[ExpansionProofToMG3iViaSAT]

Inherited by implicit conversion ArrowAssoc fromExpansionProofToMG3iViaSAT to ArrowAssoc[ExpansionProofToMG3iViaSAT]

Ungrouped