BranchAndBound

mixed 0-1 ILP Solver based on Branch and bound

See also
class Object
trait Matchable
class Any

Value members

Concrete methods

def minimize(A: DenseMatrix[Double], b: DenseVector[Double], c: DenseVector[Double], x0: DenseVector[Double], integers: Seq[Int]): Unit