o

at.logic.gapt.provers.maxsat

bestAvailableMaxSatSolver

object bestAvailableMaxSatSolver extends MaxSATSolver

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bestAvailableMaxSatSolver
  2. MaxSATSolver
  3. Logger
  4. AnyRef
  5. 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. val actualSolver: MaxSATSolver
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def makeVerbose(): Unit
    Definition Classes
    Logger
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. 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
    bestAvailableMaxSatSolverMaxSATSolver
  22. def solve(hard: Formula, soft: TraversableOnce[(Formula, 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
  23. def solve(hard: TraversableOnce[HOLClause], soft: TraversableOnce[(HOLClause, Int)]): Option[Interpretation]
    Definition Classes
    MaxSATSolver
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def warn(msg: ⇒ Any, e: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logger
  31. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger

Inherited from MaxSATSolver

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped