3 months ago blanchet 2012-02-11 new SPASS options
3 months ago bulwahn 2012-02-11 making num_mutations a configuration that can be changed with the mutabelle bash command
3 months ago bulwahn 2012-02-11 making max_mutants an option that can be changed in the Mutabelle-script
3 months ago bulwahn 2012-02-11 increase timeout to 30 seconds; changing mutabelle script
3 months ago blanchet 2012-02-10 parse clauses generated from several formulas
3 months ago blanchet 2012-02-10 be more gentle when generating KBO weights
3 months ago blanchet 2012-02-10 update SPASS slices
3 months ago Cezary Kaliszyk 2012-02-10 more specification of the quotient package in IsarRef
3 months ago Cezary Kaliszyk 2012-02-10 specification of the quotient package
3 months ago blanchet 2012-02-09 tune KBO weight code
3 months ago blanchet 2012-02-09 minor DFG fix
3 months ago blanchet 2012-02-09 new SPASS slices
3 months ago blanchet 2012-02-09 improved KBO weights -- beware of explicit applications
3 months ago blanchet 2012-02-09 added possibility of generating KBO weights to DFG problems
3 months ago Cezary Kaliszyk 2012-02-09 Generalize the compositional preservation theorems
3 months ago blanchet 2012-02-08 use 'primrec' to define "rotate1", for uniformity (and to help first-order tools that rely on "Spec_Rules")
3 months ago blanchet 2012-02-08 removed fact that confuses SPASS -- better rely on "rev_rev_ident", which is stronger and more ATP friendly
3 months ago blanchet 2012-02-08 beware of "Bit0" and "Bit1" -- these shouldn't be blidly unfolded by SPASS, lest we get gigantic terms
3 months ago blanchet 2012-02-06 fixed arity error
3 months ago blanchet 2012-02-06 tuning
3 months ago blanchet 2012-02-06 renamed type encoding
3 months ago bulwahn 2012-02-05 adding some forbidden constant names for mutabelle
3 months ago bulwahn 2012-02-05 mutabelle ignores theorems with internal constants
3 months ago nipkow 2012-02-05 tuned
3 months ago nipkow 2012-02-05 merged
3 months ago nipkow 2012-02-05 simplified code generation
3 months ago blanchet 2012-02-05 remove option that's on by default
3 months ago blanchet 2012-02-05 no need for a script/mega-hack with the new SPASS
3 months ago blanchet 2012-02-05 cleaned up new SPASS parsing
3 months ago blanchet 2012-02-05 tuning
3 months ago bulwahn 2012-02-05 merged
3 months ago bulwahn 2012-02-05 adding code equation for Relation.image; adding map_project as correspondence to map_filter on lists
3 months ago bulwahn 2012-02-05 tuning to remove ML warnings
3 months ago blanchet 2012-02-05 removed double filtering of type args
3 months ago bulwahn 2012-02-05 adding a quickcheck example about functions and sets
3 months ago bulwahn 2012-02-05 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)
3 months ago bulwahn 2012-02-05 adding a remark about lemma which is too special and should be removed
3 months ago bulwahn 2012-02-05 another try to improve code generation of set equality (cf. da32cf32c0c7)
3 months ago bulwahn 2012-02-05 beautifying definitions of check_all and adding instance for finite_4
3 months ago Cezary Kaliszyk 2012-02-05 Make automatic derivation of raw/quotient types more greedy to allow descending and quot_lifted for compound quotients.
3 months ago blanchet 2012-02-04 added option to Mirabelle/Sledgehammer
3 months ago blanchet 2012-02-04 improved hashing w.r.t. Mirabelle, to help debugging
3 months ago blanchet 2012-02-04 tuned SPASS DFG output
3 months ago blanchet 2012-02-04 the new SPASS gives accurate fact information, so no need for old hack anymore
3 months ago blanchet 2012-02-04 fixed docs
3 months ago blanchet 2012-02-04 made sure to filter type args also for "uncurried alias" equations
3 months ago blanchet 2012-02-04 made option available to users (mostly for experiments)
3 months ago bulwahn 2012-02-04 using fully qualified module names in Haskell source, which seems to be required by GHC 7.0.4 (also cf. 0fd9ab902b5a)
3 months ago blanchet 2012-02-03 optimization: slice caching in case two consecutive slices are nearly identical
3 months ago blanchet 2012-02-03 extended SPASS/DFG output with ranks
3 months ago blanchet 2012-02-03 try to pass fewer options to Metis
3 months ago Cezary Kaliszyk 2012-02-03 Quotient FSet: Add compositional respectfulness and preservation for map and lift map_concat
3 months ago blanchet 2012-02-02 improve SPASS scripts
3 months ago blanchet 2012-02-02 change 9ce354a77908 wasn't quite right -- here's an improvement
3 months ago blanchet 2012-02-02 better SPASS setup
3 months ago blanchet 2012-02-02 don't introduce new symbols in helpers -- makes problems unprovable
3 months ago blanchet 2012-02-02 only constants can be aliased
3 months ago blanchet 2012-02-02 include new SPASS by default if available
3 months ago bulwahn 2012-02-02 adding an example for finite and cofinite sets
3 months ago bulwahn 2012-02-02 adding a minimally refined equality on sets for code generation