Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] dealing with setoid rewriting problems

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] dealing with setoid rewriting problems


Chronological Thread 
  • From: Abhishek Anand <abhishek.anand.iitg AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] dealing with setoid rewriting problems
  • Date: Mon, 30 Nov 2015 19:29:47 -0500
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=abhishek.anand.iitg AT gmail.com; spf=Pass smtp.mailfrom=abhishek.anand.iitg AT gmail.com; spf=None smtp.helo=postmaster AT mail-yk0-f172.google.com
  • Ironport-phdr: 9a23:EU6FUBDcql3ZIrtEOAaNUyQJP3N1i/DPJgcQr6AfoPdwSP7+r8bcNUDSrc9gkEXOFd2CrakU1qyG4uu6ByQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JTqkbDjsMeNKyxzxxODIppKZC2sqgvQssREyaBDEY0WjiXzn31TZu5NznlpL1/A1zz158O34YIxu38I46FppIZ8VvDxeL19RrhFBnxyOGcsocbvqBPrTA2V53JaXH9AwTRSBA2QxRv6X4zxvyiyn+x03iXSacT8TbEvWTmhqa5tQRnkziYGKzER/2Tei8g2h6Ve9kHy7ydjypLZNdnGfMF1ebnQKIsX

1) Typeclass resolution may be a reason for long rewrite times. If so, the following may help
Typeclasses eauto := 5 (* or a small number, to limit the depth of search  *)
Typeclasses eauto := debug

For more, see the last section of https://coq.inria.fr/refman/Reference-Manual022.html#sec673

2) Most of MathClasses compiles on 8.5pl3. 
I have a branch where I fixed (for 8.5pl3 on Windows) the parts of MathClasses that I need  for my work.

https://github.com/aa755/math-classes/tree/Windows

Use the "-k" option of scons to compile as many Coq files as possible, and not give up on all files when 1 file fails to compile.




On Mon, Nov 30, 2015 at 7:02 PM, Vadim Zaliva <vzaliva AT cmu.edu> wrote:

> On Nov 30, 2015, at 15:55 , Clément Pit--Claudel <clement.pit AT gmail.com> wrote:
>
> Could this be https://coq-bench.github.io/ (courtesy of Guillaume Claret)?

Yes thats the page. Thanks!

Unfortunately both CoLoR and math-classes are shown as “not compatible” with recent 8.5 betas so I am stuck with 8.4 for now and need to find a way to solve this problem under 8.4.

Sincerely,
Vadim Zaliva

--
CMU ECE PhD candidate
Mobile: +1(510)220-1060
Skype: vzaliva





Archive powered by MHonArc 2.6.18.

Top of Page