Packages

c

optimus.optimization

AbstractMPProblem

abstract class AbstractMPProblem extends StrictLogging

Should define the problem we are about to solve

Linear Supertypes
StrictLogging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractMPProblem
  2. StrictLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractMPProblem()

Abstract Value Members

  1. abstract def instantiateSolver(): AbstractMPSolver
    Attributes
    protected

Concrete 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. def add(constraint: Constraint): MPConstraint
  5. def addAllConstraints(): Unit
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def checkConstraints(tol: Double = 10e-6): Boolean
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. val constraints: ArrayBuffer[MPConstraint]
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  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
    Annotations
    @native()
  14. def getStatus: ProblemStatus
  15. def getValue(varIndex: Int): Option[Double]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  19. def maximize(expression: Expression): AbstractMPProblem
  20. def minimize(expression: Expression): AbstractMPProblem
  21. var minimize: Boolean
    Attributes
    protected
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. var objective: Expression
    Attributes
    protected
  26. def objectiveValue(): Double
  27. def optimize(expression: Expression, minimize: Boolean): AbstractMPProblem
    Attributes
    protected
  28. var reOptimize: Boolean
    Attributes
    protected
  29. def register(variable: MPVariable): Int
  30. def release(): Unit
  31. def setVarBounds(variable: MPVariable): Unit
    Attributes
    protected
  32. def setVariableProperties(): Unit
    Attributes
    protected
  33. var solution: HashMap[Int, Double]
    Attributes
    protected
  34. def solveProblem(preSolve: PreSolve): Unit
  35. lazy val solver: AbstractMPSolver
    Attributes
    protected
  36. def start(timeLimit: Int = Int.MaxValue, preSolve: PreSolve = PreSolve.DISABLE): Boolean
  37. var status: ProblemStatus.Value
    Attributes
    protected
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def variable(i: Int): MPVariable
  41. val variables: ArrayBuffer[MPVariable]
    Attributes
    protected
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped