blanchet [Tue, 05 Oct 2010 12:04:19 +0200] rev 39954
qualify names
blanchet [Tue, 05 Oct 2010 11:45:10 +0200] rev 39953
hide uninteresting MESON/Metis constants and facts and remove "meson_" prefix to (now hidden) fact names
blanchet [Tue, 05 Oct 2010 11:14:56 +0200] rev 39952
clean up debugging output
blanchet [Tue, 05 Oct 2010 11:10:37 +0200] rev 39951
factor out "ATP" from "Sledgehammer" (cf. "SAT" vs. "Refute", etc.) -- the theories now reflect the directory structure
blanchet [Tue, 05 Oct 2010 10:59:12 +0200] rev 39950
got rid of overkill "meson_choice" attribute;
tuning
blanchet [Tue, 05 Oct 2010 10:30:50 +0200] rev 39949
more explicit name
blanchet [Tue, 05 Oct 2010 10:28:11 +0200] rev 39948
factor out "Meson_Tactic" from "Meson_Clausify"
blanchet [Mon, 04 Oct 2010 22:51:53 +0200] rev 39947
tuning
blanchet [Mon, 04 Oct 2010 22:45:09 +0200] rev 39946
move Metis into Plain
blanchet [Mon, 04 Oct 2010 22:01:34 +0200] rev 39945
added "Meson" theory to Makefile
blanchet [Mon, 04 Oct 2010 21:57:23 +0200] rev 39944
update authors
blanchet [Mon, 04 Oct 2010 21:55:54 +0200] rev 39943
remove Meson from Hilbert_Choice
blanchet [Mon, 04 Oct 2010 21:50:32 +0200] rev 39942
remove Meson from Sledgehammer
blanchet [Mon, 04 Oct 2010 21:49:07 +0200] rev 39941
move Meson to Plain
blanchet [Mon, 04 Oct 2010 21:37:42 +0200] rev 39940
move MESON files together
blanchet [Mon, 04 Oct 2010 20:55:55 +0200] rev 39939
paramify new skolems just like old ones (cf. reveal_old_skolem_terms)
blanchet [Mon, 04 Oct 2010 18:31:34 +0200] rev 39938
fixed two bugs in new skolemizer: instantiations now take types into consideration, and rotate_tac is given the proper offset
blanchet [Mon, 04 Oct 2010 17:30:34 +0200] rev 39937
correctly handle multiple copies of the same axiom with the same types
blanchet [Mon, 04 Oct 2010 16:36:20 +0200] rev 39936
put two operations in the right order
blanchet [Mon, 04 Oct 2010 16:24:53 +0200] rev 39935
reintroduce old "unify_prem_with_concl" code to avoid reaching unification bound + primitive handling for polymorphism
blanchet [Mon, 04 Oct 2010 15:05:19 +0200] rev 39934
apply "assume_tac" directly on the right assumption, using "rotate_tac" -- this ensures that the desired unifications are performed
blanchet [Mon, 04 Oct 2010 14:36:18 +0200] rev 39933
instantiate foralls and release exists in the order described by the topological order
blanchet [Mon, 04 Oct 2010 14:34:15 +0200] rev 39932
reverted 0bfaaa81fc62, since "Thm.rename_boundvars" can't be relied upon to give unique names to bound variables
blanchet [Mon, 04 Oct 2010 09:08:46 +0200] rev 39931
renamed internal function
blanchet [Mon, 04 Oct 2010 09:05:15 +0200] rev 39930
hack in MESON to make it less likely that variables (e.g. "x") get renamed (e.g. "xa") when resolving
haftmann [Wed, 06 Oct 2010 13:48:12 +0200] rev 39929
tuned header
krauss [Tue, 05 Oct 2010 18:09:31 +0200] rev 39928
tuned
krauss [Tue, 05 Oct 2010 18:09:29 +0200] rev 39927
force less agressively
krauss [Tue, 05 Oct 2010 16:33:16 +0200] rev 39926
lexicographic_order: replace parallel map with laziness to avoid wasting cycles on proofs that are not needed
krauss [Tue, 05 Oct 2010 14:19:43 +0200] rev 39925
removed complicated (and rarely helpful) error reporting