Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] omega with min and max?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] omega with min and max?


Chronological Thread 
  • From: Jonathan <jonikelee AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] omega with min and max?
  • Date: Thu, 03 Jul 2014 11:48:19 -0400

On 07/02/2014 10:37 AM, Robbert Krebbers wrote:
the "lia" tactic is like "omega" and can deal with min/max.

Thanks for pointing that out, Robbert!

-- Jonathan


On 07/02/2014 04:34 PM, Jonathan wrote:
Is there a version of omega that includes min and max? I know one could
write a tactic that uses lt_dec to case-analyze away all mins and maxes
- I am just wondering if this has already been done - or, perhaps even
something more efficient that wouldn't bother to explore the entire space.

-- Jonathan





Archive powered by MHonArc 2.6.18.

Top of Page