Skip to content

rliang/qubo-benchmark-instances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qubo-benchmark-instances

A script for downloading benchmark instances of the QUBO problem.

Usage

wget -O- https://raw.githubusercontent.com/rliang/qubo-benchmark-instances/main/get.py | python3 -

This will retrieve the instances to the current directory, one per file.

Output format

The direction of optimization is assumed to be minimization, and the matrices are in lower-triangular form.

  • The first line contains n.
  • Each subsequent line until the end of the file contains i j Qij, where j <= i.

Metadata

The metadata file contains a JSON object where each key is the filename of a benchmark instance and each value is an object containing the following data:

  • n: the number of variables of the instance.
  • density: the density of the instance, as a percentage of n².
  • best: the best known solution value of the instance in the literature.

Instance sets

About

A script for downloading benchmark instances of the QUBO problem.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages