blanchet [Tue, 23 Nov 2010 21:54:03 +0100] rev 40668
use "Thm.transfer" in Sledgehammer to prevent theory merger issues in "SMT_Solver.smt_filter" later on
blanchet [Tue, 23 Nov 2010 19:01:21 +0100] rev 40667
make Mirabelle take into consideration whether the SMT solver proof should be reconstructed with Metis or SMT
blanchet [Tue, 23 Nov 2010 18:28:09 +0100] rev 40666
try Metis to reconstruct SMT proofs, to increase success rate and reduce dependency on (often remote) SMT solvers or certificates
blanchet [Tue, 23 Nov 2010 18:26:56 +0100] rev 40665
added "verbose" option to Metis to shut up its warnings if necessary
boehmes [Mon, 22 Nov 2010 23:37:00 +0100] rev 40664
added support for quantifier weight annotations
boehmes [Mon, 22 Nov 2010 15:45:43 +0100] rev 40663
share and use more utility functions;
slightly reduced complexity for Z3 proof rule 'rewrite'
boehmes [Mon, 22 Nov 2010 15:45:42 +0100] rev 40662
added prove reconstruction for injective functions;
added SMT_Utils to collect frequently used functions
haftmann [Mon, 22 Nov 2010 14:27:42 +0100] rev 40661
generous timeout gives more breath in parallel run on less luxury machines
bulwahn [Mon, 22 Nov 2010 14:19:03 +0100] rev 40660
adding setup for exhaustive testing in example file
bulwahn [Mon, 22 Nov 2010 11:35:11 +0100] rev 40659
hiding enum
bulwahn [Mon, 22 Nov 2010 11:35:09 +0100] rev 40658
adapting example in Predicate_Compile_Examples
bulwahn [Mon, 22 Nov 2010 11:35:07 +0100] rev 40657
hiding the constants
bulwahn [Mon, 22 Nov 2010 11:35:06 +0100] rev 40656
improving function is_iterable in quickcheck
bulwahn [Mon, 22 Nov 2010 11:35:02 +0100] rev 40655
adding temporary options to the quickcheck examples
bulwahn [Mon, 22 Nov 2010 11:35:00 +0100] rev 40654
adapting the quickcheck examples
bulwahn [Mon, 22 Nov 2010 11:34:59 +0100] rev 40653
adding AFP tests to Mutabelle_Extra; adopting mutabelle to recent quickcheck changes; filtering strange mutants; adding solvers to mutabelle; restructuring mutabelle
bulwahn [Mon, 22 Nov 2010 11:34:58 +0100] rev 40652
adding code equations for EX1 on finite types
bulwahn [Mon, 22 Nov 2010 11:34:57 +0100] rev 40651
adding code equation for function equality; adding some instantiations for the finite types
bulwahn [Mon, 22 Nov 2010 11:34:56 +0100] rev 40650
adding Enum to HOL-Main image and removing it from HOL-Library
bulwahn [Mon, 22 Nov 2010 11:34:55 +0100] rev 40649
moving Enum theory from HOL/Library to HOL
bulwahn [Mon, 22 Nov 2010 11:34:54 +0100] rev 40648
splitting test_goal function in two functions; exporting new configurations in quickcheck; iterations depend on generator_name in quickcheck
bulwahn [Mon, 22 Nov 2010 11:34:53 +0100] rev 40647
adding prototype for finite_type instantiations
bulwahn [Mon, 22 Nov 2010 11:34:52 +0100] rev 40646
adding option finite_types to quickcheck
bulwahn [Mon, 22 Nov 2010 11:34:50 +0100] rev 40645
adding test cases for smallcheck and adding examples where exhaustive testing is more successful
bulwahn [Mon, 22 Nov 2010 10:42:07 +0100] rev 40644
changed old-style quickcheck configurations to new Config.T configurations
bulwahn [Mon, 22 Nov 2010 10:42:06 +0100] rev 40643
adding temporary function test_test_small to Quickcheck
bulwahn [Mon, 22 Nov 2010 10:42:04 +0100] rev 40642
added useful function map_context_result to signature
bulwahn [Mon, 22 Nov 2010 10:42:03 +0100] rev 40641
moving the error handling to the right scope in smallvalue_generators
bulwahn [Mon, 22 Nov 2010 10:42:01 +0100] rev 40640
removing clone from function package and using the clean interface from Function_Relation instead
bulwahn [Mon, 22 Nov 2010 10:41:58 +0100] rev 40639
adding function generation to SmallCheck; activating exhaustive search space testing