Skip to content

A tool for validating vertex covers of a given graph

License

Notifications You must be signed in to change notification settings

hmarkus/vc_validate

Repository files navigation

Validator for vertex covers

The library allows to validate a given vertex cover for a given graph.

Download:

git clone --recurse-submodules  [email protected]:hmarkus/vc_validate.git

External Requirements (requirements.txt)

pip install -r requirements.txt

Manpage

bin/vc_validate --help

Validate Vertex Cover

bin/vc_validate -g graphfile.gr -vc vertexcoverfile.vc

Compile with PyInstaller

pyinstaller -p $PWD:$PWD/lib/htd_validate --clean --onefile bin/vc_validate

Executable will be in dist

About

A tool for validating vertex covers of a given graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •