blanchet [Mon, 20 Sep 2010 16:31:47 +0200] rev 39561
remove needless exception
blanchet [Mon, 20 Sep 2010 16:29:55 +0200] rev 39560
preprocess "Ex" before doing clausification in Metis;
this is dual to "All" in b96941dddd04
haftmann [Mon, 20 Sep 2010 14:50:45 +0200] rev 39559
expand_fun_eq -> fun_eq_iff
haftmann [Mon, 20 Sep 2010 14:36:54 +0200] rev 39558
use buffers instead of string concatenation
wenzelm [Mon, 20 Sep 2010 16:05:25 +0200] rev 39557
renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
wenzelm [Mon, 20 Sep 2010 15:29:53 +0200] rev 39556
more antiquotations;
wenzelm [Mon, 20 Sep 2010 15:08:51 +0200] rev 39555
added XML.content_of convenience -- cover XML.body, which is the general situation;
wenzelm [Mon, 20 Sep 2010 12:03:11 +0200] rev 39554
merged
haftmann [Mon, 20 Sep 2010 11:55:36 +0200] rev 39553
merged
haftmann [Mon, 20 Sep 2010 11:55:21 +0200] rev 39552
more accurate exception handling
blanchet [Mon, 20 Sep 2010 11:51:46 +0200] rev 39551
merged
blanchet [Mon, 20 Sep 2010 11:51:19 +0200] rev 39550
merge tracing of two related modules
blanchet [Mon, 20 Sep 2010 10:29:29 +0200] rev 39549
merged
blanchet [Sat, 18 Sep 2010 10:43:52 +0200] rev 39548
preprocess "All" before doing clausification in Metis;
helps the definitional clausifier produce fewer clauses
blanchet [Fri, 17 Sep 2010 17:02:34 +0200] rev 39547
reorder proof methods and take out "best";
suggestions from Tobias
bulwahn [Mon, 20 Sep 2010 09:26:24 +0200] rev 39546
renaming variable name to decrease likelyhood of nameclash
bulwahn [Mon, 20 Sep 2010 09:26:20 +0200] rev 39545
code_pred_intro can be used to name facts for the code_pred command
bulwahn [Mon, 20 Sep 2010 09:26:19 +0200] rev 39544
replacing temporary hack by checking for environment settings of the component
bulwahn [Mon, 20 Sep 2010 09:26:18 +0200] rev 39543
removing unnessary options for code_pred
bulwahn [Mon, 20 Sep 2010 09:26:16 +0200] rev 39542
moving renaming_vars to post_processing; removing clone in values and quickcheck of code_prolog
bulwahn [Mon, 20 Sep 2010 09:26:15 +0200] rev 39541
removing clone in code_prolog and predicate_compile_quickcheck
haftmann [Mon, 20 Sep 2010 09:19:22 +0200] rev 39540
adjusted
haftmann [Mon, 20 Sep 2010 09:19:17 +0200] rev 39539
updated file duplicate
haftmann [Mon, 20 Sep 2010 09:19:13 +0200] rev 39538
\\isatypewrite now part of isabelle latex style
haftmann [Mon, 20 Sep 2010 08:53:37 +0200] rev 39537
made smlnj happy
boehmes [Sun, 19 Sep 2010 11:33:39 +0200] rev 39536
properly parse Z3 error models, including datatypes, and represent function valuations as lambda terms; also normalize Z3 error models
boehmes [Sun, 19 Sep 2010 00:29:13 +0200] rev 39535
do not treat natural numbers as a datatype (natural numbers are considered an abstract type with a coercion to integers)
haftmann [Fri, 17 Sep 2010 20:53:50 +0200] rev 39534
generalized lemma insort_remove1 to insort_key_remove1
haftmann [Fri, 17 Sep 2010 20:53:50 +0200] rev 39533
generalized lemmas multiset_of_insort, multiset_of_sort, properties_for_sort for *_key variants
haftmann [Fri, 17 Sep 2010 20:13:07 +0200] rev 39532
merged
haftmann [Fri, 17 Sep 2010 17:17:56 +0200] rev 39531
less intermediate data structures
wenzelm [Mon, 20 Sep 2010 11:38:14 +0200] rev 39530
Isabelle_Process: more robust rendezvous, even without proper blocking on open (Cygwin);
wenzelm [Sun, 19 Sep 2010 23:38:34 +0200] rev 39529
simplified Isabelle_System.mk_fifo: inlined script, append PPID and PID uniformly;
wenzelm [Sun, 19 Sep 2010 22:40:22 +0200] rev 39528
refined Isabelle_Process startup: emit \002 before rendezvous on fifos, more robust treatment of startup failure with timeout, do not quit() after main loop;
tuned;
wenzelm [Sun, 19 Sep 2010 22:20:48 +0200] rev 39527
back to default fold painter -- Circle looks slightly odd in conjunction with bracket matching;
wenzelm [Sun, 19 Sep 2010 20:11:51 +0200] rev 39526
message_actor: more robust treatment of EOF;
wenzelm [Sun, 19 Sep 2010 17:12:34 +0200] rev 39525
simplified Isabelle_Process message kinds;
misc tuning and simplification;
wenzelm [Sat, 18 Sep 2010 21:33:56 +0200] rev 39524
recovered basic session stop/restart;
wenzelm [Sat, 18 Sep 2010 21:10:07 +0200] rev 39523
simplified fifo handling -- rm_fifo always succeeds without ever blocking;
tuned;
wenzelm [Sat, 18 Sep 2010 20:07:48 +0200] rev 39522
raw_execute: let IOException pass-through unhindered (again);
wenzelm [Sat, 18 Sep 2010 19:38:27 +0200] rev 39521
mkfifo: some workaround to ensure reasonably unique id, even on Cygwin where $PPID might fall back on odd default;
wenzelm [Sat, 18 Sep 2010 17:39:23 +0200] rev 39520
Isabelle_System.mk_fifo: more robust enumeration of unique names, based on persisting JVM pid (parent of shell process);
wenzelm [Sat, 18 Sep 2010 17:14:47 +0200] rev 39519
slightly more robust Isabelle_Process startup -- NB: openening fifo streams synchronizes with other end, which may fail to reach that point;
wenzelm [Sat, 18 Sep 2010 17:11:39 +0200] rev 39518
tuned;
wenzelm [Sat, 18 Sep 2010 16:05:12 +0200] rev 39517
separate Isabelle.logic_selector;
wenzelm [Sat, 18 Sep 2010 15:50:29 +0200] rev 39516
non-editable text area;
wenzelm [Sat, 18 Sep 2010 14:28:42 +0200] rev 39515
basic setup for prover session panel;
wenzelm [Fri, 17 Sep 2010 22:42:07 +0200] rev 39514
ML_Syntax.print_char: more readable output of some well-known ASCII controls -- this is relevant for ML toplevel pp;
wenzelm [Fri, 17 Sep 2010 22:17:57 +0200] rev 39513
discontinued Output.debug, which belongs to early PGIP experiments (b6788dbd2ef9) and causes just too many problems (like spamming the message channel if it is used by more than one module);
wenzelm [Fri, 17 Sep 2010 21:50:44 +0200] rev 39512
Isabelle_Markup.overview_color: indicate error / warning messages;
wenzelm [Fri, 17 Sep 2010 21:49:34 +0200] rev 39511
some specific message classification;
wenzelm [Fri, 17 Sep 2010 21:04:56 +0200] rev 39510
Syntax.read_asts error: report token ranges within message -- no side-effect here;
wenzelm [Fri, 17 Sep 2010 20:56:32 +0200] rev 39509
Isabelle_Process: status/report do not require serial numbers;
wenzelm [Fri, 17 Sep 2010 20:42:26 +0200] rev 39508
simplified some internal flags using Config.T instead of full-blown Proof_Data;
wenzelm [Fri, 17 Sep 2010 20:18:27 +0200] rev 39507
tuned signature of (Context_)Position.report variants;
wenzelm [Fri, 17 Sep 2010 17:31:20 +0200] rev 39506
merged
blanchet [Fri, 17 Sep 2010 16:38:11 +0200] rev 39505
merged
blanchet [Fri, 17 Sep 2010 01:59:43 +0200] rev 39504
update README
blanchet [Fri, 17 Sep 2010 01:59:30 +0200] rev 39503
regenerate "metis.ML"
blanchet [Fri, 17 Sep 2010 01:58:21 +0200] rev 39502
fix license
blanchet [Fri, 17 Sep 2010 01:56:19 +0200] rev 39501
updated source files with Metis 2.3 (timestamp: 16 Sept. 2010)
blanchet [Fri, 17 Sep 2010 01:22:01 +0200] rev 39500
move functions around
blanchet [Fri, 17 Sep 2010 00:54:56 +0200] rev 39499
simplify Skolem handling;
things are much easier now that Sledgehammer doesn't skolemize, only Metis
blanchet [Fri, 17 Sep 2010 00:35:19 +0200] rev 39498
make "subst_translation" more robust w.r.t. type instantiations like {_1234 |-> 'a}
blanchet [Thu, 16 Sep 2010 17:30:29 +0200] rev 39497
complete refactoring of Metis along the lines of Sledgehammer
blanchet [Thu, 16 Sep 2010 16:54:42 +0200] rev 39496
got caught once again by SML's pattern maching (ctor vs. var)
blanchet [Thu, 16 Sep 2010 16:24:23 +0200] rev 39495
added new "Metis_Reconstruct" module, temporarily empty
blanchet [Thu, 16 Sep 2010 16:12:02 +0200] rev 39494
rename "Metis_Clauses" to "Metis_Translate" for consistency with "Sledgehammer_Translate"
blanchet [Thu, 16 Sep 2010 15:38:46 +0200] rev 39493
move SPASS's Flotter hack to "Sledgehammer_Reconstruct"
blanchet [Thu, 16 Sep 2010 15:28:16 +0200] rev 39492
skip some "important" messages
blanchet [Thu, 16 Sep 2010 15:16:08 +0200] rev 39491
refactoring: move ATP proof and error extraction code to "ATP_Proof" module
nipkow [Fri, 17 Sep 2010 16:15:45 +0200] rev 39490
merged
nipkow [Fri, 17 Sep 2010 16:15:33 +0200] rev 39489
added lemmas
haftmann [Fri, 17 Sep 2010 12:26:57 +0200] rev 39488
merged
haftmann [Fri, 17 Sep 2010 11:05:53 +0200] rev 39487
proper closures for static evaluation; no need for FIXMEs any longer
haftmann [Fri, 17 Sep 2010 11:05:51 +0200] rev 39486
refined static_eval_conv_simple; tuned comments
haftmann [Fri, 17 Sep 2010 10:00:01 +0200] rev 39485
closures preserve static serializer context for static evaluation; tuned
haftmann [Fri, 17 Sep 2010 09:21:49 +0200] rev 39484
closures separate serializer initialization from serializer invocation as far as appropriate
boehmes [Fri, 17 Sep 2010 10:52:35 +0200] rev 39483
add full support for datatypes to the SMT interface (only used by Z3 in oracle mode so far); added store to keep track of datatype selector functions
haftmann [Fri, 17 Sep 2010 08:41:07 +0200] rev 39482
made sml/nj happy
haftmann [Thu, 16 Sep 2010 17:52:00 +0200] rev 39481
merged
haftmann [Thu, 16 Sep 2010 17:31:51 +0200] rev 39480
added code_stmts antiquotation from doc-src/more_antiquote.ML
haftmann [Thu, 16 Sep 2010 17:31:51 +0200] rev 39479
added output_typewriter from doc-src/more_antiquote.ML
haftmann [Thu, 16 Sep 2010 17:31:50 +0200] rev 39478
moved material intro distribution proper
haftmann [Thu, 16 Sep 2010 17:51:16 +0200] rev 39477
merged
haftmann [Thu, 16 Sep 2010 16:51:44 +0200] rev 39476
merged
haftmann [Thu, 16 Sep 2010 16:51:34 +0200] rev 39475
separation of static and dynamic thy context
haftmann [Thu, 16 Sep 2010 16:51:34 +0200] rev 39474
adjusted setup
haftmann [Thu, 16 Sep 2010 16:51:34 +0200] rev 39473
dynamic and static value computation; built-in evaluation of propositions
haftmann [Thu, 16 Sep 2010 16:51:33 +0200] rev 39472
Exn.map_result
haftmann [Thu, 16 Sep 2010 16:51:33 +0200] rev 39471
adjusted to changes in Code_Runtime
bulwahn [Thu, 16 Sep 2010 17:42:49 +0200] rev 39470
merged
bulwahn [Thu, 16 Sep 2010 16:20:20 +0200] rev 39469
merged
bulwahn [Thu, 16 Sep 2010 13:49:17 +0200] rev 39468
improving replacing higher order arguments to work with tuples
bulwahn [Thu, 16 Sep 2010 13:49:14 +0200] rev 39467
adding another context free grammar example for the predicate compiler
bulwahn [Thu, 16 Sep 2010 13:49:12 +0200] rev 39466
adding values to show and ensure that values works with complex terms and restores numerals on natural numbers