-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'amin/spanning' into 'master'
Add the spanning tree algorithm. Closes #3 See merge request FP/iris-examples!3
No related branches found
No related tags found
Pipeline #
Showing
- README.md 2 additions, 0 deletionsREADME.md
- _CoqProject 5 additions, 0 deletions_CoqProject
- theories/spanning_tree/graph.v 114 additions, 0 deletionstheories/spanning_tree/graph.v
- theories/spanning_tree/mon.v 784 additions, 0 deletionstheories/spanning_tree/mon.v
- theories/spanning_tree/proof.v 69 additions, 0 deletionstheories/spanning_tree/proof.v
- theories/spanning_tree/spanning.v 493 additions, 0 deletionstheories/spanning_tree/spanning.v
theories/spanning_tree/graph.v
0 → 100644
theories/spanning_tree/mon.v
0 → 100644
This diff is collapsed.
theories/spanning_tree/proof.v
0 → 100644
theories/spanning_tree/spanning.v
0 → 100644
This diff is collapsed.
Please register or sign in to comment