blanchet [Tue, 01 Jun 2010 10:31:18 +0200] rev 37256
thread along context instead of theory for typedef lookup
blanchet [Mon, 31 May 2010 18:51:06 +0200] rev 37255
obsolete FIXME
blanchet [Mon, 31 May 2010 18:49:32 +0200] rev 37254
move SAT solver warning from every invocation of SAT solver to the tool, Refute, that uses it;
"size_change" rarely needs anything beyond "dpll", so this warning is annoying at best, and when "size_change" is called from Nitpick the warning confuses users, who then think that Nitpick is using "dpll" when it's really using MiniSat or some other fast solver
blanchet [Mon, 31 May 2010 18:00:28 +0200] rev 37253
don't include any axioms for "TYPE" in Nitpick
haftmann [Wed, 02 Jun 2010 11:36:09 +0200] rev 37252
dropped obsolete script
wenzelm [Wed, 02 Jun 2010 11:09:26 +0200] rev 37251
normalize and postprocess proof body in a separate future, taking care of platforms without multithreading (greately improves parallelization in general without the overhead of promised proofs, cf. usedir -q 0);