Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 913 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 913 Bytes

Heuristics for Twin-Width

This repository contains the final bachelor's thesis and associated with it code.

Repository Structure

  1. src/:

    • Contains all the C++ code.
    • Dive into the src/ directory README for more details on how to use the code.
  2. scripts/:

    • Hosts the benchmarking script and other helper scripts.
    • Dive into the scripts/ directory README for more details and instructions.
  3. tests/:

    • Example folder containing tests for benchmarking.
  4. thesis.pdf:

Additional Artifacts

For all artifacts that were produced during the development process, please refer to this separate repository. This current repository focuses only on the final solver version.