Script that download instances from MIPLIB base on csv.
julia 1.0.0
curl or wget
After cloning this repository try it:
julia> include("MIPLIBDownload.jl")
julia> miplibdownloadfromcsv()This should download 11 instances from MIPLIB in a new "Test Set" folder
To download the specific set "Binary Set" from MIPLIB :
Get the list here : https://miplib.zib.de/set_binary.html
Download the csv
Put the csv in the csv/ folder
And then use julia:
julia> include("MIPLIBDownload.jl")
julia> miplibdownloadfromcsv()- MIPLIB: https://miplib.zib.de/