Skip to content

TheoryInPractice/hydraprime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Hydra Prime

This repository stores the source code of our solver Hydra Prime for the Exact track of the PACE 2023 challenge.

Solver Description

Dependencies

Build usage

Use make in this project directory.

Operation Command
Build release version make build $\to$ executalbe exact-solver will be generated in the dist directory
Build debug version (with logging features etc.) make build-debug $\to$ creates build/Debug/exact-solver
Run unit tests make test
Create submission file for OPTIL.io make publish $\to$ creates dist/exact-solver.tgz
Clean build files make clean

Program usage

Operation Command
Print help message exact-solver --help
Print version exact-solver --version
Output optimal contraction sequence exact-solver PATH or exact-solver < PATH
(PATH: path to a problem instance file)
Output only twin-width exact-solver --tww PATH
DOI of Version 0.0.1

DOI