Revision 8eb24919b716932bcafb931f4592b32388c52d47 authored by nitrogl on 09 October 2019, 19:14:57 UTC, committed by Pierre-Yves Strub on 09 October 2019, 19:14:57 UTC
* Critical bugfix on dot-product
* CauchySchwarz is now an abstract theory
1 parent c8257d3
Raw File
.gitignore
*~
_build
*.native
*.byte
*.exe
*.pyc
*.pyo
.vagrant
/local
/why3
/_tools
/proofgeneral/_local
setup.data
setup.log
/attic
/attic.ec*
/theories/attic

/system/*.o
/system/callprover
/system/callprover.exe

*.aux
*.bbl
*.blg
*.brf
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.out
*.toc
*.synctex.gz
*.kilepr

/src/ecVersion.ml

/doc/refman/easycrypt.pdf
/doc/userman/easycrypt.pdf

/extraction/Makefile
/extraction/setup.*
/extraction/configure
/extraction/_build/

/sandbox
/attic

/*.ec

/*.smt
/*.why
back to top