Sat, 24 Oct 2009 16:55:42 +0200 simplified and improved compilation of depth-limited search in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33133
simplified and improved compilation of depth-limited search in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 moved argument expected_modes into options; improved mode check to only check mode of the named predicate
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33132
moved argument expected_modes into options; improved mode check to only check mode of the named predicate
Sat, 24 Oct 2009 16:55:42 +0200 removed unnecessary argument rpred in code_pred function
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33131
removed unnecessary argument rpred in code_pred function
Sat, 24 Oct 2009 16:55:42 +0200 added option show_mode_inference; added splitting of conjunctions in expand_tuples
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33130
added option show_mode_inference; added splitting of conjunctions in expand_tuples
Sat, 24 Oct 2009 16:55:42 +0200 changed import_intros to handle parameters differently; changed handling of higher-order function compilation; reverted MicroJava change; tuned
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33129
changed import_intros to handle parameters differently; changed handling of higher-order function compilation; reverted MicroJava change; tuned
Sat, 24 Oct 2009 16:55:42 +0200 further cleaning up
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33128
further cleaning up
Sat, 24 Oct 2009 16:55:42 +0200 added option show_proof_trace
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33127
added option show_proof_trace
Sat, 24 Oct 2009 16:55:42 +0200 importing of polymorphic introduction rules with different schematic variable names
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33126
importing of polymorphic introduction rules with different schematic variable names
Sat, 24 Oct 2009 16:55:42 +0200 added option show_intermediate_results
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33125
added option show_intermediate_results
Sat, 24 Oct 2009 16:55:42 +0200 continued cleaning up; moved tuple expanding to core
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33124
continued cleaning up; moved tuple expanding to core
Sat, 24 Oct 2009 16:55:42 +0200 cleaned up debugging messages; added options to code_pred command
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33123
cleaned up debugging messages; added options to code_pred command
Sat, 24 Oct 2009 16:55:42 +0200 added first support for higher-order function translation
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33122
added first support for higher-order function translation
Sat, 24 Oct 2009 16:55:42 +0200 added to process higher-order arguments by adding new constants
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33121
added to process higher-order arguments by adding new constants
Sat, 24 Oct 2009 16:55:42 +0200 cleaned up
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33120
cleaned up
Sat, 24 Oct 2009 16:55:42 +0200 added theory with alternative definitions for the predicate compiler; cleaned up examples
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33119
added theory with alternative definitions for the predicate compiler; cleaned up examples
Sat, 24 Oct 2009 16:55:42 +0200 importing theorems correctly causes problems with mutual recursive predicates in the predicate compiler; must be discussed with Stefan first
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33118
importing theorems correctly causes problems with mutual recursive predicates in the predicate compiler; must be discussed with Stefan first
Sat, 24 Oct 2009 16:55:42 +0200 higher-order arguments in different rules are fixed to one name in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33117
higher-order arguments in different rules are fixed to one name in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 changed importing introduction rules to fix the same type variables in all introduction rules; improved mode analysis for partially applied relations; added test case; tuned
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33116
changed importing introduction rules to fix the same type variables in all introduction rules; improved mode analysis for partially applied relations; added test case; tuned
Sat, 24 Oct 2009 16:55:42 +0200 changed proof method to handle widen predicate in JinjaThreads
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33115
changed proof method to handle widen predicate in JinjaThreads
Sat, 24 Oct 2009 16:55:42 +0200 added further examples; added mode to code_pred command; tuned; some temporary things in Predicate_Compile_ex
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33114
added further examples; added mode to code_pred command; tuned; some temporary things in Predicate_Compile_ex
Sat, 24 Oct 2009 16:55:42 +0200 processing of tuples in introduction rules
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33113
processing of tuples in introduction rules
Sat, 24 Oct 2009 16:55:42 +0200 added a few tricky examples with tuples; added alternative introduction rules for some constants; corrected mode analysis with negation; improved fetching of definitions
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33112
added a few tricky examples with tuples; added alternative introduction rules for some constants; corrected mode analysis with negation; improved fetching of definitions
Sat, 24 Oct 2009 16:55:42 +0200 developing an executable the operator
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33111
developing an executable the operator
Sat, 24 Oct 2009 16:55:42 +0200 generalizing singleton with a default value
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33110
generalizing singleton with a default value
Sat, 24 Oct 2009 16:55:42 +0200 changed elimination preprocessing due to an error with a JinjaThread predicate
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33109
changed elimination preprocessing due to an error with a JinjaThread predicate
Sat, 24 Oct 2009 16:55:42 +0200 added test for higher-order function inductification; added debug messages
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33108
added test for higher-order function inductification; added debug messages
Sat, 24 Oct 2009 16:55:40 +0200 added filtering of case constants in the definition retrieval of the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:40 +0200] rev 33107
added filtering of case constants in the definition retrieval of the predicate compiler
Sat, 24 Oct 2009 16:55:37 +0200 extended core of predicate compiler to expand tuples in introduction rules
bulwahn [Sat, 24 Oct 2009 16:55:37 +0200] rev 33106
extended core of predicate compiler to expand tuples in introduction rules
Sat, 24 Oct 2009 16:55:35 +0200 added tupled versions of examples for the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:35 +0200] rev 33105
added tupled versions of examples for the predicate compiler
Sat, 24 Oct 2009 16:54:32 +0200 moved meta_fun_cong lemma into ML-file; tuned
bulwahn [Sat, 24 Oct 2009 16:54:32 +0200] rev 33104
moved meta_fun_cong lemma into ML-file; tuned
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip