8000 GitHub - hmarkus/vc_validate: A tool for validating vertex covers of a given graph
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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  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

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

  •  
  •  
  •  
0