# HG changeset patch # User blanchet # Date 1501796597 -7200 # Node ID c41642bc1ebb0bd149f018fd936134629a9f2667 # Parent bdf4d5408b01f04d15c7b64609719e5cd9ac8d34 pass option recommended by Andy Reynolds to CVC4 1.5 (released) or better diff -r bdf4d5408b01 -r c41642bc1ebb src/HOL/SMT.thy --- a/src/HOL/SMT.thy Thu Aug 03 23:43:17 2017 +0200 +++ b/src/HOL/SMT.thy Thu Aug 03 23:43:17 2017 +0200 @@ -246,7 +246,7 @@ \ declare [[cvc3_options = ""]] -declare [[cvc4_options = "--full-saturate-quant --inst-when=full-last-call --inst-no-entail --term-db-mode=relevant"]] +declare [[cvc4_options = "--full-saturate-quant --inst-when=full-last-call --inst-no-entail --term-db-mode=relevant --multi-trigger-linear"]] declare [[verit_options = ""]] declare [[z3_options = ""]]