blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42757
remove problematic Isar proof
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42756
added two mildly higher-order examples contributed by TN, removed references to obsoleted type systems, and moved things around
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42755
robustly detect how many type args were passed to the ATP, even if some of them were omitted
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42754
make sure "simple_types_query" and "simple_types_bang" symbols are declared with the proper types
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42753
drop some type arguments to constants in unsound type systems + remove a few type systems that make no sense from the circulation
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42752
tuning
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42751
fixed conjecture resolution bug for Vampire 1.0's TSTP output
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42750
ensure Set.member isn't introduced by Meson's preprocessing if it's supposed to be unfolded
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42749
Metis doesn't find an old proof in acceptable time now that higher-order equality reasoning is supported -- tuned proof script to help it
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42748
drop support for Vampire's native output format -- it has too many undocumented oddities, e.g. "BDD definition:" lines
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42747
use the same code for extensionalization in Metis and Sledgehammer and generalize that code so that it gracefully handles negations (e.g. negated conjecture), formulas of the form (%x. t) = u, etc.
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42746
further lower penalty associated with existentials in Sledgehammer's relevance filter, so that "exhaust" facts are picked up
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42745
reenabled equality proxy in Metis for higher-order reasoning
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42744
added "SMT." qualifier for constant to make it possible to reload "smt_monomorph.ML" from outside the "SMT" theory (for experiments) -- this is also consistent with the other SMT constants mentioned in this source file
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42743
reflect option renaming in doc + do not document the type systems poly_preds? and poly_tags?, since they are virtually identical to the non-? versions
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42742
unfold set constants in Sledgehammer/ATP as well if Metis does it too
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42741
do not pollute relevance filter facts with too many facts about the boring set constants Collect and mem_def, which we might anyway unfold depending on Meson's settings
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42740
renamed "max_mono_instances" to "max_new_mono_instances" and changed its semantics accordingly
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42739
added unfold set constant functionality to Meson/Metis -- disabled by default for now
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42738
remove unused parameter
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42737
reduced penalty associated with existential quantifiers
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42736
ensure that Auto Sledgehammer is run with full type information
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42735
fine-tuned the relevance filter, so that equations of the form "c = (%x. _)" and constants occurring in chained facts are not unduely penalized
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42734
don't give weights to built-in symbols
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42733
more robust exception handling in Metis (also works if there are several subgoals)
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42732
no penality for constants that appear in chained facts
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42731
gracefully declare fTrue and fFalse proxies' types if the constants only appear in the helpers
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42730
improve detection of quantifications over dangerous types by leveraging "is_type_surely_finite" predicate and added "prop" to the list of surely finite types
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42729
tune whitespace
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42728
added configuration options for experimental features
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42727
ensure type class predicates are generated in symbol declarations (for "poly_preds" and similar)
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42726
avoid "Empty" exception by making sure that a certain optimization only is attempted when it makes sense
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42725
added "force_sos" options to control SPASS's and Vampire's use of SOS in experiments + added corresponding Mirabelle options
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42724
added "max_mono_instances" option to Sledgehammer and renamed old "monomorphize_limit" option
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42723
allow each slice to have its own type system
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42722
renamed type systems for more consistency
wenzelm [Thu, 12 May 2011 16:46:49 +0200] rev 42721
updated versions;
wenzelm [Thu, 12 May 2011 16:46:21 +0200] rev 42720
added toplevel isabelle package -- reduce warnings with scala-2.9.0.final;
wenzelm [Thu, 12 May 2011 16:42:57 +0200] rev 42719
tuned;
wenzelm [Thu, 12 May 2011 16:28:46 +0200] rev 42718
minor adaption for scala-2.9.0.final;
wenzelm [Thu, 12 May 2011 16:23:13 +0200] rev 42717
proper configuration options Proof_Context.debug and Proof_Context.verbose;
discontinued alias Proof.verbose = Proof_Context.verbose;
wenzelm [Thu, 12 May 2011 16:00:48 +0200] rev 42716
pretend that all versions of BSD are Linux, which might actually work due to binary compatibilty mode of these obsolete platforms;
haftmann [Thu, 12 May 2011 11:03:48 +0200] rev 42715
more uniform naming of lemma
noschinl [Mon, 09 May 2011 16:11:20 +0200] rev 42714
add a lemma about commutative append to List.thy
noschinl [Mon, 09 May 2011 12:26:25 +0200] rev 42713
removed assumption from lemma List.take_add
wenzelm [Fri, 06 May 2011 20:25:41 +0200] rev 42712
no need for underscore.sty -- latex.ltx provides \textunderscore and \_ already;
wenzelm [Fri, 06 May 2011 17:52:08 +0200] rev 42711
removed \underscoreon which is from Larry's iman.sty, not underscore.sty;
blanchet [Fri, 06 May 2011 13:35:00 +0200] rev 42710
further improved type system setup based on Judgment Days
blanchet [Fri, 06 May 2011 13:34:59 +0200] rev 42709
allow each prover to specify its own formula kind for symbols occurring in the conjecture
blanchet [Fri, 06 May 2011 13:34:59 +0200] rev 42708
better type system setup, based on Judgment Day
bulwahn [Fri, 06 May 2011 11:57:21 +0200] rev 42707
improving merge of code specifications by removing code equations of constructors after merging two theories
wenzelm [Thu, 05 May 2011 23:54:06 +0200] rev 42706
tuned;
wenzelm [Thu, 05 May 2011 23:23:02 +0200] rev 42705
tuned some syntax names;
wenzelm [Thu, 05 May 2011 23:15:11 +0200] rev 42704
tuned rail diagrams and layout;
wenzelm [Thu, 05 May 2011 15:01:32 +0200] rev 42703
merged;
blanchet [Thu, 05 May 2011 14:18:58 +0200] rev 42702
tuning
blanchet [Thu, 05 May 2011 14:04:40 +0200] rev 42701
reintroduce unsoundnesses taken out in 4d29b4785f43 and 3c2baf9b3c61 but only for unsound type systems
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42700
added FIXME
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42699
no lies in debug output (e.g. "slice 2 of 1")
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42698
help SOS by ensuring that typing information is marked as part of the conjecture + be more precise w.r.t. typedefs in monotonicity check
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42697
query typedefs as well for monotonicity
bulwahn [Thu, 05 May 2011 10:47:33 +0200] rev 42696
adding examples for invoking quickcheck with records
bulwahn [Thu, 05 May 2011 10:47:31 +0200] rev 42695
adding creation of exhaustive generators for records; simplifying dependencies in Main theory
blanchet [Thu, 05 May 2011 10:24:12 +0200] rev 42694
hopefully this will help the SML/NJ type inference
blanchet [Thu, 05 May 2011 10:16:14 +0200] rev 42693
reverted 6efda6167e5d because unsound -- Vampire found a counterexample
blanchet [Thu, 05 May 2011 09:43:39 +0200] rev 42692
improve suggested type system list based on evaluation
blanchet [Thu, 05 May 2011 08:03:28 +0200] rev 42691
I have an intuition that it's sound to omit the first type arg of an hAPP -- and this reduces the size of monomorphized problems quite a bit
blanchet [Thu, 05 May 2011 02:27:02 +0200] rev 42690
removed unsound hAPP optimization
blanchet [Thu, 05 May 2011 00:51:56 +0200] rev 42689
versions of ! and ? for the ASCII-challenged Mirabelle
blanchet [Thu, 05 May 2011 00:22:37 +0200] rev 42688
smoother handling of ! and ? in type system names
blanchet [Wed, 04 May 2011 23:26:20 +0200] rev 42687
tuning
blanchet [Wed, 04 May 2011 23:21:11 +0200] rev 42686
compile + added monotonicity tests
blanchet [Wed, 04 May 2011 23:18:28 +0200] rev 42685
documentation tuning
blanchet [Wed, 04 May 2011 22:56:33 +0200] rev 42684
renamed "many_typed" to "simple" (as in simple types)
blanchet [Wed, 04 May 2011 22:54:10 +0200] rev 42683
update type system documentation
blanchet [Wed, 04 May 2011 22:47:13 +0200] rev 42682
added type homogenization, whereby all (isomorphic) infinite types are mapped to the same type (to reduce the number of different predicates/TFF-types)
blanchet [Wed, 04 May 2011 19:47:41 +0200] rev 42681
document monotonic type systems
blanchet [Wed, 04 May 2011 19:35:48 +0200] rev 42680
exploit inferred monotonicity
blanchet [Wed, 04 May 2011 18:48:25 +0200] rev 42679
[mq]: nitpick_tuning
blanchet [Wed, 04 May 2011 18:43:42 +0200] rev 42678
fixed cardinality computation for function types such as "'a -> unit"
blanchet [Wed, 04 May 2011 15:35:05 +0200] rev 42677
monotonic type inference in ATP Sledgehammer problems -- based on Claessen & al.'s CADE 2011 paper, Sect. 2.3.
wenzelm [Wed, 04 May 2011 15:37:39 +0200] rev 42676
proper case_names for int_cases, int_of_nat_induct;
tuned some proofs, eliminating (cases, auto) anti-pattern;
blanchet [Wed, 04 May 2011 11:49:46 +0200] rev 42675
added type annotation for SML/NJ
blanchet [Wed, 04 May 2011 10:12:44 +0200] rev 42674
eta-expansion for SML/NJ
wenzelm [Tue, 03 May 2011 23:01:25 +0200] rev 42673
removed odd historical material;
wenzelm [Tue, 03 May 2011 22:28:19 +0200] rev 42672
merged
blanchet [Tue, 03 May 2011 21:46:49 +0200] rev 42671
fixed per-ATP dangerous axiom detection -- embarrassing bugs introduced in change a7a30721767a
blanchet [Tue, 03 May 2011 21:46:05 +0200] rev 42670
cosmetics
wenzelm [Tue, 03 May 2011 22:27:32 +0200] rev 42669
more conventional naming scheme: names_long, names_short, names_unique;
wenzelm [Tue, 03 May 2011 22:26:16 +0200] rev 42668
railsetup required for IsarRef/style;
wenzelm [Tue, 03 May 2011 21:55:19 +0200] rev 42667
fit page;
wenzelm [Tue, 03 May 2011 21:44:05 +0200] rev 42666
use existing \<hyphen>;
wenzelm [Tue, 03 May 2011 21:40:14 +0200] rev 42665
more precise syntax diagram;
wenzelm [Tue, 03 May 2011 21:29:25 +0200] rev 42664
simplified rail configuration;
wenzelm [Tue, 03 May 2011 21:18:43 +0200] rev 42663
provide \isabellestyle{itunderscore} (requires underscore.sty);
wenzelm [Tue, 03 May 2011 21:07:24 +0200] rev 42662
updated generated files;
wenzelm [Tue, 03 May 2011 20:59:24 +0200] rev 42661
proper treatment of empty name -- avoid excessive vertical space;
wenzelm [Tue, 03 May 2011 20:58:42 +0200] rev 42660
final \makeatother -- catcodes appear to be global;
blanchet [Tue, 03 May 2011 18:47:22 +0200] rev 42659
fixed long name truncation logic
wenzelm [Tue, 03 May 2011 18:04:05 +0200] rev 42658
some documentation of @{rail} antiquotation;
wenzelm [Tue, 03 May 2011 17:31:16 +0200] rev 42657
more precise source position for @{rail};
wenzelm [Tue, 03 May 2011 16:54:26 +0200] rev 42656
sane paragraph layout;
wenzelm [Tue, 03 May 2011 16:00:29 +0200] rev 42655
updated configuration options -- no ML here;
wenzelm [Tue, 03 May 2011 15:37:17 +0200] rev 42654
tag ML as in IsarImplementation;
wenzelm [Tue, 03 May 2011 15:35:07 +0200] rev 42653
treat underscore as in IsarRef;
wenzelm [Tue, 03 May 2011 15:29:49 +0200] rev 42652
reactivated codegen example based on Lambda.thy;
wenzelm [Tue, 03 May 2011 15:07:36 +0200] rev 42651
formal Base theory;
blanchet [Tue, 03 May 2011 14:23:40 +0200] rev 42650
reintroduce this idea of running "metisFT" after a failed "metis" -- I took it out in e85ce10cef1a because I couldn't think of a reasonable use case, but now that ATPs use sound encodings and include dangerous facts (e.g. True_or_False) it makes more sense than ever to run "metisFT" after "metis"
blanchet [Tue, 03 May 2011 08:52:32 +0200] rev 42649
whitespace tuning
blanchet [Tue, 03 May 2011 08:52:16 +0200] rev 42648
make SML/NJ happiest
blanchet [Tue, 03 May 2011 01:04:03 +0200] rev 42647
no need to generate fact numbers for polymorphic type systems -- this confuses the TPTP exporter
blanchet [Tue, 03 May 2011 00:10:22 +0200] rev 42646
replaced some Unsynchronized.refs with Config.Ts
blanchet [Mon, 02 May 2011 23:01:22 +0200] rev 42645
do not declare TPTP built-ins, e.g. $true
blanchet [Mon, 02 May 2011 22:52:15 +0200] rev 42644
SNARK workaround
blanchet [Mon, 02 May 2011 22:52:15 +0200] rev 42643
better default type systems for SNARK and ToFoF
blanchet [Mon, 02 May 2011 22:52:15 +0200] rev 42642
tuning
blanchet [Mon, 02 May 2011 22:52:15 +0200] rev 42641
recognize simplification rules even if they look a bit different from the theorems in the theories (meta equality, variable numbers)
blanchet [Mon, 02 May 2011 22:52:15 +0200] rev 42640
generate tags for simps, intros, and elims in TPTP poblems on demand
blanchet [Mon, 02 May 2011 22:52:15 +0200] rev 42639
proper default for TPTP source filed
blanchet [Mon, 02 May 2011 22:52:15 +0200] rev 42638
have each ATP filter out dangerous facts for themselves, based on their type system