Densest Subgraph
Reference:
UDS problem
Definition
The Undirected Densest Subgraph (DS) problem is defined as follows:
where
TBD.
DDS problem
Definition
The Directed Densest Subgraph (DDS) problem is defined as follows:
Linear Program
The DDS problem can be formulated as the following linear program:
Theorem 1
For a fixed
Theorem 2
Given a feasible solution
By setting
From theorem 2, we have
So
Dual Program
The dual program of the DDS problem can be formulated as follows:
Quadratic Program
The dual program can be transformed into a quadratic program (QP) as follows:
Densest Subgraph
https://notdesigned.github.io/2025/06/16/Densest-Subgraph/