Skip to content

zhuobeilin/td-validate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree decomposition validity checker

This software verifies that a given, purported tree decomposition is a correct tree decomposition of a given graph. It is part of the first Parameterized Algorithms and Computational Experiments Challenge (PACE 2016).

Usage

Check that input.gr and input.td correctly encode a graph and one of its tree decompositions:

./td-validate input.gr input.td

Check that input.gr correctly encodes a graph:

./td-validate input.gr

Build

Run make and, optionally, make test.

Credits

  • Cornelius Brand
  • Holger Dell
  • Lukas Larisch
  • Felix Salfelder

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A validity checker for tree decompositions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.4%
  • Shell 2.9%
  • Makefile 0.7%