Class

util.sat

NNFAtomWitnessEncoder

Related Doc: package sat

Permalink

case class NNFAtomWitnessEncoder(nnf: Expr, keyAtom: Atom, primaryEncoder: NNFToCircuitEncoder, circuit: FormulaLike) extends (Expr) ⇒ Int with Product with Serializable

Translates NNF expressions to witness circuit for keyAtom.

Linear Supertypes
Serializable, Serializable, Product, Equals, (Expr) ⇒ Int, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NNFAtomWitnessEncoder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Function1
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NNFAtomWitnessEncoder(nnf: Expr, keyAtom: Atom, primaryEncoder: NNFToCircuitEncoder, circuit: FormulaLike)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (Int) ⇒ A): (Expr) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(e: Expr): Int

    Permalink

    Translates the given NNF formula as a witness circuit.

    Translates the given NNF formula as a witness circuit.

    Definition Classes
    NNFAtomWitnessEncoder → Function1
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def atomCacheFunc: PartialFunction[Expr, Int]

    Permalink

    Returns the current atom translation cache as an immutable function.

  8. def atoms: Map[Atom, Int]

    Permalink

    returns

    An immutable map from nnf Atoms to circuit variables.

  9. val circuit: FormulaLike

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compose[A](g: (A) ⇒ Expr): (A) ⇒ Int

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. def encode(): Unit

    Permalink

    Translate nnf formula to witness circuit, declares resulting gate as output.

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def exprCacheFunc: PartialFunction[Expr, Int]

    Permalink

    Returns the current expression translation cache as an immutable function.

  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. var input: Option[Int]

    Permalink

    New free input of the witness circuit corresponding to the key atom.

  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val keyAtom: Atom

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. val nnf: Expr

    Permalink
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. var output: Option[Int]

    Permalink

    Outputs of the witness circuit.

  25. val primaryEncoder: NNFToCircuitEncoder

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (Expr) ⇒ Int

Inherited from AnyRef

Inherited from Any

Ungrouped