Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Re: Check time and space consumption

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Re: Check time and space consumption


chronological Thread 
  • From: Thery Laurent <thery AT ns.di.univaq.it>
  • To: Stefan Karrmann <sk AT mathematik.uni-ulm.de>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Re: Check time and space consumption
  • Date: Sat, 6 Aug 2005 11:35:05 +0200 (CEST)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>



On Wed, 3 Aug 2005, Stefan Karrmann wrote:

Apologies for answering myself here.

[...]
functions which are defined and accepted in Coq terminates. Can the system
check space and time upper bounds, i.e. O(f) bounds?


We did some experiment in an old version of Coq some years a ago along your line to compute worse case complexity. We even built a tool for a restricted subset of function that was semi-automatically producing the transformed function. We proved for example that isort was quadratic.
So it works

--
Laurent Théry






Archive powered by MhonArc 2.6.16.

Top of Page