2010-08-01 |
bulwahn |
adding parsing of numbers; improving output of solution without free variables in prolog code generation
|
changeset |
files
|
2010-08-01 |
bulwahn |
adding preprocessing of introduction rules to replace the constant Predicate.eq in the prolog code generation
|
changeset |
files
|
2010-08-01 |
bulwahn |
adding basic arithmetic support for prolog code generation
|
changeset |
files
|
2010-08-01 |
bulwahn |
adding numbers as basic term in prolog code generation
|
changeset |
files
|
2010-07-31 |
ballarin |
More consistent naming of locale api functions.
|
changeset |
files
|
2010-07-31 |
ballarin |
Documentation of 'interpret' updated.
|
changeset |
files
|
2010-07-31 |
ballarin |
print_interps shows interpretations in proofs.
|
changeset |
files
|
2010-07-31 |
ballarin |
Interpretation in proofs supports mixins.
|
changeset |
files
|
2010-07-31 |
ballarin |
Make registrations generic data.
|
changeset |
files
|
2010-07-30 |
blanchet |
merged
|
changeset |
files
|
2010-07-29 |
blanchet |
don't choke on synonyms when parsing SPASS's Flotter output + renamings;
|
changeset |
files
|
2010-07-29 |
blanchet |
fix Mirabelle timeout
|
changeset |
files
|
2010-07-29 |
blanchet |
make Mirabelle happy
|
changeset |
files
|
2010-07-29 |
blanchet |
fix bug in the newly introduced "bound concealing" code
|
changeset |
files
|
2010-07-29 |
blanchet |
handle division by zero gracefully (used to raise Unordered later on)
|
changeset |
files
|
2010-07-29 |
blanchet |
use "explicit_apply" in the minimizer whenever it might make a difference to prevent freak failures;
|
changeset |
files
|
2010-07-29 |
blanchet |
fix Meson's definition of first-orderness to prevent errors later on elsewhere (e.g. in Metis)
|
changeset |
files
|
2010-07-29 |
blanchet |
handle schematic vars the same way in Sledgehammer as in Metis, to avoid unreplayable proofs
|
changeset |
files
|
2010-07-29 |
blanchet |
revert exception throwing in FOL_SOLVE, since they're not caught anyway
|
changeset |
files
|
2010-07-29 |
blanchet |
avoid "ATP Error: Error: blah" style messages
|
changeset |
files
|
2010-07-29 |
blanchet |
avoid "_def_raw" theorems
|
changeset |
files
|
2010-07-29 |
blanchet |
better error and minimizer output
|
changeset |
files
|
2010-07-29 |
blanchet |
deal with chained facts more gracefully
|
changeset |
files
|
2010-07-29 |
blanchet |
speed up the minimizer by using the time taken for the first iteration as a timeout for the following iterations, and fix a subtle bug in "string_for_failure"
|
changeset |
files
|
2010-07-29 |
blanchet |
work around atomization failures
|
changeset |
files
|
2010-07-29 |
blanchet |
fiddle with the fudge factors, to get similar results as before
|
changeset |
files
|
2010-07-29 |
blanchet |
perform the presimplification done by Metis.make_nnf in Sledgehammer again, to deal with "If" and similar constructs
|
changeset |
files
|
2010-07-29 |
blanchet |
fix bug with "=" vs. "fequal" introduced by last change (dddb8ba3a1ce)
|
changeset |
files
|
2010-07-29 |
blanchet |
generate correct names for "$true" and "$false";
|
changeset |
files
|
2010-07-29 |
blanchet |
don't assume canonical rule format
|
changeset |
files
|
2010-07-29 |
blanchet |
avoid "clause" and "cnf" terminology where it no longer makes sense
|
changeset |
files
|
2010-07-29 |
blanchet |
"axiom_clauses" -> "axioms" (these are no longer clauses)
|
changeset |
files
|
2010-07-29 |
blanchet |
remove the "extra_clauses" business introduced in 19a5f1c8a844;
|
changeset |
files
|
2010-07-29 |
bulwahn |
adapting output for first solution
|
changeset |
files
|
2010-07-29 |
bulwahn |
removing pointless type information in internal prolog terms
|
changeset |
files
|
2010-07-29 |
bulwahn |
cleaning example file; more natural ordering of variable names
|
changeset |
files
|
2010-07-29 |
bulwahn |
improving translation to prolog; restoring terms from prolog output; adding tracing support
|
changeset |
files
|
2010-07-29 |
bulwahn |
working on parser for prolog reponse
|
changeset |
files
|
2010-07-29 |
bulwahn |
querying for multiple solutions in values command for prolog execution
|
changeset |
files
|
2010-07-29 |
bulwahn |
correcting scanning
|
changeset |
files
|
2010-07-29 |
bulwahn |
adding values command and parsing prolog output
|
changeset |
files
|
2010-07-29 |
bulwahn |
adding example file for prolog code generation; adding prolog code generation example to IsaMakefile
|
changeset |
files
|
2010-07-29 |
bulwahn |
adding a mockup version for prolog code generation
|
changeset |
files
|
2010-07-29 |
bulwahn |
exporting retrieval function for graph of introduction rules in the predicate compiler core
|
changeset |
files
|
2010-07-29 |
haftmann |
merged
|
changeset |
files
|
2010-07-29 |
haftmann |
rebinding ref is illegal
|
changeset |
files
|
2010-07-29 |
haftmann |
tuned example
|
changeset |
files
|
2010-07-29 |
haftmann |
intermediate operation avoids invariance problem in Scala
|
changeset |
files
|
2010-07-29 |
blanchet |
merged
|
changeset |
files
|
2010-07-29 |
blanchet |
kill polymorphic "val"s
|
changeset |
files
|
2010-07-29 |
blanchet |
improved ATP error handling some more
|
changeset |
files
|
2010-07-28 |
blanchet |
shorter URL
|
changeset |
files
|
2010-07-28 |
blanchet |
mention version numbers
|
changeset |
files
|
2010-07-28 |
blanchet |
fiddled with usage text
|
changeset |
files
|
2010-07-28 |
blanchet |
handle Perl and "libwww-perl" failures more gracefully, giving the user some clues about what goes on
|
changeset |
files
|
2010-07-29 |
haftmann |
merged
|
changeset |
files
|
2010-07-29 |
haftmann |
tuned printing of applications and let cascades
|
changeset |
files
|
2010-07-29 |
haftmann |
checking Scala_imp
|
changeset |
files
|
2010-07-29 |
haftmann |
proper unit type in transformed program
|
changeset |
files
|
2010-07-29 |
haftmann |
merged
|
changeset |
files
|