Skip to content
Snippets Groups Projects
Commit 52323b6a authored by Lionel Rieg's avatar Lionel Rieg
Browse files

Adding a metrics.txt file summaring line counts + updating .gitignore

The metrics file should rather be generated...
parent e371cad3
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ package.tgz ...@@ -18,6 +18,7 @@ package.tgz
.nia.cache .nia.cache
.nra.cache .nra.cache
.coqdeps.d .coqdeps.d
.Makefile.d
makefile makefile
Makefile Makefile
makefile.bak makefile.bak
......
Formalization LOC (coqwc on spec + proof)
===============================================
Util
+-- Coqlib & Co 2385
+-- FSets + FMaps 4033
+-- MMultiset 5807
Core 1000
Spaces
+-- Continuous spaces (R, R^2, etc.) 4490
+-- Discrete spaces (graphs, ring, grid) 686
Observations
+-- Multiset 293
+-- Set 265
+-- Other 68
Models
+-- Rigid/flexible + equivalence 275
+-- Continuous/discrete graphs 1187
Case Studies
+-- Gathering
+-- common part 1407
+-- Impossibility (R + general) 2029
+-- SSYNC, R 1388
+-- SSYNC, R^2 2307
+-- Peleg + flexible 1293
+-- Viglietta 407
+-- Convergence
+-- Impossibility 578
+-- Algorithm 170
+-- Exploration
+-- Impossibility 474
+-- Tower 203
+-- Life-line 1592
===============================================
Total 31462
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment