swh:1:snp:cb56ce13ac0807dbb699694ea4ec17024ae99aeb

sort by:
Revision Author Date Message Commit Date
1f6644e SAT using UpToC 11 September 2020, 13:44:43 UTC
b92d48d useful uptoc analysis stuff 11 September 2020, 13:44:40 UTC
c0ec6aa refactoring, link coqdoc to non-flat versions of flat problems 11 September 2020, 13:44:37 UTC
8a1f410 fix compilation 11 September 2020, 13:42:54 UTC
845d58f various simplifications/minor changes 11 September 2020, 13:42:33 UTC
114b5d7 re-introduce par; minor optimisation (only noticeable in interactive mode, not with coqc) 31 August 2020, 08:12:57 UTC
499864d a bit of refactoring; remove par in uniqueness proof to significantly reduce RAM usage (takes 3.5GB instead of ~8GB at the cost of 21min instead of 17.5min wall time) 31 August 2020, 08:12:57 UTC
c086246 a bit of refactoring of tactics in TM to TPR translation, a few percent speedup 31 August 2020, 08:12:57 UTC
3db576b Merge pull request #1 from lgaeher/coq-8.11 Merge TM to SAT part of Cook proof + Clique reduction + ... 01 August 2020, 01:09:57 UTC
8c47b45 -Added CookLevin.v containing final lemma Merge branch 'coq-8.11' of github.com:lgaeher/coq-computability-complexity into coq-8.11-for-merge 01 August 2020, 01:00:43 UTC
84d067c -improved Performance of Tm to TPR reduction by: *adding many manual inversion lemmas *adding "par:" selector for parallel ltac evaluation *added many "abstract" tacticals for work-heavy parts (does this save time? not sure) -also Merge branch 'coq-8.11' of github.com:lgaeher/coq-computability-complexity into coq-8.11-for-merge 01 August 2020, 00:03:46 UTC
0073adc whoops, forgot to git add CoqProject 31 July 2020, 20:22:47 UTC
fa56117 move files to CookPrelim 31 July 2020, 20:21:38 UTC
b7e1835 remove won't-fix lemma in overview 31 July 2020, 20:03:57 UTC
9973368 fix admitted stuff in TMflatComp 31 July 2020, 20:03:18 UTC
ea335c1 small tweaks to maybe speed up TM-to-TPR-reduction by decrasing backtracking 31 July 2020, 08:27:43 UTC
86c90b8 Additions for Cook-Levin Theorem 31 July 2020, 08:27:12 UTC
6c40be2 remove LLNat + LLists + merge into other files; fix compilation; TODOs: two admitteds in L/TM/TMFlatComp; overview.v 30 July 2020, 21:08:04 UTC
af880f5 -added install script instructions for dependencies -adjusted TMGenNP_fixed_singleTapeTM_to_FlatFunSingleTMGenNP to be slightly more general, allowing it to connect to the other halve of the proof 24 July 2020, 09:52:59 UTC
8d6e95b remove experimental UpToCNary poly file 23 July 2020, 21:46:05 UTC
533d505 restore website gitignore 23 July 2020, 21:43:22 UTC
85c6ab8 remove website config 23 July 2020, 19:45:23 UTC
57578cd restore README.md to original 23 July 2020, 19:41:06 UTC
943cbd0 remove website stuff 23 July 2020, 19:40:19 UTC
d4d20c9 remove tex stuff, SharpP 23 July 2020, 19:38:39 UTC
f651de5 fix all admitted goals that arose when porting 23 July 2020, 17:50:44 UTC
5e66486 fix compilation under 8.11 23 July 2020, 15:27:19 UTC
1b3691a Merge remote-tracking branch 'origin/coq-8.11' into coq-8.11-2 22 July 2020, 15:53:56 UTC
bdf27d5 continue work on port to 8.11 22 July 2020, 15:43:44 UTC
ac848af minor fix to make leq_crossout work again 22 July 2020, 15:42:38 UTC
948e0fe small tweaks 22 July 2020, 14:44:56 UTC
f8d7c7d Updated to new, ocally installed metacoq (see install.txt), allowing use of qualified names in extraction. Alsu added missing file 22 July 2020, 10:57:25 UTC
6292782 tidies up a bit 20 July 2020, 14:38:26 UTC
9ae49c1 finished reduction from gen-NP to gen-TM Left: small discrepancy in how the TM-alphabet is encoded 15 July 2020, 12:57:00 UTC
389e85e continuation polyTimeComputability 08 July 2020, 13:43:15 UTC
3e3b665 Finished non-computability-related part of LM to mTM reduction 08 June 2020, 10:01:26 UTC
a9f3939 Merge branch 'master' into coq-8.11-2 06 June 2020, 21:37:43 UTC
0436312 track changes 06 June 2020, 21:31:01 UTC
f95e2be WIP on LM to TM for closing Cook-Theorem-Assumptions 04 June 2020, 13:05:18 UTC
28e91e3 -fixed "halt-or-diverge" definition for TMs -worked on LM->TM lemma 26 May 2020, 10:28:32 UTC
13f5bf7 Completed construction of TM tfor LM->TM reduction 26 May 2020, 08:06:52 UTC
d571df2 finished size-analysis of LM-interpreter 08 May 2020, 10:47:23 UTC
fe07be4 -correctness of TM nearly complete -added more towards step-analysis of LAM 07 May 2020, 10:10:34 UTC
0f71516 Merge remote-tracking branch 'computability-public/coq-8.11' into coq-8.11 23 April 2020, 08:05:14 UTC
c389de7 Merge pull request #48 from fakusb/coq-8.11-comp-only Refactored changes from private complexity-development 21 April 2020, 15:17:09 UTC
f4db3ff reenabled unused-intro-pattern warnings by default as the TM-framework disables them for all files that import the tactic causing them 21 April 2020, 12:33:15 UTC
5e60394 No warnings left 21 April 2020, 10:58:33 UTC
bf41863 -removed unneeded files -changed compilation order for better utilization of multi-core compilation (start large, monolithic files early) 21 April 2020, 09:24:42 UTC
b9e7ca6 Merge branch 'coq-8.11-comp-only' into coq-8.11 21 April 2020, 09:01:12 UTC
bb747c7 refactored changes from private complexity-development in TM and L-extraction/verification frameworks 20 April 2020, 16:42:57 UTC
0c5766f moved vector_to_list to own file 20 April 2020, 15:34:06 UTC
6b4ea4b Merge remote-tracking branch 'computability-public/coq-8.11' into coq-8.11 20 April 2020, 14:13:41 UTC
1755828 Adjusted versions of external libraries to be taken from opam again 20 April 2020, 12:52:50 UTC
d717806 Merge pull request #47 from DmxLarchey/unify_Fin_pos Unify Fin.t / pos and Vector.t / vec 20 April 2020, 12:52:43 UTC
14775e7 more cleanup in pos/vec 20 April 2020, 10:00:33 UTC
83ca25b unified Vector.t and vec ... several problems. 1) vec_cons can no longer be used as a constructor but the notation _ ## _ can largely mitigate 2) Vector.cons X x n v = vec_cons X n x v ie the arguments are no in the same order. Ie when invoquing induction we explicit intro pattern, you need to rearrange arguments 3) default parameter names are diffents, typical v is replaced by t which means scripts that use autogenerated names will likely fail ... 19 April 2020, 16:08:37 UTC
968ddf4 Unified Fin.t and pos so that they are now identical instead of just isomorphic 19 April 2020, 14:46:48 UTC
af569e5 Merge remote-tracking branch 'computability-public/coq-8.11' into coq-8.11 17 April 2020, 13:38:18 UTC
7ffb6a8 Merge pull request #43 from yforster/remove_more_warnings Remove more warnings in L and TM 15 April 2020, 10:37:57 UTC
c3931b6 removed unnecessary Checks in library files 15 April 2020, 09:36:24 UTC
fff92d4 Merge commit 'b9b3834' into coq-8.10 15 April 2020, 08:38:56 UTC
94522db Remove last warnings, remove more printing 15 April 2020, 08:34:35 UTC
a6d4b06 Removed submodules and updated opam file 15 April 2020, 08:34:07 UTC
67b68e6 remove more printing 15 April 2020, 07:01:21 UTC
455aa7a forgot to update bool_list.v and seqeq.v 14 April 2020, 23:50:18 UTC
2d1088e update Shared/Libs/DLW for ": core" hints warnings 14 April 2020, 21:41:28 UTC
26cb31b Remove last warnings 14 April 2020, 17:01:26 UTC
383a144 Remove lots of warnings in L and TM parts 14 April 2020, 16:38:37 UTC
3ad4cb8 fix opam repo add 14 April 2020, 13:00:33 UTC
64ecf83 Update License 14 April 2020, 13:00:33 UTC
e7a7d52 Update README 14 April 2020, 13:00:33 UTC
af4263c Merge pull request #40 from mrhaandi/coq-8.11-nowarn Less Warnings, Improved Compilation Speed 14 April 2020, 12:59:16 UTC
44c839e merged TRAKHTENBROT from upstream 14 April 2020, 11:54:16 UTC
bf25a30 Merge pull request #41 from DmxLarchey/trakhtenbrot Proposal to integrate the Trakhtenbrot code (IJCAR 2020) 14 April 2020, 10:49:40 UTC
33bb80d Dispatched Problems/PCP.v into PCP/PCP.c PCP/Reductions/*_iff*.v 13 April 2020, 17:30:55 UTC
bc33a60 informativelly_reduces 13 April 2020, 09:35:56 UTC
09c23a9 Merge pull request #10 from DmxLarchey/ij1 integrated the TRAKHTENBROT code with informative reductions 11 April 2020, 21:24:44 UTC
131ba49 integrated the TRAKHTENBROT code with informative reductions 11 April 2020, 21:22:23 UTC
f1bde74 Merge pull request #9 from DmxLarchey/ij1 merging Problems/*.v and Shared/Prelims.v for the Trakhtenbrot devel 11 April 2020, 20:46:05 UTC
aed0a05 informative and non-informative reductions 11 April 2020, 20:44:34 UTC
237ea69 merging Problems/*.v and Shared/Prelims.v for the Trakhtenbrot devel 11 April 2020, 20:18:10 UTC
29b03ef Merge pull request #8 from DmxLarchey/ij1 Merge libs from trakhtenbrot 11 April 2020, 20:10:02 UTC
13c9b20 removed one cutrewrite 11 April 2020, 20:03:21 UTC
3b184e1 reverted orig libs 11 April 2020, 19:53:18 UTC
109cbb7 Revert "Delete vec.v" This reverts commit 1991a25ab6b82f256292db63ce90100454f212c7. 11 April 2020, 19:44:16 UTC
1991a25 Delete vec.v 11 April 2020, 19:38:32 UTC
6cbf46e to compare with the IJCAR lib 11 April 2020, 19:29:10 UTC
645aeb1 removed warnings 11 April 2020, 19:02:34 UTC
ec2650d Merge pull request #5 from DmxLarchey/libs_update Libs update 11 April 2020, 09:14:19 UTC
a3f8fee replaced cutrewrite (x = y) by replace x with y 10 April 2020, 18:14:31 UTC
f7f3190 removed some minor warnings 10 April 2020, 17:57:08 UTC
e1baf70 small LAM and TM warning fixes 10 April 2020, 17:39:31 UTC
3b034e5 dealt with warnings in HOU 10 April 2020, 17:05:02 UTC
365a80b dealt with ILL warnings 10 April 2020, 16:41:18 UTC
edae7bf dealt with warnings in MuRec 10 April 2020, 15:24:48 UTC
08f37e5 dealt with warnings in H10 10 April 2020, 14:58:44 UTC
d21270a no warnings in MM 10 April 2020, 13:30:03 UTC
8fb7469 improved PCP, CFG, SR compilation speed eliminated PCP, CFG, SR compilation warnings removed several Print Assumptions, improving compilation speed 10 April 2020, 12:29:56 UTC
12848be Update README.md 09 April 2020, 14:47:13 UTC
4a55a78 Update README.md 09 April 2020, 14:35:58 UTC
back to top