haftmann [Thu, 02 Oct 2014 17:51:04 +0200] rev 58520
accomplish potentially case-insenstive file systems for Scala
nipkow [Thu, 02 Oct 2014 22:33:45 +0200] rev 58519
tuned
blanchet [Thu, 02 Oct 2014 20:04:00 +0200] rev 58518
merge
blanchet [Thu, 02 Oct 2014 18:10:09 +0200] rev 58517
more precise lemma insertion
blanchet [Thu, 02 Oct 2014 17:40:46 +0200] rev 58516
insert lemmas closer to where they are needed, both for esthetics and (primarily) for correctness in case the lemma refers to a skolem
blanchet [Thu, 02 Oct 2014 17:39:38 +0200] rev 58515
avoid duplicate 'obtain' in veriT Isar proofs, by removing dubious condition
blanchet [Thu, 02 Oct 2014 15:24:51 +0200] rev 58514
eliminate duplicate hypotheses (which can arise due to (un)clausification)
haftmann [Thu, 02 Oct 2014 11:33:08 +0200] rev 58513
formal lcm definition for polynomials
haftmann [Thu, 02 Oct 2014 11:33:06 +0200] rev 58512
moved lemmas out of Int.thy which have nothing to do with int
haftmann [Thu, 02 Oct 2014 11:33:05 +0200] rev 58511
redundant: dropped
haftmann [Thu, 02 Oct 2014 11:33:04 +0200] rev 58510
tuned Heap_Monad.successE
blanchet [Thu, 02 Oct 2014 12:02:29 +0200] rev 58509
documentation
blanchet [Thu, 02 Oct 2014 12:02:28 +0200] rev 58508
fixed a few mistakes in the documentation
blanchet [Thu, 02 Oct 2014 12:02:27 +0200] rev 58507
tuning
blanchet [Thu, 02 Oct 2014 11:01:20 +0200] rev 58506
'moura' method is also useful for reconstructing skolemization of lambda-lifting of formulas for other provers than Z3
wenzelm [Wed, 01 Oct 2014 21:00:49 +0200] rev 58505
actually finish after closing, e.g. relevant for consecutive (**)(**);
nipkow [Tue, 30 Sep 2014 22:43:20 +0200] rev 58504
tuned
wenzelm [Tue, 30 Sep 2014 19:37:34 +0200] rev 58503
tuned;
nipkow [Tue, 30 Sep 2014 18:44:01 +0200] rev 58502
tuned
blanchet [Tue, 30 Sep 2014 16:40:03 +0200] rev 58501
don't call 'hd' on a possibly empty list
blanchet [Tue, 30 Sep 2014 16:01:46 +0200] rev 58500
proper types for applied variables, for typed formats (TFF0, DFG)
blanchet [Tue, 30 Sep 2014 15:18:01 +0200] rev 58499
don't affect other subgoals with 'auto' in one-liner proofs
blanchet [Tue, 30 Sep 2014 14:54:14 +0200] rev 58498
tuned output in case of one-liner failure
blanchet [Tue, 30 Sep 2014 14:40:48 +0200] rev 58497
updated docs with two provers: veriT and Zipperposition
blanchet [Tue, 30 Sep 2014 14:19:25 +0200] rev 58496
give more facts to veriT -- it seems to be able to cope with them
blanchet [Tue, 30 Sep 2014 14:18:07 +0200] rev 58495
use native encoding with Vampire -- modern versions handle types better than the old ones
blanchet [Tue, 30 Sep 2014 14:18:07 +0200] rev 58494
always minimize, to reinvoke the prover with nicer options and yield a nicer Isar proof (potentially -- cf. 'full_proof')
fleury [Tue, 30 Sep 2014 14:01:33 +0200] rev 58493
correct inlining in veriT's subproofs.
blanchet [Tue, 30 Sep 2014 12:47:15 +0200] rev 58492
repaired index confusion -- in particular, carefully distinguish between 'assert indices' (monomorphised etc.) and 'assume indices'
blanchet [Tue, 30 Sep 2014 11:34:20 +0200] rev 58491
tuning