Mon, 14 Feb 2011 12:25:26 +0100limit the number of generated SMT monomorphization instances (in addition to the existing monomorphization limit which does not prevent seemingly infinite loops);
boehmes [Mon, 14 Feb 2011 12:25:26 +0100] rev 42633
limit the number of generated SMT monomorphization instances (in addition to the existing monomorphization limit which does not prevent seemingly infinite loops);
updated SMT certificate

Mon, 14 Feb 2011 10:40:43 +0100more explicit errors to inform users about problems related to SMT solvers;
boehmes [Mon, 14 Feb 2011 10:40:43 +0100] rev 42632
more explicit errors to inform users about problems related to SMT solvers;
fall back to remote SMT solver (if local version does not exist);
extend the Z3 proof parser to accommodate for slight changes introduced by Z3 2.18

Sun, 13 Feb 2011 17:45:21 +0100more explicit exit due to failed etc/settings -- normally return code 0=true and 1=false could be tolerated, but bash syntax errors also return 1;
wenzelm [Sun, 13 Feb 2011 17:45:21 +0100] rev 42631
more explicit exit due to failed etc/settings -- normally return code 0=true and 1=false could be tolerated, but bash syntax errors also return 1;

Sun, 13 Feb 2011 17:29:44 +0100eliminated somewhat obsolete warning -- former "$HOME/Isabelle" vs. "$HOME/isabelle" no longer exist;
wenzelm [Sun, 13 Feb 2011 17:29:44 +0100] rev 42630
eliminated somewhat obsolete warning -- former "$HOME/Isabelle" vs. "$HOME/isabelle" no longer exist;

Sun, 13 Feb 2011 17:19:43 +0100tuned;
wenzelm [Sun, 13 Feb 2011 17:19:43 +0100] rev 42629
tuned;

Sun, 13 Feb 2011 08:47:36 +0100more pretty set comprehension sugar
nipkow [Sun, 13 Feb 2011 08:47:36 +0100] rev 42628
more pretty set comprehension sugar

Fri, 11 Feb 2011 15:31:19 +0100merged
bulwahn [Fri, 11 Feb 2011 15:31:19 +0100] rev 42627
merged

Fri, 11 Feb 2011 11:47:44 +0100adjusting HOL-Mutabelle to changes in quickcheck
bulwahn [Fri, 11 Feb 2011 11:47:44 +0100] rev 42626
adjusting HOL-Mutabelle to changes in quickcheck

Fri, 11 Feb 2011 11:47:43 +0100quickcheck can be invoked with its internal timelimit or without
bulwahn [Fri, 11 Feb 2011 11:47:43 +0100] rev 42625
quickcheck can be invoked with its internal timelimit or without

Fri, 11 Feb 2011 11:47:42 +0100quickcheck invokes TimeLimit.timeLimit only in one separate function
bulwahn [Fri, 11 Feb 2011 11:47:42 +0100] rev 42624
quickcheck invokes TimeLimit.timeLimit only in one separate function