Skip to content

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

Notifications You must be signed in to change notification settings

ChimiSeanGa/Baker-PTAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages