Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 386 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 386 Bytes

Baker-PTAS

A polynomial-time approximation scheme for the densest k subgraph problem using Baker's technique.

Running the program

The program is run as follows:

python3 dks_ptas.py [graph adjacency list file] [k value] [epsilon value]

Read more about the adjacency list file format here.