/vc_validate

A tool for validating vertex covers of a given graph

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Validator for vertex covers

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

Download:

git clone --recurse-submodules  git@github.com: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