Update from HH
[hl193./.git] / Complex / make.ml
1 needs "Library/analysis.ml";;        (* Basic real analysis                *)
2 needs "Library/transc.ml";;          (* Real transcendental functions      *)
3 needs "Library/floor.ml";;           (* Floor and frac functions           *)
4
5 needs "Complex/complexnumbers.ml";;          (* Basic complex number defs          *)
6 needs "Complex/complex_transc.ml";;           (* Complex transcendental functions   *)
7
8 needs "Complex/cpoly.ml";;            (* Complex polynomials                *)
9 needs "Complex/fundamental.ml";;      (* Fundamental theorem of algebra     *)
10 needs "Complex/quelim.ml";;           (* Quantifier elimination algorithm   *)
11 needs "Complex/complex_grobner.ml";;          (* Grobner bases with HOL proofs      *)
12 needs "Complex/complex_real.ml";;             (* Special case of reals              *)
13
14 needs "Complex/quelim_examples.ml";;  (* Examples of using quantifier elim  *)
15 needs "Complex/grobner_examples.ml";; (* Examples of using Grobner bases    *)