object ToySolver extends ExternalMaxSATSolver

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToySolver
  2. ExternalMaxSATSolver
  3. ExternalProgram
  4. MaxSATSolver
  5. Logger
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val command: String*
    Definition Classes
    ExternalMaxSATSolver
  7. def debug(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def error(msg: ⇒ Any, e: Throwable): Nothing
    Attributes
    protected
    Definition Classes
    Logger
  11. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  16. val isInstalled: Boolean
    Definition Classes
    ExternalMaxSATSolverExternalProgram
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def makeVerbose(): Unit
    Definition Classes
    Logger
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. def runProgram(dimacsInput: String): String
    Attributes
    protected
    Definition Classes
    ExternalMaxSATSolver
  23. def solve(hard: CNF, soft: Seq[(Clause, Int)]): Option[Model]

    Solves a weighted partial MaxSAT problem.

    Solves a weighted partial MaxSAT problem.

    hard

    Hard constraints in CNF.

    soft

    Soft constraints in CNF along with their weights.

    returns

    None if hard is unsatisfiable, otherwise Some(model), where model is a model of hard maximizing the sum of the weights of soft.

    Definition Classes
    ExternalMaxSATSolverMaxSATSolver
  24. def solve(hard: HOLFormula, soft: TraversableOnce[(HOLFormula, Int)]): Option[Interpretation]

    hard

    Hard constraints.

    soft

    Soft constraints along with their weights.

    returns

    None if hard is unsatisfiable, otherwise Some(model), where model is a model of hard maximizing the sum of the weights of soft.

    Definition Classes
    MaxSATSolver
  25. def solve(hard: TraversableOnce[HOLClause], soft: TraversableOnce[(HOLClause, Int)]): Option[Interpretation]
    Definition Classes
    MaxSATSolver
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def warn(msg: ⇒ Any, e: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logger
  33. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger

Inherited from ExternalMaxSATSolver

Inherited from ExternalProgram

Inherited from MaxSATSolver

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped