optimus.optimization.model

Type members

Classlikes

class MPBinaryVar extends MPIntVar
Companion:
object
Companion:
class
case class MPConstraint(constraint: Constraint, index: Int, model: MPModel) extends StrictLogging

Mathematical programming model constraint.

Mathematical programming model constraint.

Value parameters:
constraint

the constraint expression

index

the index of the constraint in the model

model

the model that the constraint belongs

object MPFloatVar
class MPIntVar extends MPVar
Companion:
object
object MPIntVar
Companion:
class
class MPVar extends Var

Mathematical programming model variable.

Mathematical programming model variable.

Value parameters:
lowerBound

the lower bound in the domain

model

the model that the variable belongs

symbol

the symbol of the variable

upperBound

the upper bound in the domain

abstract class ModelSpec(solverLib: SolverLib)

Types

Value members

Concrete fields

final val INFINITE: Infinityd