src/HOL/Library/Sum_of_Squares.thy
author paulson <lp15@cam.ac.uk>
Thu, 04 Apr 2019 16:38:45 +0100
changeset 70045 7b6add80e3a5
parent 69605 a96320074298
child 70333 0f7edf0853df
permissions -rw-r--r--
fixed markup in Poly_Mapping; Free_Abelian_Groups (but not yet imported by Algebra!)

(*  Title:      HOL/Library/Sum_of_Squares.thy
    Author:     Amine Chaieb, University of Cambridge
    Author:     Philipp Meyer, TU Muenchen
*)

section \<open>A decision procedure for universal multivariate real arithmetic
  with addition, multiplication and ordering using semidefinite programming\<close>

theory Sum_of_Squares
imports Complex_Main
begin

ML_file \<open>positivstellensatz.ML\<close>
ML_file \<open>Sum_of_Squares/sum_of_squares.ML\<close>
ML_file \<open>Sum_of_Squares/positivstellensatz_tools.ML\<close>
ML_file \<open>Sum_of_Squares/sos_wrapper.ML\<close>

end