src/HOL/Boogie/Tools/boogie_commands.ML
Mon, 22 Mar 2010 09:54:22 +0100 use a proof context instead of a local theory
Wed, 24 Feb 2010 18:39:24 +0100 added variant of boogie_vc to prove a single assertion: keep premises (i.e. the trace up this assertion) as facts in the context (and not as part of the goal) to increase performance when dealing with large goals
Tue, 23 Feb 2010 15:20:19 +0100 separated narrowing timeouts for intermediate and final steps
Sun, 14 Feb 2010 17:46:28 +0100 optionally localize assertion labels (based on user-defined offsets) to reduce the effort of label adaptions after changes to the source program
Wed, 23 Dec 2009 17:35:56 +0100 merged verification condition structure and term representation in one datatype,
Mon, 14 Dec 2009 09:53:34 +0100 also sort verification conditions before printing
Sun, 13 Dec 2009 23:37:37 +0100 print assertions in a more natural order
Fri, 11 Dec 2009 15:35:29 +0100 make assertion labels unique already when loading a verification condition,
Fri, 13 Nov 2009 21:11:15 +0100 modernized structure Local_Theory;
Thu, 05 Nov 2009 14:48:40 +0100 shorter names for variables and verification conditions,
Tue, 03 Nov 2009 17:54:24 +0100 added HOL-Boogie