Packages

package model

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class MPBinaryVar extends MPIntVar
  2. case class MPConstraint(constraint: Constraint, index: Int, model: MPModel) extends StrictLogging with Product with Serializable

    Mathematical programming model constraint.

    Mathematical programming model constraint.

    constraint

    the constraint expression

    index

    the index of the constraint in the model

    model

    the model that the constraint belongs

  3. type MPFloatVar = MPVar
  4. class MPIntVar extends MPVar
  5. class MPVar extends Var

    Mathematical programming model variable.

  6. abstract class ModelSpec extends AnyRef

Value Members

  1. final val INFINITE: Double(Infinity)
  2. object MPBinaryVar
  3. object MPFloatVar
  4. object MPIntVar

Inherited from AnyRef

Inherited from Any

Ungrouped