Skip to content

Commit

Permalink
Change README to match paper
Browse files Browse the repository at this point in the history
  • Loading branch information
siraben committed Oct 13, 2023
1 parent 021fe4d commit abca06d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Formal Verification of Modified Version of Wigderson's Algorithm for 3-colorable graphs.
# Towards the Formal Verification of Wigdersons Algorithm
**Created by: Ben Siraphob (siraben) and Jamison Homatas (jhomatas48)**

We present a formal proof of an approximate graph coloring algorithm for 3-colorable graphs. Our algorithm is based upon Avi Wigderson's algorithm, and we have modified this to be more explicit and rigorous. We implement this as a functional program in Gallina. This repo includes definitions for graphs and graph components and all other data structures used. See the attached [paper](./paper.pdf) for more information.
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.

Expand Down

0 comments on commit abca06d

Please sign in to comment.