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
bulwahn [Thu, 16 Sep 2010 13:49:11 +0200] rev 39465
adding restoring of numerals for natural numbers for values command
bulwahn [Thu, 16 Sep 2010 13:49:10 +0200] rev 39464
values command for prolog supports complex terms and not just variables
bulwahn [Thu, 16 Sep 2010 13:49:08 +0200] rev 39463
adapting examples
bulwahn [Thu, 16 Sep 2010 13:49:06 +0200] rev 39462
registering code_prolog as component; using environment variable; adding settings file for prolog code generation
bulwahn [Thu, 16 Sep 2010 13:49:04 +0200] rev 39461
adding mode inference to prolog compilation; separate between (ad-hoc) code modifications and system_configuration; adapting quickcheck
paulson [Thu, 16 Sep 2010 15:34:31 +0100] rev 39460
merged
paulson [Thu, 16 Sep 2010 15:33:42 +0100] rev 39459
tidied a few proofs
blanchet [Thu, 16 Sep 2010 14:26:09 +0200] rev 39458
merged
blanchet [Thu, 16 Sep 2010 14:24:48 +0200] rev 39457
avoid code duplication
blanchet [Thu, 16 Sep 2010 14:24:03 +0200] rev 39456
tuning
blanchet [Thu, 16 Sep 2010 13:52:17 +0200] rev 39455
merge constructors
blanchet [Thu, 16 Sep 2010 13:44:41 +0200] rev 39454
factor out the inverse of "nice_atp_problem"
blanchet [Thu, 16 Sep 2010 11:59:45 +0200] rev 39453
use the same TSTP/Vampire/SPASS parser for one-liners as for Isar proofs
blanchet [Thu, 16 Sep 2010 11:12:08 +0200] rev 39452
factored out TSTP/SPASS/Vampire proof parsing;
from "Sledgehammer_Reconstructo" to a new module "ATP_Proof"
blanchet [Thu, 16 Sep 2010 09:59:32 +0200] rev 39451
prevent exception when calling "Mirabelle.can_apply" on empty proof sequence;
the Judgement Day logs sometimes had entries of the form
at 970:26 (apply):
------------------
------------------
; these were apparently caused by this Mirabelle bug
blanchet [Thu, 16 Sep 2010 08:29:50 +0200] rev 39450
supply the Metis parameter defaults as argument, instead of patching the Metis sources;
these values were found by Larry in 2007 and using anything else risks losing proofs
blanchet [Thu, 16 Sep 2010 08:27:10 +0200] rev 39449
regenerated "metis.ML"
blanchet [Thu, 16 Sep 2010 08:02:32 +0200] rev 39448
streamlined "make_metis"
blanchet [Thu, 16 Sep 2010 07:54:18 +0200] rev 39447
put Isabelle-specifics in a "PortableIsabelle" file maintained by us;
as recommended by Joe Hurd
blanchet [Thu, 16 Sep 2010 07:53:02 +0200] rev 39446
handy little script
blanchet [Thu, 16 Sep 2010 07:52:47 +0200] rev 39445
reintroduce missing "critical"s by hand
blanchet [Thu, 16 Sep 2010 07:30:15 +0200] rev 39444
MIT license -> BSD License
blanchet [Thu, 16 Sep 2010 07:24:04 +0200] rev 39443
copied the unmodified official Metis 2.3 (15 Sept. 2010) sources into Isabelle
wenzelm [Fri, 17 Sep 2010 17:11:43 +0200] rev 39442
tuned;
wenzelm [Fri, 17 Sep 2010 17:10:44 +0200] rev 39441
allow embedded reports in regular prover messages, to avoid side-effects for errors for example;
wenzelm [Fri, 17 Sep 2010 17:09:31 +0200] rev 39440
simplified/clarified (Context_)Position.markup/reported_text;
wenzelm [Fri, 17 Sep 2010 15:51:11 +0200] rev 39439
eliminated markup "location" in favour of more explicit "no_report", which is actually deleted from messages;
wenzelm [Thu, 16 Sep 2010 15:37:12 +0200] rev 39438
Isar "default" step needs to fail for solved problems, for clear distinction of '.' and '..' for example -- amending lapse introduced in 9de4d64eee3b (April 2004);
wenzelm [Thu, 16 Sep 2010 15:32:24 +0200] rev 39437
updated generated file;
haftmann [Thu, 16 Sep 2010 08:18:34 +0200] rev 39436
tuned whitespace
boehmes [Thu, 16 Sep 2010 06:49:46 +0200] rev 39435
reverse order of datatype declarations so that declarations only depend on already declared datatypes
blanchet [Wed, 15 Sep 2010 22:24:35 +0200] rev 39434
merged
blanchet [Wed, 15 Sep 2010 22:20:10 +0200] rev 39433
make "metis.ML" building process slightly more robust by eliminating the need for "FILES";
instead, query the original "Makefile"
wenzelm [Wed, 15 Sep 2010 20:47:14 +0200] rev 39432
dropped obsolete src/Tools/random_word.ML -- superseded by src/Tools/Metis/src/Random.sml stemming from the Metis distribution;
blanchet [Wed, 15 Sep 2010 20:07:41 +0200] rev 39431
merged
blanchet [Wed, 15 Sep 2010 19:55:26 +0200] rev 39430
document Metis updating procedure
blanchet [Wed, 15 Sep 2010 19:22:34 +0200] rev 39429
move "CRITICAL" to "PortableXxx", where it belongs and used to be;
now that it is no longer used in "Random.sml"
blanchet [Wed, 15 Sep 2010 18:52:37 +0200] rev 39428
regenerated "metis.ML"
blanchet [Wed, 15 Sep 2010 18:51:48 +0200] rev 39427
update comment
blanchet [Wed, 15 Sep 2010 18:51:21 +0200] rev 39426
make "Unprotected concurrency introduces some true randomness." be true;
this code is called often and doesn't need to be considered critical. I added CRITICAL by mistake.
blanchet [Wed, 15 Sep 2010 18:27:29 +0200] rev 39425
fix parsing of higher-order formulas;
this code was never exercised before because the current ATPs perform clausification, but someday ATPs might support FOF natively
haftmann [Wed, 15 Sep 2010 19:20:50 +0200] rev 39424
merged
haftmann [Wed, 15 Sep 2010 16:56:31 +0200] rev 39423
load code_runtime immediately again
haftmann [Wed, 15 Sep 2010 16:56:31 +0200] rev 39422
proper interface for code_reflect
haftmann [Wed, 15 Sep 2010 16:47:31 +0200] rev 39421
introduced "holds" as synthetic datatype constructor for "prop"; moved Pure code generator setup to Code_Generator.thy
blanchet [Wed, 15 Sep 2010 17:05:18 +0200] rev 39420
merged