Fri, 23 Oct 2009 18:59:24 +0200 blanchet continuation of Nitpick's integration into Isabelle;
Fri, 23 Oct 2009 18:57:35 +0200 blanchet updated Nitpick documentation to remove weird default for "overlord"
Fri, 23 Oct 2009 14:45:01 +0200 blanchet updated Nitpick manual to reflect the latest Stand der Dinge
Thu, 22 Oct 2009 16:34:49 +0200 blanchet merged
Thu, 22 Oct 2009 16:34:30 +0200 blanchet wrap line correctly in Nitpick documentation
Thu, 22 Oct 2009 14:51:47 +0200 blanchet added Nitpick's theory and ML files to Isabelle/HOL;
Thu, 22 Oct 2009 14:45:20 +0200 blanchet Added Nitpick manual.
Mon, 26 Oct 2009 14:54:43 +0100 berghofe merged
Mon, 26 Oct 2009 14:53:33 +0100 berghofe Added Pattern.thy to Nominal/Examples.
Mon, 26 Oct 2009 12:23:59 +0100 haftmann merged
Mon, 26 Oct 2009 10:51:42 +0100 haftmann tuned
Mon, 26 Oct 2009 10:51:42 +0100 haftmann added SML_Quickcheck import
Mon, 26 Oct 2009 10:51:41 +0100 haftmann tuned code setup for primitive boolean connectors
Mon, 26 Oct 2009 09:41:26 +0100 haftmann legacy warnings for old-style term styles
Mon, 26 Oct 2009 12:02:06 +0100 wenzelm removed unnecessary NameSpace prefix;
Mon, 26 Oct 2009 11:57:58 +0100 wenzelm misc tuning and updates;
Mon, 26 Oct 2009 11:37:33 +0100 wenzelm merged
Mon, 26 Oct 2009 11:36:23 +0100 wenzelm implicit default is 4 cores -- more cost-effective;
Mon, 26 Oct 2009 11:30:20 +0100 wenzelm deleted junk;
Mon, 26 Oct 2009 11:30:08 +0100 wenzelm more precise dependencies, notably for HOL-Multivariate_Analysis;
Mon, 26 Oct 2009 11:19:24 +0100 haftmann re-moved theory Fin_Fun to AFP
Mon, 26 Oct 2009 09:03:57 +0100 haftmann merged
Fri, 23 Oct 2009 13:23:18 +0200 himmelma distinguished session for multivariate analysis
Mon, 26 Oct 2009 08:54:20 +0100 haftmann adjusted to changes in corresponding ML code
Sun, 25 Oct 2009 21:35:46 +0100 wenzelm eliminated obsolete tags for types/consts -- now handled via name space, in strongly typed fashion;
Sun, 25 Oct 2009 20:54:21 +0100 wenzelm maintain theory name via name space, not tags;
Sun, 25 Oct 2009 19:21:34 +0100 wenzelm name space groups are identified by serial, not serial_string;
Sun, 25 Oct 2009 19:19:41 +0100 wenzelm maintain group via name space, not tags;
Sun, 25 Oct 2009 19:19:35 +0100 wenzelm LocalTheory.naming_of;
Sun, 25 Oct 2009 19:19:29 +0100 wenzelm begin_theory: set theory_name here;
Sun, 25 Oct 2009 19:18:59 +0100 wenzelm maintain group via name space, not tags;
Sun, 25 Oct 2009 19:18:25 +0100 wenzelm maintain proper Name_Space.naming, with conceal and set_group;
Sun, 25 Oct 2009 19:17:42 +0100 wenzelm more direct access to naming;
Sun, 25 Oct 2009 19:14:46 +0100 wenzelm Name_Space.naming: maintain group and theory_name as well;
Sun, 25 Oct 2009 19:14:25 +0100 wenzelm export is_concealed;
Sun, 25 Oct 2009 19:14:11 +0100 wenzelm merge_list: no exception DUP here;
Sun, 25 Oct 2009 13:20:31 +0100 wenzelm merged
Sun, 25 Oct 2009 13:14:00 +0100 wenzelm more uniform ISABELLE_USEDIR_OPTIONS;
Sun, 25 Oct 2009 13:04:06 +0100 wenzelm make SML/NJ happy;
Sun, 25 Oct 2009 13:18:35 +0100 wenzelm conceal consts via name space, not tags;
Sun, 25 Oct 2009 12:27:21 +0100 wenzelm allow name space entries to be "concealed" -- via binding/naming/local_theory;
Sun, 25 Oct 2009 11:58:11 +0100 wenzelm switch to polyml-5.2.1 to see if it impacts performance;
Sun, 25 Oct 2009 08:57:55 +0100 chaieb merged
Sun, 25 Oct 2009 08:57:36 +0100 chaieb Multivariate polynomials library over fields
Sun, 25 Oct 2009 08:57:36 +0100 chaieb A theory of polynomials based on lists
Sun, 25 Oct 2009 08:57:35 +0100 chaieb Add a quantifier elimination for parametric linear arithmetic over ordered fields (parameters are multivariate polynomials)
Sun, 25 Oct 2009 00:10:25 +0200 wenzelm merged
Sat, 24 Oct 2009 20:27:26 +0200 bulwahn further changes due to the previous merge in the predicate compiler
Sat, 24 Oct 2009 23:57:42 +0200 wenzelm merge -- imported from bulwahn d759e2728188;
Sat, 24 Oct 2009 16:55:43 +0200 bulwahn removed tuple functions from the predicate compiler
Sat, 24 Oct 2009 16:55:43 +0200 bulwahn improving the compilation with higher-order arguments in the predicate compiler
Sat, 24 Oct 2009 16:55:43 +0200 bulwahn now the predicate compilere handles the predicate without introduction rules better as before
Sat, 24 Oct 2009 16:55:43 +0200 bulwahn removed dead code; added examples
Sat, 24 Oct 2009 16:55:43 +0200 bulwahn removed obsolete GeneratorPrem; clean-up after modularization; tuned
Sat, 24 Oct 2009 16:55:42 +0200 bulwahn modularized the compilation in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 bulwahn adapted parser for options in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 bulwahn modifying the depth-limited compilation to be sound, but now throws an error undefined in case of hitting the depth limit in an negative context; cleaning up the examples
Sat, 24 Oct 2009 16:55:42 +0200 bulwahn cleaning the signature of the predicate compiler core; renaming signature and structures to uniform long names
Sat, 24 Oct 2009 16:55:42 +0200 bulwahn added skip_proof option; playing with compilation of depth-limited predicates
Sat, 24 Oct 2009 16:55:42 +0200 bulwahn reinvestigating the compilation of the random computation in the predicate compiler
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip