DiscreteOrderedMedian.jl

Branch-and-bound algorithm for the discrete ordered median problem
Author claud10cv
Popularity
0 Stars
Updated Last
5 Months Ago
Started In
August 2022

DiscreteOrderedMedian.jl

Branch-and-bound algorithm for the discrete ordered median problem

Basic Usage

  1. Read an instance from Deleplanque et al, or any other data in a similar fashion, executing
julia> data = DiscreteOrderedMedian.read_deleplanque(filename)
  1. Optionally, you can modify the lambda vector, executing for instance
julia> data = DiscreteOrderedMedian.modify_lambda(data, :T1)
  1. Solve the problem using our B&B algorithm executing
julia> DiscreteOrderedMedian.bnb(data)

Used By Packages

No packages found.