English

Double Threshold Digraphs

Data Structures and Algorithms 2018-06-27 v2

Abstract

A semiorder is a model of preference relations where each element xx is associated with a utility value α(x)\alpha(x), and there is a threshold tt such that yy is preferred to xx iff α(y)>α(x)+t\alpha(y) > \alpha(x)+t. These are motivated by the notion that there is some uncertainty in the utility values we assign an object or that a subject may be unable to distinguish a preference between objects whose values are close. However, they fail to model the well-known phenomenon that preferences are not always transitive. Also, if we are uncertain of the utility values, it is not logical that preference is determined absolutely by a comparison of them with an exact threshold. We propose a new model in which there are two thresholds, t1t_1 and t2t_2; if the difference α(y)α(x)\alpha(y) - \alpha(x) less than t1t_1, then yy is not preferred to xx; if the difference is greater than t2t_2 then yy is preferred to xx; if it is between t1t_1 and t2t_2, then then yy may or may not be preferred to xx. We call such a relation a double-threshold semiorder, and the corresponding directed graph G=(V,E)G = (V,E) a double threshold digraph. Every directed acyclic graph is a double threshold graph; bounds on t2/t1t_2/t_1 give a nested hierarchy of subclasses of the directed acyclic graphs. In this paper we characterize the subclasses in terms of forbidden subgraphs, and give algorithms for finding an assignment of of utility values that explains the relation in terms of a given (t1,t2)(t_1,t_2) or else produces a forbidden subgraph, and finding the minimum value λ\lambda of t2/t1t_2/t_1 that is satisfiable for a given directed acyclic graph. We show that λ\lambda gives a measure of the complexity of a directed acyclic graph with respect to several optimization problems that are NP-hard on arbitrary directed acyclic graphs.

Keywords

Cite

@article{arxiv.1702.06614,
  title  = {Double Threshold Digraphs},
  author = {Peter Hamburger and Ross M. McConnell and Attila Pór and Jeremy P. Spinrad},
  journal= {arXiv preprint arXiv:1702.06614},
  year   = {2018}
}
R2 v1 2026-06-22T18:24:45.675Z