English

Maximal and maximum transitive relation contained in a given binary relation

Data Structures and Algorithms 2018-05-24 v1

Abstract

We study the problem of finding a \textit{maximal} transitive relation contained in a given binary relation. Given a binary relation of size mm defined on a set of size nn, we present a polynomial time algorithm that finds a maximal transitive sub-relation in time O(n2+nm)O(n^2 + nm). We also study the problem of finding a \textit{maximum} transitive relation contained in a binary relation. This is the problem of computing a maximum transitive subgraph in a given digraph. For the class of directed graphs with the underlying graph being triangle-free, we present a 0.8740.874-approximation algorithm. This is achieved via a simple connection to the problem of maximum directed cut. Further, we give an upper bound for the size of any maximum transitive relation to be m/4+cm4/5m/4 + cm^{4/5}, where c>0c > 0 and mm is the number of edges in the digraph.

Keywords

Cite

@article{arxiv.1805.08953,
  title  = {Maximal and maximum transitive relation contained in a given binary relation},
  author = {Sourav Chakraborty and Shamik Ghosh and Nitesh Jha and Sasanka Roy},
  journal= {arXiv preprint arXiv:1805.08953},
  year   = {2018}
}
R2 v1 2026-06-23T02:05:11.589Z