Say we have a set of variables X={ x_1, x_2, ...., x_n}. The goal is to sort the set of elements in X without knowing the values and only using a set of known inequalities such as ( x_i < x_k ). These inequalities come from a noisy source so they contain wrong inequalities as well. Therefore we need an "approximate sorting algorithm". Can someone direct me to some sources of information on related topics?