c

at.logic.gapt.provers.maxsat

ExternalMaxSATSolver

class ExternalMaxSATSolver extends MaxSATSolver with ExternalProgram

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExternalMaxSATSolver
  2. ExternalProgram
  3. MaxSATSolver
  4. Logger
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExternalMaxSATSolver(command: String*)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ExternalMaxSATSolver to any2stringadd[ExternalMaxSATSolver] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExternalMaxSATSolver, B)
    Implicit
    This member is added by an implicit conversion from ExternalMaxSATSolver to ArrowAssoc[ExternalMaxSATSolver] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val command: String*
  9. def debug(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  10. def ensuring(cond: (ExternalMaxSATSolver) ⇒ Boolean, msg: ⇒ Any): ExternalMaxSATSolver
    Implicit
    This member is added by an implicit conversion from ExternalMaxSATSolver to Ensuring[ExternalMaxSATSolver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (ExternalMaxSATSolver) ⇒ Boolean): ExternalMaxSATSolver
    Implicit
    This member is added by an implicit conversion from ExternalMaxSATSolver to Ensuring[ExternalMaxSATSolver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): ExternalMaxSATSolver
    Implicit
    This member is added by an implicit conversion from ExternalMaxSATSolver to Ensuring[ExternalMaxSATSolver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): ExternalMaxSATSolver
    Implicit
    This member is added by an implicit conversion from ExternalMaxSATSolver to Ensuring[ExternalMaxSATSolver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def error(msg: ⇒ Any, e: Throwable): Nothing
    Attributes
    protected
    Definition Classes
    Logger
  17. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ExternalMaxSATSolver to StringFormat[ExternalMaxSATSolver] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  23. val isInstalled: Boolean
    Definition Classes
    ExternalMaxSATSolverExternalProgram
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def makeVerbose(): Unit
    Definition Classes
    Logger
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. def runProgram(dimacsInput: String): String
    Attributes
    protected
  30. 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
  31. 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
  32. def solve(hard: TraversableOnce[HOLClause], soft: TraversableOnce[(HOLClause, Int)]): Option[Interpretation]
    Definition Classes
    MaxSATSolver
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def warn(msg: ⇒ Any, e: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logger
  40. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  41. def [B](y: B): (ExternalMaxSATSolver, B)
    Implicit
    This member is added by an implicit conversion from ExternalMaxSATSolver to ArrowAssoc[ExternalMaxSATSolver] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ExternalProgram

Inherited from MaxSATSolver

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ExternalMaxSATSolver to any2stringadd[ExternalMaxSATSolver]

Inherited by implicit conversion StringFormat from ExternalMaxSATSolver to StringFormat[ExternalMaxSATSolver]

Inherited by implicit conversion Ensuring from ExternalMaxSATSolver to Ensuring[ExternalMaxSATSolver]

Inherited by implicit conversion ArrowAssoc from ExternalMaxSATSolver to ArrowAssoc[ExternalMaxSATSolver]

Ungrouped