blanchet [Mon, 08 Nov 2010 13:25:00 +0100] rev 40427
merge
blanchet [Mon, 08 Nov 2010 09:10:44 +0100] rev 40426
recognize Vampire error
boehmes [Mon, 08 Nov 2010 12:13:51 +0100] rev 40425
return the process return code along with the process outputs
boehmes [Mon, 08 Nov 2010 12:13:44 +0100] rev 40424
better modularization: moved SMT configuration options and diagnostics as well as SMT failure and exception into separate structures (both of which are loaded first and consequently are available to other SMT structures)
haftmann [Mon, 08 Nov 2010 11:49:28 +0100] rev 40423
merged
haftmann [Mon, 08 Nov 2010 10:56:48 +0100] rev 40422
corrected slip: must keep constant map, not type map; tuned code
haftmann [Mon, 08 Nov 2010 10:43:24 +0100] rev 40421
constructors to datatypes in code_reflect can be globbed; dropped unused code
bulwahn [Mon, 08 Nov 2010 09:25:43 +0100] rev 40420
adding code and theory for smallvalue generators, but do not setup the interpretation yet
blanchet [Mon, 08 Nov 2010 02:33:48 +0100] rev 40419
make sure the SMT solver runs several iterations by lowering the timeout at each iteration -- yields better results in practice
blanchet [Mon, 08 Nov 2010 02:32:27 +0100] rev 40418
better detection of completely irrelevant facts
blanchet [Sun, 07 Nov 2010 18:19:04 +0100] rev 40417
always use a hard timeout in Mirabelle
blanchet [Sun, 07 Nov 2010 18:15:13 +0100] rev 40416
use "smt" (rather than "metis") to reconstruct SMT proofs
blanchet [Sun, 07 Nov 2010 18:03:24 +0100] rev 40415
don't pass too many facts on the first iteration of the SMT solver
blanchet [Sun, 07 Nov 2010 18:02:02 +0100] rev 40414
catch TimeOut exception
blanchet [Sun, 07 Nov 2010 17:56:07 +0100] rev 40413
ensure the SMT solver respects the timeout -- Mirabelle revealed cases where "smt_filter" apparently never returns
blanchet [Sun, 07 Nov 2010 17:51:25 +0100] rev 40412
if SMT used as a filter in a loop fails at each iteration, returns the first error, not the last, since it is more informative -- the first error typically says "out of memory", whereas the last might well be "the SMT problem is unprovable", which should be no surprise if too many facts were removed
blanchet [Sun, 07 Nov 2010 13:29:59 +0100] rev 40411
removed explicit "Interrupt" handling for conformity with async model -- unfortunately the user loses the information about how many scopes were checked, but this needs to be retought with the new interface anyway
blanchet [Sat, 06 Nov 2010 10:25:08 +0100] rev 40410
make Nitpick datatype tests faster to make timeout less likely
blanchet [Sat, 06 Nov 2010 10:25:08 +0100] rev 40409
invoke SMT solver in a loop, with fewer and fewer facts, in case of error
blanchet [Sat, 06 Nov 2010 10:25:08 +0100] rev 40408
always honor the max relevant constraint
wenzelm [Mon, 08 Nov 2010 11:28:22 +0100] rev 40407
more robust treatment of suppressed quotes concerning replacement text -- for improved copy/paste behaviour;
wenzelm [Mon, 08 Nov 2010 00:00:47 +0100] rev 40406
updated generated files;
wenzelm [Sun, 07 Nov 2010 23:32:26 +0100] rev 40405
tweaked pdf setup to allow modification of \pdfminorversion;
wenzelm [Sun, 07 Nov 2010 23:12:40 +0100] rev 40404
merged;
wenzelm [Sun, 07 Nov 2010 23:12:21 +0100] rev 40403
updated generated files;
wenzelm [Sun, 07 Nov 2010 22:51:16 +0100] rev 40402
basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
wenzelm [Sun, 07 Nov 2010 22:42:49 +0100] rev 40401
updated generated file;
wenzelm [Sun, 07 Nov 2010 22:26:25 +0100] rev 40400
more literal appearance of antiqopen/antiqclose;
wenzelm [Sun, 07 Nov 2010 16:39:03 +0100] rev 40399
'example_proof' is treated as non-schematic statement with irrelevant proof (NB: even regular proofs can contain unreachable parts wrt. the graph of proof promises);
wenzelm [Sat, 06 Nov 2010 20:59:59 +0100] rev 40398
continue after failed commands;
wenzelm [Sat, 06 Nov 2010 20:18:06 +0100] rev 40397
added Keyword.is_heading (cf. Scala version);
tuned;
wenzelm [Sat, 06 Nov 2010 19:37:31 +0100] rev 40396
updated keywords;
wenzelm [Sat, 06 Nov 2010 19:36:54 +0100] rev 40395
mark 'cd' and 'commit' as control command -- not usable in asynchronous document model, likely to cause confusion in Proof General;
wenzelm [Sat, 06 Nov 2010 18:10:35 +0100] rev 40394
somewhat more uniform timing markup in ML vs. Scala;
wenzelm [Sat, 06 Nov 2010 17:55:32 +0100] rev 40393
somewhat more uniform timing in ML vs. Scala;
wenzelm [Sat, 06 Nov 2010 16:53:07 +0100] rev 40392
added Markup.Double, Markup.Double_Property;
tuned;
wenzelm [Sat, 06 Nov 2010 16:31:35 +0100] rev 40391
explicit "timing" status for toplevel transactions;
wenzelm [Sat, 06 Nov 2010 16:03:49 +0100] rev 40390
tuned;
wenzelm [Sat, 06 Nov 2010 15:34:11 +0100] rev 40389
tuned comments;
krauss [Sat, 06 Nov 2010 00:10:32 +0100] rev 40388
abolished obscure goal variant of [split_format] -- unused (cf. d1c14898fd04), unrelated to '(complete)' variant, and not at all canonical
wenzelm [Fri, 05 Nov 2010 23:19:20 +0100] rev 40387
moved ISABELLE_IDENTIFIER from ISABELLE_OUTPUT further up to ISABELLE_HOME_USER;
wenzelm [Fri, 05 Nov 2010 22:03:57 +0100] rev 40386
updated keywords;
wenzelm [Fri, 05 Nov 2010 22:01:01 +0100] rev 40385
reflect actual content of /home/isabelle/.html-data/cgi-bin/hgwebdir.cgi;
wenzelm [Fri, 05 Nov 2010 21:53:25 +0100] rev 40384
eliminated spurious "firstline" filters for improved display of Isabelle history logs: one item per line, without special headline;
more uniform shortlogentry and filelogentry;
wenzelm [Fri, 05 Nov 2010 21:48:48 +0100] rev 40383
reflect actual content of /home/isabelle-repository/hgweb-templates/isabelle by krauss;
wenzelm [Fri, 05 Nov 2010 21:42:32 +0100] rev 40382
obsolete -- python installation on www4 is not modified (despite remaining "firstline" in graph and syndication views);
wenzelm [Fri, 05 Nov 2010 19:47:20 +0100] rev 40381
explicit indication of some remaining violations of the Isabelle/ML interrupt model;
wenzelm [Fri, 05 Nov 2010 19:39:25 +0100] rev 40380
updated generated file, overwriting 55a1693affb6 whose content appears to be in the thy source already;
wenzelm [Fri, 05 Nov 2010 19:22:04 +0100] rev 40379
proper spelling;
proper format;
hoelzl [Fri, 05 Nov 2010 15:09:55 +0100] rev 40378
merged
hoelzl [Fri, 05 Nov 2010 14:17:18 +0100] rev 40377
Extend convex analysis by Bogdan Grechuk
blanchet [Fri, 05 Nov 2010 14:36:17 +0100] rev 40376
merged
blanchet [Fri, 05 Nov 2010 09:49:03 +0100] rev 40375
fixed handling of theorem references such as "foo bar" (with quotes), "foo bar(2)", and "foo bar(2)"(2)
blanchet [Fri, 05 Nov 2010 09:05:22 +0100] rev 40374
make Mirabelle work correctly if the prover (e.g. the SMT solver) returns no timing information
blanchet [Thu, 04 Nov 2010 15:31:26 +0100] rev 40373
pass proper type to SMT_Builtin.is_builtin
blanchet [Thu, 04 Nov 2010 15:30:48 +0100] rev 40372
remove " s" suffix since seconds are now implicit
blanchet [Thu, 04 Nov 2010 14:59:44 +0100] rev 40371
ignore facts with only theory constants in them
blanchet [Thu, 04 Nov 2010 14:59:44 +0100] rev 40370
cosmetics
blanchet [Thu, 04 Nov 2010 14:59:44 +0100] rev 40369
use the SMT integration's official list of built-ins
haftmann [Fri, 05 Nov 2010 14:10:41 +0100] rev 40368
added class relation group_add < cancel_semigroup_add
bulwahn [Fri, 05 Nov 2010 09:07:14 +0100] rev 40367
merged
bulwahn [Fri, 05 Nov 2010 08:16:35 +0100] rev 40366
changing timeout to real value; handling Interrupt and Timeout more like nitpick does
bulwahn [Fri, 05 Nov 2010 08:16:34 +0100] rev 40365
added two lemmas about injectivity of concat to the list theory
bulwahn [Fri, 05 Nov 2010 08:16:31 +0100] rev 40364
adding documentation of some quickcheck options
haftmann [Fri, 05 Nov 2010 08:28:57 +0100] rev 40363
merged
haftmann [Thu, 04 Nov 2010 17:27:38 +0100] rev 40362
Code.check_const etc.: reject too specific types
haftmann [Thu, 04 Nov 2010 17:27:37 +0100] rev 40361
corrected quoting
haftmann [Thu, 04 Nov 2010 17:27:37 +0100] rev 40360
added lemma length_alloc
haftmann [Thu, 04 Nov 2010 13:42:36 +0100] rev 40359
dropped return abbreviation for Pair -- confusing if combined with monad syntax; tuned document
haftmann [Thu, 04 Nov 2010 13:42:36 +0100] rev 40358
added note on countable types
boehmes [Thu, 04 Nov 2010 18:01:55 +0100] rev 40357
simulate more closely the behaviour of the tactic
wenzelm [Thu, 04 Nov 2010 17:17:21 +0100] rev 40356
merged
haftmann [Thu, 04 Nov 2010 13:37:11 +0100] rev 40355
merged
haftmann [Thu, 04 Nov 2010 09:54:16 +0100] rev 40354
merged
haftmann [Wed, 03 Nov 2010 14:14:06 +0100] rev 40353
dropped debug message
haftmann [Wed, 03 Nov 2010 14:14:06 +0100] rev 40352
more precise text
haftmann [Wed, 03 Nov 2010 14:14:05 +0100] rev 40351
SMLdummy target
haftmann [Wed, 03 Nov 2010 14:14:05 +0100] rev 40350
fixed typos
haftmann [Wed, 03 Nov 2010 12:20:33 +0100] rev 40349
moved theory Quicksort from Library/ to ex/
haftmann [Wed, 03 Nov 2010 12:20:33 +0100] rev 40348
Theory Multiset provides stable quicksort implementation of sort_key.
haftmann [Wed, 03 Nov 2010 12:15:47 +0100] rev 40347
added code lemmas for stable parametrized quicksort
haftmann [Wed, 03 Nov 2010 11:50:29 +0100] rev 40346
tuned proof
blanchet [Thu, 04 Nov 2010 09:53:23 +0100] rev 40345
moved file in makefile to reflect actual dependencies
blanchet [Wed, 03 Nov 2010 23:01:30 +0100] rev 40344
give E one more second, to prevent cases where it finds a proof but has no time to print it
blanchet [Wed, 03 Nov 2010 22:51:32 +0100] rev 40343
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
updated docs
blanchet [Wed, 03 Nov 2010 22:33:23 +0100] rev 40342
don't be overly verbose in Sledgehammer's minimizer
blanchet [Wed, 03 Nov 2010 22:26:53 +0100] rev 40341
standardize on seconds for Nitpick and Sledgehammer timeouts
nipkow [Wed, 03 Nov 2010 20:19:24 +0100] rev 40340
cleaned up
wenzelm [Thu, 04 Nov 2010 16:15:13 +0100] rev 40339
added property "tooltip-margin";
wenzelm [Thu, 04 Nov 2010 10:58:03 +0100] rev 40338
clarified tooltips: message output by default, extra info via control/command;
wenzelm [Thu, 04 Nov 2010 10:33:37 +0100] rev 40337
warn in correlation with report -- avoid spurious message duplicates;
wenzelm [Thu, 04 Nov 2010 10:22:59 +0100] rev 40336
tuned;
wenzelm [Wed, 03 Nov 2010 21:53:56 +0100] rev 40335
feeder: treat header as escaped utf8 to allow initial ML text to refer to non-ASCII file/directory names (e.g. "Documents/" on Chinese Ubuntu);
boehmes [Wed, 03 Nov 2010 17:11:40 +0100] rev 40334
merged
boehmes [Wed, 03 Nov 2010 17:02:53 +0100] rev 40333
updated SMT certificates
boehmes [Wed, 03 Nov 2010 16:44:38 +0100] rev 40332
standardize timeout value based on reals
wenzelm [Wed, 03 Nov 2010 15:56:15 +0100] rev 40331
merged
huffman [Wed, 03 Nov 2010 07:02:09 -0700] rev 40330
merged
huffman [Sat, 30 Oct 2010 15:13:11 -0700] rev 40329
change default_sort of HOLCF from pcpo to bifinite; rename command 'new_domain' to 'domain'; rename 'domain' to 'domain (unsafe)'
huffman [Sat, 30 Oct 2010 12:25:18 -0700] rev 40328
merged
huffman [Fri, 29 Oct 2010 17:15:28 -0700] rev 40327
renamed {Rep,Abs}_CFun to {Rep,Abs}_cfun
huffman [Fri, 29 Oct 2010 16:51:40 -0700] rev 40326
renamed lemma cont2cont_Rep_CFun to cont2cont_APP
huffman [Fri, 29 Oct 2010 16:24:07 -0700] rev 40325
simplify proof of typedef_cont_Abs
huffman [Wed, 27 Oct 2010 15:50:01 -0700] rev 40324
rename constant trifte to tr_case
huffman [Wed, 27 Oct 2010 14:31:39 -0700] rev 40323
add 'LAM (Def x). t' as alternative syntax for 'FLIFT x. t'
huffman [Wed, 27 Oct 2010 14:15:54 -0700] rev 40322
make syntax of continuous if-then-else consistent with HOL if-then-else
huffman [Wed, 27 Oct 2010 13:54:18 -0700] rev 40321
rename lemmas *_defined_iff and *_strict_iff to *_bottom_iff
haftmann [Wed, 03 Nov 2010 10:44:53 +0100] rev 40320
polyml_as_definition does not require explicit dependencies on external ML files
wenzelm [Wed, 03 Nov 2010 13:54:23 +0100] rev 40319
explicit warning about opaque signature matching -- saves extra paragraph in implementation manual;
wenzelm [Wed, 03 Nov 2010 11:33:51 +0100] rev 40318
discontinued obsolete function sys_error and exception SYS_ERROR;
wenzelm [Wed, 03 Nov 2010 11:11:49 +0100] rev 40317
replaced ancient sys_error by raise Fail, assuming that the latter is not handled specifically by the environment;
wenzelm [Wed, 03 Nov 2010 11:06:22 +0100] rev 40316
replaced ancient sys_error by raise Fail, assuming that the latter is not handled specifically by the environment;