blanchet [Mon, 07 Jun 2010 10:37:06 +0200] rev 37349
cosmetics
blanchet [Sat, 05 Jun 2010 21:30:40 +0200] rev 37348
renaming
blanchet [Sat, 05 Jun 2010 16:39:23 +0200] rev 37347
show more respect for user-specified facts, even if they could lead to unsound proofs + don't throw away "unsound" theorems in "full_type" mode, since they are then sound
blanchet [Sat, 05 Jun 2010 16:08:35 +0200] rev 37346
fix remote Vampire diagnosis
blanchet [Sat, 05 Jun 2010 15:59:58 +0200] rev 37345
make Sledgehammer's "add:" and "del:" syntax work better in the presence of aliases;
some of these aliases pop up only after Sledgehammer has converted the formula to CNF, so it can be very confusing to the user who said "add: foo del: bar" that "bar" is used in the end.
blanchet [Sat, 05 Jun 2010 15:07:50 +0200] rev 37344
totally bypass Sledgehammer's relevance filter when facts are given using the "(fact1 ... factn)" syntax;
faster and more reliable
wenzelm [Sun, 06 Jun 2010 18:47:29 +0200] rev 37343
single heaps archive;
wenzelm [Sun, 06 Jun 2010 18:34:53 +0200] rev 37342
merged
wenzelm [Sun, 06 Jun 2010 18:04:59 +0200] rev 37341
tuned;
wenzelm [Sun, 06 Jun 2010 18:29:10 +0200] rev 37340
removed obsolete dry-run option;
just one archive for heaps, with the full cumulative collection (proper dependencies for rebuild);
wenzelm [Sun, 06 Jun 2010 17:37:44 +0200] rev 37339
Added tag isa2009-2-test1 for changeset d1cdbc7524b6
haftmann [Sat, 05 Jun 2010 07:52:45 +0200] rev 37338
merged
haftmann [Fri, 04 Jun 2010 19:36:41 +0200] rev 37337
avoid "$"
haftmann [Fri, 04 Jun 2010 19:36:40 +0200] rev 37336
tuned whitespace
haftmann [Fri, 04 Jun 2010 17:32:30 +0200] rev 37335
avoid flowerish abbreviation
wenzelm [Fri, 04 Jun 2010 17:27:45 +0200] rev 37334
merged
blanchet [Fri, 04 Jun 2010 16:55:25 +0200] rev 37333
merge
blanchet [Fri, 04 Jun 2010 16:55:08 +0200] rev 37332
don't raise Option.Option if assumptions contain schematic variables
blanchet [Fri, 04 Jun 2010 16:54:10 +0200] rev 37331
recongize one more outcome string for "remote_vampire"
blanchet [Fri, 04 Jun 2010 16:53:08 +0200] rev 37330
"print_vars_terms" wasn't doing its job properly;
the offending line was "find_vars t1 #> find_vars t1", where the second "t1" should clearly have been "t2"
blanchet [Fri, 04 Jun 2010 15:43:02 +0200] rev 37329
merged
blanchet [Fri, 04 Jun 2010 15:41:27 +0200] rev 37328
made "clausify" attribute a legacy feature;
seems to have ever only been a debugging feature
blanchet [Fri, 04 Jun 2010 15:21:46 +0200] rev 37327
made "neg_clausify" a legacy feature
blanchet [Fri, 04 Jun 2010 15:09:37 +0200] rev 37326
kill active Sledgehammer threads when running minimize, to avoid confusing the user with too much output