NEWS
changeset 63963 ed98a055b9a5
parent 63950 cdc1e59aa513
child 63967 2aa42596edc3
--- a/NEWS	Thu Sep 29 20:54:45 2016 +0200
+++ b/NEWS	Thu Sep 29 20:54:45 2016 +0200
@@ -240,6 +240,13 @@
 
 *** HOL ***
 
+* New proof method "argo" using the built-in Argo solver based on SMT technology.
+The method can be used to prove goals of quantifier-free propositional logic,
+goals based on a combination of quantifier-free propositional logic with equality,
+and goals based on a combination of quantifier-free propositional logic with
+linear real arithmetic including min/max/abs. See HOL/ex/Argo_Examples.thy for
+examples.
+
 * Type class "div" with operation "mod" renamed to type class "modulo" with
 operation "modulo", analogously to type class "divide".  This eliminates the
 need to qualify any of those names in the presence of infix "mod" syntax.