Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siraben/coq-wigderson

Formalization of Wigderson's graph coloring algorithm in Coq
https://github.com/siraben/coq-wigderson

coq formalization graph-algorithms graph-coloring

Last synced: about 1 month ago
JSON representation

Formalization of Wigderson's graph coloring algorithm in Coq

Awesome Lists containing this project

README

        

# Towards the Formal Verification of Wigderson’s Algorithm
**Created by: Ben Siraphob (siraben) and Jamison Homatas (jhomatas48)**

We present progress towards the formal verification of Wigderson's
graph coloring algorithm in Coq. We have created a library of
formalized graph theory that aims to bridge the literature gap between
introductory material on Coq and large-scale formal developments,
while providing a motivating case study. Our library contains over 180
proven theorems.

Using Nix, run `nix-shell` then run `make` to compile it.

## License
This software is licensed under the MIT license.