wenzelm [Sun, 20 Mar 2011 20:20:41 +0100] rev 42010
eliminated dead code;
wenzelm [Sun, 20 Mar 2011 20:05:43 +0100] rev 42009
parallel preparation of document variants, within separate directories;
wenzelm [Sun, 20 Mar 2011 19:47:26 +0100] rev 42008
Present.init/finish/no_document are not thread-safe -- eliminated futile CRITICAL sections;
tuned;
wenzelm [Sun, 20 Mar 2011 19:34:18 +0100] rev 42007
eliminated redundant doc_prefix1;
tuned;
wenzelm [Sun, 20 Mar 2011 19:10:09 +0100] rev 42006
renamed doc_prefix2 to dump_prefix;
wenzelm [Sun, 20 Mar 2011 18:56:36 +0100] rev 42005
tuned;
wenzelm [Sun, 20 Mar 2011 18:09:32 +0100] rev 42004
tuned terminology for document variants;
wenzelm [Sun, 20 Mar 2011 17:40:45 +0100] rev 42003
replaced File.check by specific File.check_file, File.check_dir;
clarified File.full_path -- include parts of former Thy_Load.get_file;
simplified Thy_Load.check_file -- do not read/digest yet;
merged Thy_Load.check_thy/deps_thy -- always read text and parse header;
clarified Thy_Header.read -- NB: partial Path.explode outside of args parser combinator;
Thy_Info.check_deps etc.: File.read exactly once;
wenzelm [Sun, 20 Mar 2011 13:49:21 +0100] rev 42002
tuned;
blanchet [Sat, 19 Mar 2011 14:03:13 +0100] rev 42001
preencode value of "need" selectors in Kodkod bounds as an optimization
blanchet [Sat, 19 Mar 2011 11:22:23 +0100] rev 42000
ignore "need" axioms for "nat"-like types
blanchet [Fri, 18 Mar 2011 22:55:28 +0100] rev 41999
added "simp:", "intro:", and "elim:" to "try" command
blanchet [Fri, 18 Mar 2011 17:27:28 +0100] rev 41998
optimize Kodkod axioms further w.r.t. "need" option
blanchet [Fri, 18 Mar 2011 12:20:32 +0100] rev 41997
optimize Kodkod bounds of nat-like datatypes
blanchet [Fri, 18 Mar 2011 12:05:23 +0100] rev 41996
more optimizations of bounds for "need"
blanchet [Fri, 18 Mar 2011 11:43:28 +0100] rev 41995
optimize Kodkod bounds when "need" is specified
blanchet [Fri, 18 Mar 2011 10:17:37 +0100] rev 41994
always destroy constructor patterns, since this seems to be always useful
blanchet [Thu, 17 Mar 2011 22:07:17 +0100] rev 41993
reintroduced "show_skolems" option -- useful when too many Skolems are displayed
blanchet [Thu, 17 Mar 2011 14:43:53 +0100] rev 41992
reword Nitpick's wording concerning potential counterexamples
blanchet [Thu, 17 Mar 2011 14:43:51 +0100] rev 41991
prevent an exception if "card" is empty (e.g., "nitpick [card]")
blanchet [Thu, 17 Mar 2011 11:18:31 +0100] rev 41990
add option to function to keep trivial ATP formulas, needed for some experiments
blanchet [Thu, 17 Mar 2011 11:18:31 +0100] rev 41989
add option to relevance filter's "all_facts" function to really get all facts (needed for some experiments)
nipkow [Thu, 17 Mar 2011 09:58:13 +0100] rev 41988
tuned lemma
nipkow [Wed, 16 Mar 2011 19:50:56 +0100] rev 41987
added lemmas
nipkow [Tue, 15 Mar 2011 22:04:02 +0100] rev 41986
added lemma
blanchet [Tue, 15 Mar 2011 15:49:42 +0100] rev 41985
support non-ground "need" values
wenzelm [Tue, 15 Mar 2011 13:03:54 +0100] rev 41984
recover Isabelle symlink for public distribution, notably website;
wenzelm [Mon, 14 Mar 2011 16:59:37 +0100] rev 41983
standardized headers;