swh:1:snp:cb56ce13ac0807dbb699694ea4ec17024ae99aeb

sort by:
Revision Author Date Message Commit Date
f7e9adc some cleanup in dio_logic and dio_bounded mostly better comments 12 December 2019, 12:13:34 UTC
eba1051 tracking duplications in encodings 11 December 2019, 12:32:56 UTC
8732580 starting to make optimisation with a less dramatic effect 11 December 2019, 12:18:13 UTC
55ee683 further optimisations of the encoding algo 11 December 2019, 12:09:47 UTC
0f138dc reintroduced x = y for smaller encodings 11 December 2019, 11:55:30 UTC
3639c3c some cleanup 11 December 2019, 08:28:27 UTC
46b3729 improvement in the shapa analysis to produce shorter formulas 11 December 2019, 08:13:30 UTC
3594fa3 better notation for De Bruijn extensions wrt the paper 10 December 2019, 15:04:50 UTC
fada11c a more systematic use of "dio by lemma" 10 December 2019, 13:17:10 UTC
b816b09 some more comments 10 December 2019, 13:08:59 UTC
c397f3e reworked the definitions dio_expr now becomes dio_fun which is much more acurate. It could be possible to rework the shape of the Diophantine characterization of alpha and expo to take dio_fun better into account ... 10 December 2019, 12:34:29 UTC
88e60c7 last cleanup for tonight 10 December 2019, 00:39:24 UTC
476e5f5 much more efficient and cleaner dio auto tactic the only problem is that the size of generate formula is increase at each cleaning changing atoms to elem simplified lost of proofs but got me much bigger encodings in the end ... it does really matter since efficiency is not the objective here 10 December 2019, 00:32:56 UTC
42b3c41 cleanup and replaced with dependent reduction ... maybe it would be good to move the definition of reduction_dependent from FRACTRAN_DIO.v to where is belongs ... somewhere in ILL.Definitions 09 December 2019, 21:00:35 UTC
f386a03 started modifying dio_logic to simplify atoms to something close to dio_elem 09 December 2019, 15:16:50 UTC
5c8a306 completed the missing lemma about the godel_beta encoding of list of triples 05 November 2019, 08:55:04 UTC
0961c52 added a second universal MuRec based on the alternate constraints of Andrej Dudenhefner 1+x+y^2=z it is 1/4 of the size of the previous one thanks to a much lighter use of decomp_r (which a big MuRec) Unfinished is the fact that nat_h10luc_surj the encoding of list h10uc into nat is total not that hard but a bit tricky though because of the flat_map replacing (x,y,z) -> x##y##z##vec_nil 04 November 2019, 14:40:19 UTC
d74c601 removed unneeded messages that were poluting the output of make 30 October 2019, 22:06:46 UTC
8c735b3 Merge branch 'master' into better_bezout_extraction 30 October 2019, 19:40:20 UTC
6ddce39 cleanup of the MM -> FRACTRAN_REG -> MMA2 reduction files remove some unneeded Check and Print Assumptions 30 October 2019, 19:25:25 UTC
50e31e6 removed .d files inherited from the CPP'19 developments 30 October 2019, 17:40:18 UTC
7750f3d Corrected for 8.8.2 and also cleanup of the mess arround FRACTRAN and MMA2 Now the reduction is MM -> FRACTRAN_REG -> MMA2 and FRACTRAN (non reg) halting could be removed but I also added the trivial FRACTRAN_REG -> FRACTRAN 29 October 2019, 23:43:21 UTC
fc3ec56 large cleanup of the construction of the universal recalg 29 October 2019, 20:18:32 UTC
ac854d0 Merge pull request #21 from uds-psl/murec A BIG commit containing the DIO_SINGLE -> µ-REC -> MM reductions 29 October 2019, 11:04:00 UTC
934f393 Merge pull request #18 from dominik-kirst/master Trakhtenbrot's theorem 29 October 2019, 11:01:19 UTC
992e9b1 added a universal µ-recursive algorithm of size 8708 and of arity 1 that can decide any H10C problem, hence its own termination problem must be undecidable 28 October 2019, 22:07:51 UTC
f190272 updated gcd and extension of the CRT for preparation with Godel Beta encoding of lists of nats 27 October 2019, 11:27:28 UTC
3dc1281 A BIG commit containing the DIO_SINGLE -> µ-REC -> MM reductions The details are going to be comment in the PR Notice that to avoid having several definitions of MM, I needed to generalize the definition to an arbitrary type of registers of which we only use the instance nat and pos _ but this implies changing mm_instr n with mm_instr (pos n) at not so many but several places in the code the rest will be commented in the PR description 25 October 2019, 21:35:48 UTC
833b141 Delete .DS_Store 25 October 2019, 16:55:45 UTC
0aee30f Merge pull request #17 from uds-psl/induction_on_PR Fixing the induction-on mess 25 October 2019, 15:28:32 UTC
0226fdd Merge pull request #16 from fakusb/patch-2 Require Program to avoid spurious compilation bug 25 October 2019, 15:27:55 UTC
a2d831c Merge pull request #15 from fakusb/patch-1 Update README.md 25 October 2019, 15:27:42 UTC
7e5482b fix equations import 25 October 2019, 15:18:38 UTC
3349e33 Full qualification for imports 25 October 2019, 14:58:12 UTC
f450bf3 Update firstorder.v 25 October 2019, 14:18:32 UTC
0988442 Requiring Program before using measure_wf and MR This hopefully fixes a spurious compilation bug that affects some users. WIP, DO NOT MERGE 25 October 2019, 14:17:52 UTC
8c6dd6c cleanup the induction-on tactic mess. remember induction-on revealed a bug in 8.10.0, hopefully getting fixed in 8.10.1 also remove unnecessary Check and Print Assumptions that were bloating the output of make all The one should compile under 8.9.1 (I tested it) 25 October 2019, 14:16:22 UTC
f5f16da take HOU in again 25 October 2019, 14:11:26 UTC
365201b trakhtenbrot's theorem 25 October 2019, 13:58:58 UTC
3e4a9b8 Update README.md Readme now adds opam repo for equations 25 October 2019, 13:43:38 UTC
b5c5e7d disable HOU to make travis work once 25 October 2019, 13:25:24 UTC
92e1029 Update opam 25 October 2019, 10:57:36 UTC
81eea1b Update README.md 24 October 2019, 09:27:22 UTC
47c8d17 travis icon 23 October 2019, 14:54:12 UTC
dbf4cf8 update README 23 October 2019, 14:52:45 UTC
34e8d80 Update README 23 October 2019, 14:09:53 UTC
4544d71 Add metacoq dependency to opam file 23 October 2019, 14:06:25 UTC
e406355 fix L for 8.9.1 23 October 2019, 11:00:02 UTC
b68c48e some more in the README 16 October 2019, 08:59:50 UTC
5b17c1c added "good seed" tags 16 October 2019, 08:57:16 UTC
0346d27 Merge branch 'extraction' of github.com:uds-psl/coq-library-undecidability into extraction 16 October 2019, 08:51:07 UTC
b1b7e14 updated some links in README 16 October 2019, 08:50:50 UTC
f1ae464 we don't need all of metacoq 16 October 2019, 07:57:17 UTC
46ccb2e Merge pull request #12 from fakusb/mergedTMrepo Merged changes from TM-verification repository 16 October 2019, 07:33:12 UTC
fc165f4 merged commits after 95967cf up to 31e8023765 verified-turing-machines repo 15 October 2019, 13:44:17 UTC
ffb39b7 Test for both 8.8.2 and 8.9.1 10 October 2019, 19:14:10 UTC
549368f compilation works locally 01 October 2019, 16:03:07 UTC
2377511 travis typo 01 October 2019, 10:14:15 UTC
7ea5ad4 Use MetaCoq from opam 01 October 2019, 10:07:22 UTC
edddc56 Qualify all MetaCoq imports, reorder Makefile 01 October 2019, 08:57:36 UTC
9591c53 Fix MetaCoq import in _CoqProject 01 October 2019, 08:06:34 UTC
7386ea1 qualify metacoq import 01 October 2019, 07:32:54 UTC
18503a6 Fixed travis config 30 September 2019, 11:36:00 UTC
370c3d4 travis needs to call configure in template-coq until we have opam packages 30 September 2019, 11:23:49 UTC
5e7913a Fix right template-coq branch 30 September 2019, 11:19:21 UTC
45512bf Merge branch 'extraction' of github.com:uds-psl/coq-library-undecidability into extraction 30 September 2019, 10:47:47 UTC
d0866db Add travis file 30 September 2019, 10:47:11 UTC
aeae6cb Add undecidability of higher-order unification 30 September 2019, 10:11:10 UTC
52e3845 Add mTM to TM to CoqProject 17 September 2019, 07:45:18 UTC
6c2eeb2 Merge branch 'extraction' of github.com:uds-psl/coq-library-undecidability into extraction 22 May 2019, 13:55:40 UTC
6438c0d fixed ocaml version 22 May 2019, 13:55:32 UTC
9b51e00 Update README.md 22 May 2019, 13:55:17 UTC
ac100be Update README Info on how to use right version of Coq and Ocaml using opam 22 May 2019, 13:09:30 UTC
5d7f36e Ported to newest template-coq, added opam file 22 May 2019, 13:08:32 UTC
c59beb2 MM2 17 May 2019, 14:54:19 UTC
6f0e996 re-added _Coqproject 17 May 2019, 14:52:54 UTC
3fe1201 Update README.md Fixed submodule instructions 17 May 2019, 14:17:34 UTC
141e12d Reduction from multi-tape TM halting to L 17 May 2019, 10:50:34 UTC
afa5244 removed redundant _CoqProject file 17 May 2019, 10:32:35 UTC
d6469d0 Merge remote-tracking branch 'origin/wip' into extraction 17 May 2019, 10:15:16 UTC
7c54049 Updated README 17 May 2019, 09:46:57 UTC
fe697dc Added reduction from multi-tapes TMs to single-tape TMs 17 May 2019, 09:38:12 UTC
103ed89 Merge pull request #8 from fakusb/L_to_TM added reduction from L to TM 16 May 2019, 10:35:16 UTC
0e31092 removed deleted file 06 May 2019, 11:57:45 UTC
342ac62 moved reduction to Reductions-folder 06 May 2019, 11:55:43 UTC
ffbaf74 added reduction from L to TM 06 May 2019, 11:42:08 UTC
f61c040 Merge branch 'extraction' of github.com:uds-psl/coq-library-undecidability into extraction 03 May 2019, 11:52:56 UTC
cb0e4e0 L_halt to L_halt_closed to evaLin 03 May 2019, 11:51:57 UTC
f9d16a5 Merge pull request #7 from fakusb/fix-LM_Lin-red Proof of reduction for LM_Lin compiles again 03 May 2019, 11:22:49 UTC
a174234 Proof of reduction for LM_Lin compiles again 03 May 2019, 10:46:26 UTC
9726fc2 Updated version of uds-psl-base 02 May 2019, 16:01:56 UTC
ed6755b Moved website directory to top-level 02 May 2019, 15:53:41 UTC
cb61992 Updated README file 02 May 2019, 15:52:22 UTC
722f364 Added external libraries as submodules 02 May 2019, 15:16:53 UTC
9dd3812 Added stack machines for L from APLAS '18 paper 02 May 2019, 14:41:08 UTC
a10d5cd Everything compiles 23 April 2019, 16:26:18 UTC
10b94fa Absolute naming for all files 18 April 2019, 16:47:20 UTC
233a5c2 Reducing multi-tape halting on one tape to single-tape halting 18 April 2019, 13:19:17 UTC
3a4f164 Merge pull request #5 from uds-psl/mm2 2 counters Minsky machines 12 April 2019, 09:24:59 UTC
761e59f Fix TM compilation 10 April 2019, 09:51:58 UTC
back to top