class ExpansionProofToMG3iViaSAT extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExpansionProofToMG3iViaSAT
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExpansionProofToMG3iViaSAT(expansionProof: ExpansionProof)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addClause(lower: HOLSequent, upper: HOLSequent)(p: (LKProof) => LKProof): Unit
- def addClause(p: LKProof, seq: HOLSequent): Unit
- def addClause(p: LKProof): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atom(e: ExpansionTree): Int
- def atom(f: Formula): Int
- val atomToET: Map[Int, Set[ExpansionTree]]
- val atomToEigenvars: Map[Int, Set[Var]]
- val atomToSh: Map[Int, Formula]
- val atomsWithFreeEigenvar: Map[Var, Set[Int]]
- val cc: CC
- val classical: Int
- def clause(seq: HOLSequent): Seq[Int]
- implicit def clause2sat4j(clause: Iterable[Int]): IVecInt
- val clausificationClauses: Vector[Line]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val drup: Buffer[Line]
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val evIds: Map[Var, Int]
- def expSeq(lits: Iterable[Int]): ExpansionSequent
- val expansionProof: ExpansionProof
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hasEquality: Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def implication(lits: Iterable[Int]): HOLSequent
- final def isESatisfiable(assumptions: IVecInt): Boolean
- Annotations
- @tailrec()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkCEx(eigenVariables: Set[Var], model: Iterable[Int]): List[Int]
- def modelSequent(lits: Iterable[Int]): HOLSequent
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newVar(): Int
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val proofs: Map[Set[Int], Either[LKProof, (Set[Int], (LKProof) => LKProof)]]
- def refute(eigenVariables: Set[Var], model: Vector[Int]): Result
- implicit def sat4j2clause_(clause: IVecInt): Set[Int]
- val shAtoms: Map[Formula, Int]
- def solve(): Either[HOLSequent, LKProof]
- def solve(eigenVariables: Set[Var], assumptions: Set[Int]): Result
- val solver: ISolver
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- 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.
This is the API documentation for GAPT.
The main package is gapt.