summaryrefslogtreecommitdiff
path: root/contrib7/fourier/Fourier.v
diff options
context:
space:
mode:
Diffstat (limited to 'contrib7/fourier/Fourier.v')
-rw-r--r--contrib7/fourier/Fourier.v28
1 files changed, 0 insertions, 28 deletions
diff --git a/contrib7/fourier/Fourier.v b/contrib7/fourier/Fourier.v
deleted file mode 100644
index 740bbef6..00000000
--- a/contrib7/fourier/Fourier.v
+++ /dev/null
@@ -1,28 +0,0 @@
-(************************************************************************)
-(* 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 *)
-(************************************************************************)
-
-(* $Id: Fourier.v,v 1.1.2.1 2004/07/16 19:30:17 herbelin Exp $ *)
-
-(* "Fourier's method to solve linear inequations/equations systems.".*)
-
-Declare ML Module "quote".
-Declare ML Module "ring".
-Declare ML Module "fourier".
-Declare ML Module "fourierR".
-Declare ML Module "field".
-
-Require Export Fourier_util.
-Require Export Field.
-Require Export DiscrR.
-
-Tactic Definition Fourier :=
- Abstract (FourierZ;Field;DiscrR).
-
-Tactic Definition FourierEq :=
- Apply Rge_ge_eq ; Fourier.
-