Skip to main content

Questions tagged [directed-graphs]

A directed graph is a graph with directed edges. Loops and 2-cycles are usually allowed. See also the tag *quiver*.

Filter by
Sorted by
Tagged with
1 vote
1 answer
165 views

I am looking for references on a structure on a simple graph which I call "locally directed" derived from half-edges. This means on a simple graph $G$ consider its half-edge representation $...
Jens Fischer's user avatar
1 vote
0 answers
118 views

Are there any heuristics to compute the spectral norm of the adjacency matrix of this directed graph connected to prime numbers? Let $p$ be a prime and $n$ be a natural number. Define inductively for ...
mathoverflowUser's user avatar
1 vote
1 answer
155 views

Let $G$ be a directed graph on $n$ vertices, with adjacency matrix $A \in \{0,1\}^{n \times n}$ (loops allowed). It is well-known that if one row of $A$ is a real linear combination of other rows, ...
ABB's user avatar
  • 4,150
2 votes
1 answer
300 views

Let $k\in \mathbb{N}_+$, let $\mathcal{P}_k$ denote the set of directed graphs obtained as Hasse diagrams of posets on $k$ vertices, and let $\mathcal{Dir}_k$ denote the set of connected directed ...
AB_IM's user avatar
  • 4,822
0 votes
0 answers
52 views

Let us focus on the category of directed graphs whose adjacency matrix (or random walk operator) is diagonalizable. Is there any spectral clustering algorithm that is specifically designed to operate ...
ABB's user avatar
  • 4,150
0 votes
0 answers
62 views

I have a pretty concrete combinatorial question that showed up in my research. Given $N$ vertices and $p$ edges how many directed bridgeless, loop-free, multigraphs can one construct? I would be happy ...
almosteverywhere's user avatar
0 votes
0 answers
135 views

We know that all adjacency matrices are square matrices. When our weighted directed graphs have loops or parallel edges, we obtain adjacency matrices that are, in general, asymmetric or non-Hermitian ...
Shasa's user avatar
  • 79
0 votes
0 answers
55 views

I have not been able to find a solution to this problem, the way I approached it was by trying to combine a greedy approach for encompassing nodes and topological sorting for prerequisites. Context: I'...
duq's user avatar
  • 1
2 votes
0 answers
185 views

I am working on a combinatorial optimization problem and have constructed a bipartite graph as a representation of a directed graph. The construction is as follows: Given an initial directed graph $G$ ...
stefanabikaram's user avatar
1 vote
0 answers
138 views

Given a directed graph $ G $ with $ n $ nodes, we can represent this graph using an adjacency matrix $ A $. The stochastic matrix $ S $ can be derived from the adjacency matrix using the following ...
ABB's user avatar
  • 4,150
5 votes
1 answer
476 views

