2013-12-16 |
blanchet |
move some Z3 specifics out (and into private repository with the rest of the Z3-specific code)
|
changeset |
files
|
2013-12-16 |
blanchet |
reverse Skolem function arguments
|
changeset |
files
|
2013-12-16 |
blanchet |
correcly recognize E skolemization steps that are wrapped in a 'shift_quantors' inference
|
changeset |
files
|
2013-12-16 |
blanchet |
fixed confusion between 'prop' and 'bool' introduced in 4960647932ec
|
changeset |
files
|
2013-12-16 |
blanchet |
generalize method list further to list of list (clustering preferred methods together)
|
changeset |
files
|
2013-12-16 |
blanchet |
store alternative proof methods in Isar data structure
|
changeset |
files
|
2013-12-16 |
blanchet |
tuning
|
changeset |
files
|
2013-12-16 |
blanchet |
added 'meson' to the mix
|
changeset |
files
|
2013-12-16 |
blanchet |
tuning
|
changeset |
files
|
2013-12-16 |
blanchet |
made SML/NJ happy
|
changeset |
files
|
2013-12-16 |
blanchet |
use consistent condition for setting 'metis_new_skolem' (in preplaying and in output printing) + tuning
|
changeset |
files
|
2013-12-15 |
blanchet |
generate proper succedent for cases with trivial branches
|
changeset |
files
|
2013-12-15 |
blanchet |
tuning
|
changeset |
files
|
2013-12-15 |
blanchet |
simplify generated propositions
|
changeset |
files
|
2013-12-15 |
blanchet |
use 'prop' rather than 'bool' systematically in Isar reconstruction code
|
changeset |
files
|
2013-12-15 |
blanchet |
tuning
|
changeset |
files
|
2013-12-15 |
blanchet |
use 'arith' when appropriate in Z3 proofs
|
changeset |
files
|
2013-12-15 |
blanchet |
robustness in degenerate case + tuning
|
changeset |
files
|
2013-12-15 |
blanchet |
use simplifier for rewrite
|
changeset |
files
|
2013-12-15 |
blanchet |
more aggressive merging
|
changeset |
files
|
2013-12-15 |
blanchet |
implemented Z3 skolemization
|
changeset |
files
|
2013-12-15 |
blanchet |
inline Z3 hypotheses
|
changeset |
files
|
2013-12-15 |
blanchet |
merge
|
changeset |
files
|
2013-12-15 |
blanchet |
merge
|
changeset |
files
|
2013-12-13 |
blanchet |
merged
|
changeset |
files
|
2013-12-13 |
blanchet |
better handling of Z3 proof blocks
|
changeset |
files
|
2013-12-15 |
haftmann |
disambiguation of interpretation prefixes
|
changeset |
files
|
2013-12-15 |
haftmann |
more algebraic terminology for theories about big operators
|
changeset |
files
|
2013-12-14 |
wenzelm |
more antiquotations;
|
changeset |
files
|
2013-12-14 |
wenzelm |
proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
|
changeset |
files
|
2013-12-13 |
wenzelm |
merged
|
changeset |
files
|
2013-12-13 |
wenzelm |
maintain morphism names for diagnostic purposes;
|
changeset |
files
|
2013-12-13 |
wenzelm |
tuned -- prefer canonical argument order of fold_rev;
|
changeset |
files
|
2013-12-13 |
wenzelm |
proper simplifier context;
|
changeset |
files
|
2013-12-13 |
wenzelm |
tuned;
|
changeset |
files
|
2013-12-13 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
2013-12-13 |
blanchet |
made SML/NJ happy + whitespace tuning
|
changeset |
files
|
2013-12-13 |
wenzelm |
clarified Proof General legacy: special treatment of \<^newline> only in TTY mode;
|
changeset |
files
|
2013-12-12 |
wenzelm |
merged
|
changeset |
files
|
2013-12-12 |
wenzelm |
discontinued legacy_isub_isup;
|
changeset |
files
|
2013-12-12 |
wenzelm |
clarified Trace_Ops: global theory data avoids init of simpset in Pure.thy, which is important to act as neutral element in merge;
|
changeset |
files
|
2013-12-12 |
wenzelm |
skeleton for Simplifier trace by Lars Hupel;
|
changeset |
files
|
2013-12-12 |
wenzelm |
generic trace operations for main steps of Simplifier;
|
changeset |
files
|
2013-12-12 |
wenzelm |
tuned signature;
|
changeset |
files
|
2013-12-12 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
2013-12-12 |
wenzelm |
added missing file (cf. 124432e77ecf);
|
changeset |
files
|
2013-12-12 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
2013-12-12 |
wenzelm |
removed dead code -- ctxt is never visible (see also 658fcba35ed7);
|
changeset |
files
|
2013-12-12 |
wenzelm |
simplified polyml-5.5.2 setup -- implicit upgrade of Thread.numProcessors;
|
changeset |
files
|
2013-12-12 |
wenzelm |
tuned message;
|
changeset |
files
|
2013-12-12 |
haftmann |
be more explicit about pre- and postprocessor, particularly code_abbrev
|
changeset |
files
|
2013-12-11 |
traytel |
removed obsolete codegen setup; Stream -> SCons; tuned
|
changeset |
files
|
2013-12-11 |
wenzelm |
merged
|
changeset |
files
|
2013-12-11 |
wenzelm |
tuned patterns;
|
changeset |
files
|
2013-12-11 |
wenzelm |
support for polml-5.5.2;
|
changeset |
files
|
2013-12-11 |
blanchet |
reverse order in which lines are selected, to ensure that the number of dependencies is accurate
|
changeset |
files
|
2013-12-11 |
blanchet |
truncate proof once False is hit to avoid confusing the rest of the code (no idea why Z3 goes on)
|
changeset |
files
|
2013-12-11 |
blanchet |
removed inlined rewriting'' for one-branch case splits in Isar proofs, since these can yield huge unreadable formulas
|
changeset |
files
|
2013-12-11 |
paulson |
Fib: Who needs the int version?
|
changeset |
files
|
2013-12-10 |
blanchet |
more work on Z3 Isar proofs
|
changeset |
files
|