class
ParallelFileProver extends Prover
Instance Constructors
-
new
ParallelFileProver(createReader: () ⇒ Reader, timeout: Int, output: Boolean, userDefStoppingCond: ⇒ Boolean, settings: Iterator[Configuration], maxParallelProvers: Int, runUntilProof: Boolean, prelResultPrinter: (Prover) ⇒ Unit, threadNum: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
getAssumedFormulaParts(certificate: Certificate): Set[PartName]
-
final
def
getClass(): Class[_]
-
-
def
getInputFormulaParts: Map[PartName, IFormula]
-
-
def
hashCode(): Int
-
def
isInconclusiveResult(res: Result): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isPreliminaryResult(res: Result): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
val
successfulProver: Option[Prover]
-
val
successfulProverNum: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any
Prover that tries to solve a given problem using a number of different strategies in parallel. Each individual strategy is run using the
IntelliFileProver
class.