State

gapt.logic.hol.scan.State
See theState companion object
case class State(activeClauses: Set[HOLClause], derivation: Derivation, remainingAllowedSteps: Option[Int], oneSidedOnly: Boolean, allowResolutionOnBaseLiterals: Boolean)

Describes the state of the SCAN saturation process at any given time

Value parameters

activeClauses

the active clause set

allowResolutionOnBaseLiterals

@see allowResolutionOnBaseLiterals option of scsan

derivation

the current derivation we are at

oneSidedOnly

@see oneSidedOnly option of scan

remainingAllowedInferences

the remaining number of inference steps. If None, an arbitrary amount of inferences is allowed

Attributes

Companion
object
Source
scan.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isEliminated: Boolean

Attributes

Source
scan.scala
def isFirstOrder(expr: Expr): Boolean

Attributes

Source
scan.scala

Attributes

Source
scan.scala

Attributes

Source
scan.scala

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala