BranchAndBound
object BranchAndBound
mixed 0-1 ILP Solver based on Branch and bound
- See also:
Value members
Concrete methods
def minimize(A: DenseMatrix[Double], b: DenseVector[Double], c: DenseVector[Double], x0: DenseVector[Double], integers: Seq[Int]): Unit