Skip to content

Master's Thesis: Benchmarking various planar separator algorithms

Notifications You must be signed in to change notification settings

thoklei/planar_separators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarking Planar Separator Algorithms

Content

This repository contains supporting code for my Master's Thesis, "Applied Algorithms for the Planar Separator Theorem". The actual separator algorithms were implemented as part of the OGDF, but are not yet contained in the latest release, so the core of this repo only works with the internal, unreleased version of OGDF.

  • instance generation: see the readme in /instances/
  • instance properties: for all instances, properties like diameter etc. are recorded and stored under a hash
  • main experiment: applies all algorithms and postprocessors to all instances

Dependencies

  1. OGDF: download and install as described on ogdf.uos.de (see disclaimer above)
  2. tinyxml: is contained in this repository, no need to install anything
  3. CGAL: for parts of the instance generation, CGAL is needed - download from cgal.org (or via homebrew)

About

Master's Thesis: Benchmarking various planar separator algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published