https://github.com/EasyCrypt/easycrypt
Revision 2c1bea48a3bb52b6ba2f28dd3e7f8018c6ff98f3 authored by François Dupressoir on 25 November 2019, 15:17:14 UTC, committed by François Dupressoir on 25 November 2019, 15:17:14 UTC
The issue seems to be with:
- matching in ZModP and clones; (rewrites of exp expressions are slow,
rewrites of group expressions are fast)
- `congr` on g ^ x = g ^ y;

On those algebra and congr calls that take a long time, in proofgeneral,
interrupting using `C-c C-c` twice interrupts but progresses the proof
quickly.
1 parent c6d5455
History
Tip revision: 2c1bea48a3bb52b6ba2f28dd3e7f8018c6ff98f3 authored by François Dupressoir on 25 November 2019, 15:17:14 UTC
simplify without loss (or gain) in performance
Tip revision: 2c1bea4
File Mode Size
config
examples
lint
scripts
src
theories
.dir-locals.el -rw-r--r-- 285 bytes
.gitignore -rw-r--r-- 515 bytes
.merlin -rw-r--r-- 241 bytes
.travis.yml -rw-r--r-- 2.0 KB
COPYRIGHT -rw-r--r-- 581 bytes
COPYRIGHT.yaml -rw-r--r-- 596 bytes
MANIFEST -rw-r--r-- 596 bytes
Makefile -rw-r--r-- 4.8 KB
Makefile.system -rw-r--r-- 555 bytes
README.md -rw-r--r-- 8.3 KB
_tags -rw-r--r-- 812 bytes
default.nix -rw-r--r-- 225 bytes
myocamlbuild.ml -rw-r--r-- 2.3 KB

README.md

back to top