NEWS: new proof method "argo"
authorboehmes
Thu, 29 Sep 2016 20:54:45 +0200
changeset 63963 ed98a055b9a5
parent 63962 83a625d06e91
child 63964 9f0308e80366
NEWS: new proof method "argo"
NEWS
--- 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.