Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Hints and the crush tactic

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Hints and the crush tactic


chronological Thread 
  • From: Adam Koprowski <adam.koprowski AT gmail.com>
  • To: Michael Day <mikeday AT yeslogic.com>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Hints and the crush tactic
  • Date: Tue, 30 Mar 2010 10:46:18 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=vPetRyccSnbwMBnWsEpcWp0t9XftjyJ6YtVeqi6s0dF98SKN4cimWvgF7+CDXSkLhB nsUHkEiRGGXtgBUaNpDTJMrkb0Mk8hErdhyzMYRCykYHKB2VTwkLHvwo1fYz07MVaLOX zieeWwya5Nezl32SQyfPG0HqHEV/2JLIPx9FA=

Is the name of the hypothesis significant, or will it match any hypothesis with that form?
  It will match regardless of the name.
 
Is the number 3 important?
  It is the cost of applying this hint. Auto will try applying "cheaper" hints first.
 
I can apply this tactic directly in the proof and it does work. So clearly matching the hypothesis isn't the problem. Perhaps the crush tactic isn't using the hint? I'm not sure how to check that.
  Note that auto must solve the goal completely or else it will not change the goal in any way. When you apply this tactic directly does it solve the goal completely? Or just "work" giving a new obligation? Can this new obligation be solved by auto?
  Another possibility is that auto only searches the tree up to a given depth: 5 by default, but you can specify it with 'auto n' (n being the depth).
  Hard to say more without a context.

  Best,
  Adam

--
Adam Koprowski   [http://www.cs.ru.nl/~Adam.Koprowski]
R&D @ MLstate    [http://mlstate.com, 15 rue Berlier, 75013 Paris, France]



Archive powered by MhonArc 2.6.16.

Top of Page