bulwahn [Sat, 11 Feb 2012 11:36:23 +0100] rev 46453
making max_mutants an option that can be changed in the Mutabelle-script
bulwahn [Sat, 11 Feb 2012 11:36:21 +0100] rev 46452
increase timeout to 30 seconds; changing mutabelle script
blanchet [Fri, 10 Feb 2012 17:10:49 +0100] rev 46451
parse clauses generated from several formulas
blanchet [Fri, 10 Feb 2012 17:10:47 +0100] rev 46450
be more gentle when generating KBO weights
blanchet [Fri, 10 Feb 2012 16:33:58 +0100] rev 46449
update SPASS slices
Cezary Kaliszyk <cezarykaliszyk@gmail.com> [Fri, 10 Feb 2012 09:47:59 +0100] rev 46448
more specification of the quotient package in IsarRef
Cezary Kaliszyk <cezarykaliszyk@gmail.com> [Fri, 10 Feb 2012 09:02:51 +0100] rev 46447
specification of the quotient package
blanchet [Thu, 09 Feb 2012 16:00:04 +0100] rev 46446
tune KBO weight code
blanchet [Thu, 09 Feb 2012 14:42:18 +0100] rev 46445
minor DFG fix
blanchet [Thu, 09 Feb 2012 14:35:27 +0100] rev 46444
new SPASS slices
blanchet [Thu, 09 Feb 2012 14:04:17 +0100] rev 46443
improved KBO weights -- beware of explicit applications
blanchet [Thu, 09 Feb 2012 12:57:59 +0100] rev 46442
added possibility of generating KBO weights to DFG problems
Cezary Kaliszyk <cezarykaliszyk@gmail.com> [Thu, 09 Feb 2012 09:36:30 +0100] rev 46441
Generalize the compositional preservation theorems
blanchet [Wed, 08 Feb 2012 01:49:33 +0100] rev 46440
use 'primrec' to define "rotate1", for uniformity (and to help first-order tools that rely on "Spec_Rules")
blanchet [Wed, 08 Feb 2012 00:55:06 +0100] rev 46439
removed fact that confuses SPASS -- better rely on "rev_rev_ident", which is stronger and more ATP friendly
blanchet [Wed, 08 Feb 2012 00:05:22 +0100] rev 46438
beware of "Bit0" and "Bit1" -- these shouldn't be blidly unfolded by SPASS, lest we get gigantic terms
blanchet [Mon, 06 Feb 2012 23:01:02 +0100] rev 46437
fixed arity error
blanchet [Mon, 06 Feb 2012 23:01:02 +0100] rev 46436
tuning
blanchet [Mon, 06 Feb 2012 23:01:01 +0100] rev 46435
renamed type encoding
bulwahn [Sun, 05 Feb 2012 17:43:15 +0100] rev 46434
adding some forbidden constant names for mutabelle
bulwahn [Sun, 05 Feb 2012 17:43:14 +0100] rev 46433
mutabelle ignores theorems with internal constants
nipkow [Sun, 05 Feb 2012 17:09:21 +0100] rev 46432
tuned
nipkow [Sun, 05 Feb 2012 16:53:20 +0100] rev 46431
merged
nipkow [Sun, 05 Feb 2012 16:53:11 +0100] rev 46430
simplified code generation
blanchet [Sun, 05 Feb 2012 13:28:51 +0100] rev 46429
remove option that's on by default
blanchet [Sun, 05 Feb 2012 12:27:10 +0100] rev 46428
no need for a script/mega-hack with the new SPASS
blanchet [Sun, 05 Feb 2012 12:27:10 +0100] rev 46427
cleaned up new SPASS parsing
blanchet [Sun, 05 Feb 2012 12:27:10 +0100] rev 46426
tuning
bulwahn [Sun, 05 Feb 2012 11:14:25 +0100] rev 46425
merged
bulwahn [Sun, 05 Feb 2012 10:43:52 +0100] rev 46424
adding code equation for Relation.image; adding map_project as correspondence to map_filter on lists
bulwahn [Sun, 05 Feb 2012 10:42:57 +0100] rev 46423
tuning to remove ML warnings
blanchet [Sun, 05 Feb 2012 10:50:34 +0100] rev 46422
removed double filtering of type args
bulwahn [Sun, 05 Feb 2012 08:57:03 +0100] rev 46421
adding a quickcheck example about functions and sets
bulwahn [Sun, 05 Feb 2012 08:47:13 +0100] rev 46420
removing lemma bij_betw_Disj_Un, as it is a special case of bij_between_combine (was added in d1fc454d6735, and has not been used since)
bulwahn [Sun, 05 Feb 2012 08:36:41 +0100] rev 46419
adding a remark about lemma which is too special and should be removed
bulwahn [Sun, 05 Feb 2012 08:24:39 +0100] rev 46418
another try to improve code generation of set equality (cf. da32cf32c0c7)
bulwahn [Sun, 05 Feb 2012 08:24:38 +0100] rev 46417
beautifying definitions of check_all and adding instance for finite_4
Cezary Kaliszyk <cezarykaliszyk@gmail.com> [Sun, 05 Feb 2012 07:05:34 +0100] rev 46416
Make automatic derivation of raw/quotient types more greedy to allow descending and quot_lifted for compound quotients.
blanchet [Sat, 04 Feb 2012 17:01:25 +0100] rev 46415
added option to Mirabelle/Sledgehammer
blanchet [Sat, 04 Feb 2012 12:08:18 +0100] rev 46414
improved hashing w.r.t. Mirabelle, to help debugging
blanchet [Sat, 04 Feb 2012 12:08:18 +0100] rev 46413
tuned SPASS DFG output
blanchet [Sat, 04 Feb 2012 12:08:18 +0100] rev 46412
the new SPASS gives accurate fact information, so no need for old hack anymore
blanchet [Sat, 04 Feb 2012 12:08:18 +0100] rev 46411
fixed docs
blanchet [Sat, 04 Feb 2012 12:08:18 +0100] rev 46410
made sure to filter type args also for "uncurried alias" equations
blanchet [Sat, 04 Feb 2012 12:08:18 +0100] rev 46409
made option available to users (mostly for experiments)
bulwahn [Sat, 04 Feb 2012 07:40:02 +0100] rev 46408
using fully qualified module names in Haskell source, which seems to be required by GHC 7.0.4 (also cf. 0fd9ab902b5a)
blanchet [Fri, 03 Feb 2012 18:00:55 +0100] rev 46407
optimization: slice caching in case two consecutive slices are nearly identical
blanchet [Fri, 03 Feb 2012 18:00:55 +0100] rev 46406
extended SPASS/DFG output with ranks
blanchet [Fri, 03 Feb 2012 18:00:55 +0100] rev 46405
try to pass fewer options to Metis
Cezary Kaliszyk <cezarykaliszyk@gmail.com> [Fri, 03 Feb 2012 15:51:10 +0100] rev 46404
Quotient FSet: Add compositional respectfulness and preservation for map and lift map_concat
blanchet [Thu, 02 Feb 2012 19:41:58 +0100] rev 46403
improve SPASS scripts
blanchet [Thu, 02 Feb 2012 15:14:18 +0100] rev 46402
change 9ce354a77908 wasn't quite right -- here's an improvement
blanchet [Thu, 02 Feb 2012 12:51:03 +0100] rev 46401
better SPASS setup
blanchet [Thu, 02 Feb 2012 12:42:05 +0100] rev 46400
don't introduce new symbols in helpers -- makes problems unprovable
blanchet [Thu, 02 Feb 2012 12:42:05 +0100] rev 46399
only constants can be aliased
blanchet [Thu, 02 Feb 2012 12:42:05 +0100] rev 46398
include new SPASS by default if available
bulwahn [Thu, 02 Feb 2012 10:16:10 +0100] rev 46397
adding an example for finite and cofinite sets
bulwahn [Thu, 02 Feb 2012 10:12:30 +0100] rev 46396
adding a minimally refined equality on sets for code generation
bulwahn [Thu, 02 Feb 2012 10:12:11 +0100] rev 46395
adding an example for a datatype refinement which would allow rtrancl to be executable on an infinite type
bulwahn [Wed, 01 Feb 2012 15:28:02 +0100] rev 46394
improving code equations for multisets that violated the distinct AList abstraction