Consider a directed graph with out-degree exactly two with $n$ vertices $v_1, v_2 \cdots v_n$ that is constructed as follows: For each vertex $v_i$, one chooses uniformly at random two (not ...
JoshuaZ's user avatar
  • 8,405
1 vote
2 answers
297 views

Given a directed graph $G$ with non-singular adjacency matrix, Q. Is there a directed subgraph $H$ in $G$ that can be represented as the union of disjoint cycles such that $H$ contains all nodes of $...
ABB's user avatar
  • 4,150
2 votes
0 answers
52 views

Question: do digraphs $G(V,A)$, whose adjacency matrix exhibits certain symmetries, have mathematically interesting properties? The most famous such symmetry is $(i,j)\in A\iff(j,i)\in A$ for which ...
Manfred Weis's user avatar
2 votes
1 answer
272 views

One definition of tree in graph theory could be as follows: A tree is a(n undirected) graph for which there is a unique (undirected) path between any pair of vertices. This suggest a possible ...
Manfred Weis's user avatar
3 votes
1 answer
239 views

Suppose we have a directed complete graph. Can we always find a subset $S\neq \emptyset$ of the vertices such that for every vertex $v$, $v$ has incoming edge from at least $\dfrac{|S|}{2}$ of the ...
Masood's user avatar
  • 169
0 votes
0 answers
94 views

Suppose I orient the edges of the power of cycle graph $G=C_n^k$ where $n=16$ and $k=4$ in such a way that all the generated cycles by the elements $1,2,3,4$ are given the standard lexical orientation....
vidyarthi's user avatar
  • 2,135
1 vote
0 answers
222 views

By Borodin–Kostochka–Woodall '97 paper, the first paragraph says that directed odd cycles do not have kernels. But, I don't get this. Like, consider any $\lfloor\frac{n}{2}\rfloor$ set of independent ...
vidyarthi's user avatar
  • 2,135
1 vote
0 answers
61 views

Let $G$ be a finite directed graph, and let $s,t$ be two distinct vertices. Problem $1(s,t)$. Find the maximum number of mutually edge-disjoint directed paths from $s$ to $t$. OK, I didn't think of ...
Brendan McKay's user avatar
4 votes
0 answers
395 views

Let $\mathcal{G} = (V, E, s, t)$ is a directed graph, where $V$ - the set of its vertices, $E$ - the set of its edges, $s: E \rightarrow V, s((v_1, v_2)) = v_1$ and $t: E \rightarrow V, s((v_1, v_2)) =...
Alexander's user avatar
0 votes
0 answers
101 views

Consider a finite directed 3-regular graph $G=(V,E)$ where $(v,w)\in E$ implies also that $(w,v)\in E$. I am looking for a maximal set $\mathcal{C}$ of simple cycles of length greater of equal $3$ ...
Jens Fischer's user avatar
1 vote
0 answers
60 views

Consider the following process: Choose a random permutation $p$ of $\{1, 2, \dots, n\}$ out of $n!$ options. Choose a random directed acyclic graph $G$ that has $p$ as a topological ordering out of $...
Oleksandr  Kulkov's user avatar
8 votes
1 answer
580 views

The following is a result of Erdős-Gallai from 1959 (https://link.springer.com/article/10.1007/BF02024498): Given a 2-connected undirected unweighted graph with minimum degree at least $d$, for every ...
Nicole Wein's user avatar
9 votes
2 answers
458 views

Let $G$ be a directed graph. Call a vertex $v$ in $G$ central if there exists $\Theta(n^2)$ distinct pairs of vertices $(u,w)$ such that $v$ lies on some path from $u$ to $w$. We do not care whether ...
Arnaud Casteigts's user avatar
1 vote
1 answer
134 views

I am considering the following variant of the path-cover problem. I have an acyclic directed graph G=(V,E). Moreover, the set V is partitioned into $V=V_1 \cup ... \cup V_k$ (these sets are pairwise ...
Andres Fielbaum's user avatar
1 vote
1 answer
213 views

I am concerned with unweighted directed graphs where each node contains exactly one edge pointing to another node, which could be itself. In other words, each row of the adjacency matrix contains one ...
user3433489's user avatar
0 votes
0 answers
189 views

This question is inspired by the following challenge from CodeGolf.SE: https://codegolf.stackexchange.com/q/251510/88765. Given positive integer $N$, we can consider a version of Conway’s game of life ...
Zach Hunter's user avatar
  • 3,509
3 votes
1 answer
169 views

The last problem in 2022 IMC Day 1 strongly correlates with graph theory. In its official solution, the fundamental approach can be rephrased as follows. Give a digraph $G=(V,E)$. We call a subset of ...
Lasting Howling's user avatar
1 vote
2 answers
158 views

I am looking for an algorithm with polynomial complexity where, given a strongly connected edge-weighted digraph I can find the minimal subgraph which connects some root vertex v to a known set of ...
Nathan Owen's user avatar
3 votes
1 answer
147 views

Say that a digraph $(V,E)$ is reducible if there exist $x,y\in V$ with $x\ne y$ and such that for all $z\in V$, $(x,z)\in E\leftrightarrow(y,z)\in E$ and $(z,x)\in E\leftrightarrow(z,y)\in E$. It is ...
Uli Fahrenberg's user avatar
2 votes
1 answer
105 views

I want to generate all strongly connected tournament of size $n \in \{4, 11\}$. As a strongly connected tournament has an hamiltonian path I may assume that $v_i v_{i+1}$ is always an arc, and $v_n ...
Qise's user avatar
  • 277
6 votes
0 answers
275 views

Recall that a tournament is a directed graph $T$ such that for every pair of distinct vertices $\{v,w\}$, exactly one of the ordered pairs $(v,w)$, $(w,v)$ is an arc of $T$. A tournament is strongly ...
Gordon Royle's user avatar
  • 13.7k
1 vote
0 answers
85 views

Given a partition of the vertices of a graph, we can define an auxiliary graph which conveys information about the edges between sets of the partition. This defines a graph with vertex set equal to ...
alosc's user avatar
  • 71
1 vote
0 answers
62 views

Lemma. Let $D$ be a digraph. Then there exists an acyclic subdigraph $D'$ of $D$ such that the total degree (i.e. out-degree plus in-degree) of $v$ in $D'$ is at least the out-degree of $v$ in $D$ for ...
Salomo's user avatar
  • 156
4 votes
0 answers
81 views

Let $m$ be a positive integer. We define a (directed) graph on $m(m-1)$ vertices $$V = \bigl\{(i,j) \mid i \ne j,\, i,j\in\{1,\dots,m\}\bigr\}$$ and edges as follows: $(i,j) \in V$ is adjacent (...
Daniel Krenn's user avatar
2 votes
1 answer
171 views

Let $(I,\leq)$ be a directed set, that is $\leq$ is reflexive and transitive and for every $a,b\in I$ we find $c\in I$ such that $a,b\leq c$. Now consider the set $M$ consisting of all maps $\sigma:I\...
kevkev1695's user avatar
1 vote
0 answers
81 views

I am currently looking for an algorithm to determine whether we can direct every edge (no adding or deleting edges allowed) so that the graph is transitive (meaning that if (x,y) and (y,z) are edges ...
Karthik C's user avatar
  • 261
1 vote
2 answers
1k views

I am looking at doing some basic validation on a database of st-dags. It would be useful to have: A formula for the number of non-isomorphic st-dags with n vertices A formula for the same with n ...
Marcel's user avatar
  • 21
0 votes
0 answers
168 views

I'm trying to prove that one concrete directed graph has no Hamiltonian cycle, but didn't seem to find any relevant theorems
Anđela Todorović's user avatar
2 votes
1 answer
183 views

On a paper by Shoham Letzter, available Here, there's a lemma that says as follows: Lemma 0: For every graph $G$, there exist two disjoint sets $U,W\subseteq V(G)$ of equal size, such that there are ...
alosc's user avatar
  • 71
6 votes
0 answers
156 views

My problem is the following: we have a graph $ G=(V,E)$. Having a total ordering $ \eta $ of the nodes, we give a direction to the edges such that $ (u,v) $ is directed from $u$ to $v$ iif $ \eta(u) &...
Alt-Tab's user avatar
  • 194
4 votes
1 answer
341 views

For a tournament $T$, let $\mathrm{dom}(T)$ be the order of a smallest dominating set in $T$. Let $q$ be a prime power congruent to 3 mod 4 and let $T_q$ be the Paley tournament on $q$ vertices. Is ...
Louis D's user avatar
  • 1,731
10 votes
1 answer
439 views

The random graph is the Fraisse limit of the class of finite graphs, the random directed graph is the Fraisse limit of the class of directed graphs, a directed graph is just a set with a binary ...
Erik Walsberg's user avatar
3 votes
1 answer
406 views

Given the four functions $P_1$, $P_2$, $N_1$ and $N_2$ (which together is a piecewise function) each with domain and range as shown above: Is there an explanation as to why starting at any integer (...
Math777's user avatar
  • 143
1 vote
0 answers
104 views

I'm looking at a specific class of DAGs, namely those DAGs such that any path from $u$ to $v$ has the same length. Informally, we don't allow "skip-level" edges. I understand these graphs ...
Jan Westerdiep's user avatar
3 votes
2 answers
3k views

I have a two part question: Is there a simple proof that every strongly connected tournament $T$ on $n\geq 4$ vertices contains distinct $u,v\in V(T)$ such that $T-u$ and $T-v$ are strongly connected?...
Louis D's user avatar
  • 1,731
1 vote
0 answers
207 views

I asked this question one week ago on MSE and has received no answer. Infinite directed graphs (graphs with countably many nodes and edges) have a number of different applications. They can be ...
user115415's user avatar
4 votes
1 answer
392 views

I'm not sure if this is the right community to post this in but I would appreciate any help. As the title states, I'm trying to train a neural network using some unconventional input. I'm wondering if ...
Elias Karnoub's user avatar
1 vote
0 answers
143 views

How can we create a kernel perfect orientation of a complete graph? A kernel of a graph is a set of vertices in a graph $G$, which absorbs other vertices, that is, has all the vertices in its ...
vidyarthi's user avatar
  • 2,135
3 votes
2 answers
310 views

I’ve been thinking about the following problem from Richard Stanley’s list of bijective proof problems (2009). There, this problem is said to lack a combinatorial solution. The problem is the ...
Luz Grisales's user avatar
4 votes
1 answer
486 views

Let $G$ be a digraph such that there is an unique directed walk of length $k$ between any two vertices. Equivalently, if $A$ is the adjacency matrix of $G$, then $A^k$ is the matrix with all entries $...
Antoine Labelle's user avatar