Skip to content
Paul Anderson edited this page Jun 29, 2021 · 4 revisions

Ranking Problem Library

Linear Ordering Library

Instance Format

{ 
    "obj": numeric            // objective value defined from the linear ordering problem 
    "D": dictionary           // dictionary representation of the D matrix
    "solutions": list         // list of solutions
    "max_tau_solutions": list // pair of solutions with the maximum value of Kendal tau
}
Clone this wiki locally