merged
authornipkow
Fri, 28 Feb 2014 18:11:11 +0100
changeset 55809 d27e7872dd10
parent 55806 519625ec22a0 (diff)
parent 55808 488c3e8282c8 (current diff)
child 55810 63d63d854fae
child 55812 59fcd209cc0c
merged
--- a/src/HOL/Tools/SMT/smt_setup_solvers.ML	Fri Feb 28 18:11:02 2014 +0100
+++ b/src/HOL/Tools/SMT/smt_setup_solvers.ML	Fri Feb 28 18:11:11 2014 +0100
@@ -117,10 +117,13 @@
       error (Pretty.string_of (Pretty.para
         "The SMT solver Z3 may only be used for non-commercial applications."))
   | Z3_Non_Commercial_Unknown =>
-      error (Pretty.string_of (Pretty.para
-        ("The SMT solver Z3 is not activated. To activate it, set the Isabelle \
-         \system option \"z3_non_commercial\" to \"yes\" (e.g. via \
-         \the Isabelle/jEdit menu Plugin Options / Isabelle / General)."))))
+      error
+        (Pretty.string_of
+          (Pretty.para
+            ("The SMT solver Z3 is not activated. To activate it, set the Isabelle \
+             \system option \"z3_non_commercial\" to \"yes\" (e.g. via \
+             \the Isabelle/jEdit menu Plugin Options / Isabelle / General).")) ^
+        "\n\nSee also " ^ Url.print (Url.explode "http://z3.codeplex.com/license")))
 
 end