Skip to content

Commit

Permalink
Update data source [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 15, 2024
1 parent 77179ae commit 8f2dd2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/build/sources/hen.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const HEN_DATA = Dict(
"arXiv-1903-10928-3r3x" => Dict(
:url => "https://github.com/JuliaQUBO/QUBOLib.jl/releases/download/mirror/arXiv-1903-10928-3r3x.zip",
:url => "https://github.com/JuliaQUBO/QUBOLib.jl/releases/download/data-mirror/arXiv-1903-10928-3r3x.zip",
:data => Dict{String,Any}(
"name" => "3-Regular 3-XORSAT (arXiv:1903.10928)",
"author" => ["Itay Hen"],
Expand All @@ -10,7 +10,7 @@ const HEN_DATA = Dict(
),
),
"arXiv-1903-10928-5r5x" => Dict(
:url => "https://github.com/JuliaQUBO/QUBOLib.jl/releases/download/mirror/arXiv-1903-10928-5r5x.zip",
:url => "https://github.com/JuliaQUBO/QUBOLib.jl/releases/download/data-mirror/arXiv-1903-10928-5r5x.zip",
:data => Dict{String,Any}(
"name" => "5-Regular 5-XORSAT (arXiv:1903.10928)",
"author" => ["Itay Hen"],
Expand All @@ -20,7 +20,7 @@ const HEN_DATA = Dict(
),
),
"arXiv-2103-08464-3r3x" => Dict(
:url => "https://github.com/JuliaQUBO/QUBOLib.jl/releases/download/mirror/arXiv-2103-08464-3r3x.zip",
:url => "https://github.com/JuliaQUBO/QUBOLib.jl/releases/download/data-mirror/arXiv-2103-08464-3r3x.zip",
:data => Dict{String,Any}(
"name" => "3-Regular 3-XORSAT (arXiv:2103.08464)",
"author" => ["Matthew Kowalsky", "Tameem Albash", "Itay Hen", "Daniel A. Lidar"],
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/sources/qplib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function _get_qplib_var_map(path::AbstractString, n::Integer = 1)
return Dict{Int,Int}(v => i for (i, v) in enumerate(sort!(collect(var_set))))
end

const QPLIB_URL = "http://qplib.zib.de/qplib.zip"
const QPLIB_URL = "https://github.com/JuliaQUBO/QUBOLib.jl/releases/download/data-mirror/qplib.zip"

function build_qplib!(index::QUBOLib.LibraryIndex; cache::Bool = true)
if QUBOLib.has_collection(index, "qplib")
Expand Down

0 comments on commit 8f2dd2c

Please sign in to comment.