diff options
| author | herbelin | 2008-05-19 19:10:40 +0000 |
|---|---|---|
| committer | herbelin | 2008-05-19 19:10:40 +0000 |
| commit | 7c51ef20064ed4f44a4e1dcb2040ec4b74919b5f (patch) | |
| tree | 4cc4f55d026344c86de4381aa16cd2aa20f69150 /contrib/micromega/CheckerMaker.v | |
| parent | 133516a1acebebfce527204fe5109a5eecb9bb45 (diff) | |
Intégration de micromega ("omicron" pour fourier et sa variante sur Z,
"micromega" et "sos" pour les problèmes non linéaires sous-traités à
csdp); mise en place d'un cache pour pouvoir rejouer les preuves
sans avoir besoin de csdp (pour l'instant c'est du bricolage, faudra
affiner cela).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10947 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/micromega/CheckerMaker.v')
| -rw-r--r-- | contrib/micromega/CheckerMaker.v | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/contrib/micromega/CheckerMaker.v b/contrib/micromega/CheckerMaker.v index 8c491a55ed..93b4d213f8 100644 --- a/contrib/micromega/CheckerMaker.v +++ b/contrib/micromega/CheckerMaker.v @@ -1,10 +1,16 @@ -(********************************************************************) -(* *) -(* Micromega: A reflexive tactics using the Positivstellensatz *) -(* *) -(* Frédéric Besson (Irisa/Inria) 2006 *) -(* *) -(********************************************************************) +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) +(* *) +(* Micromega: A reflexive tactic using the Positivstellensatz *) +(* *) +(* Frédéric Besson (Irisa/Inria) 2006-2008 *) +(* *) +(************************************************************************) Require Import Setoid. Require Import Decidable. |
