]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/ng_paramodulation/paramod.ml
made executable again
[helm.git] / helm / software / components / ng_paramodulation / paramod.ml
2010-03-25 Andrea AspertiExtension of demod to arbtrary predicates (not just...
2010-03-23 Andrea AspertiFixed a few bugs
2010-03-18 Andrea AspertiDebugging disabled.
2010-03-18 Andrea AspertiExporting the demodulation function.
2010-03-04 Andrea AspertiSmall changes for debugging
2010-02-19 Andrea AspertiAdded an implicit parameter to branch_tac to allow...
2010-02-08 Andrea AspertiSome changes towards integration of setoid-rewriting.
2010-01-11 Andrea Asperti1. New paramodulation function
2009-12-18 Andrea AspertiFinal subst returned by superposition and passed around.
2009-12-09 Andrea AspertiDebug set to ()
2009-12-09 Andrea AspertiClean up of debgging info
2009-12-02 Andrea AspertiPassive equations have their own index (not passive...
2009-11-25 Andrea AspertiExported forward_inference_step
2009-09-21 Enrico Tassihuge commit regarding universes:
2009-07-29 Andrea AspertiLazy strings
2009-07-27 denesRemoved meaningless time information
2009-07-22 denesNow using lazy strings for debug printings
2009-07-21 denesImplemented handling of Invertible equalities
2009-07-20 Wilmer Ricciottiadded a flag for age selection
2009-07-20 denesOne-side indexing for commutativity
2009-07-16 denesDisabled age selection and ad hoc goal weight computation
2009-07-13 Enrico Tassimatitaprover is now flexible enough to allow the comput...
2009-07-09 Enrico TassiNew functorialization: paramod is abstracted over a...
2009-07-03 denesImplemented LPO
2009-07-02 denesNew age selection
2009-07-02 Enrico Tassireturn type of paramod fixed according to the SZSOntology
2009-06-30 denesMoved ID management inside the bag
2009-06-30 denesEnabled age selection (ratio 1/5)
2009-06-29 Enrico Tassido not infer on closed goals
2009-06-29 denesFirst attempt for refined goal selection strategy
2009-06-29 Enrico Tassiadded (but not active) last chance idea
2009-06-29 denesImplemented orphan murdering technique
2009-06-26 Andrea Aspertiattempt to run a last chance procedure after the timeout
2009-06-26 denesImplemented orphan murder test (clauses are not discard...
2009-06-25 Enrico Tassitimeouts are passed as arguments, so that tptpprover can
2009-06-25 Enrico Tassithe prover is almost OK, types in fuctors a bit extended to
2009-06-25 denesVarious fixes
2009-06-25 denesNow using age selection
2009-06-25 Enrico Tassicode refactoring for paramodulation
2009-06-25 denesFixed is_identity for facts
2009-06-25 denesFixed insertion of passive clauses
2009-06-24 denesRemoved debug printing
2009-06-24 denesNow inserting hypothesis and goal with zero weight
2009-06-24 denesExtended is_identity test
2009-06-24 denesImplemented check for duplicates (in goals)
2009-06-23 denesRemoved old debugging assertion
2009-06-23 denesRemoved debug printing raising Failure
2009-06-23 denesRemoved debug printing
2009-06-23 denesRewrote the main loop for paramodulation
2009-06-23 denesFixed nasty bug in maxvar updating
2009-06-22 denesAdded more precise time information
2009-06-22 denesCorrected proof visiting (topological sort)
2009-06-18 Enrico Tassidebug pps removed
2009-06-18 Enrico Tassiproof patching!
2009-06-18 denesFixed wrong types in proof terms
2009-06-17 Enrico Tassiproof reconstruction almost OK
2009-06-17 denesAdded optionnal one pass simplification (instead of...
2009-06-16 Enrico Tassifirst proof reconstruction attempt, still bugged since it
2009-06-12 denesImplemented keep_simplified.
2009-06-12 Andrea AspertiRenamed forward_simplify into simplify and backward_sim...
2009-06-11 denesActive goals are now demodulated after selecting a...
2009-06-10 Enrico Tassi1) added simplification of actives w.r.t. selected
2009-06-10 Enrico Tassiright inference step completed
2009-06-09 Enrico Tassialmost complete superposition right step
2009-06-09 Enrico Tassisnapshot
2009-06-09 Enrico Tassisnaphost: supright almost done
2009-06-08 Enrico Tassisome more functors and a nice higher-order all_position...
2009-06-06 Enrico Tassisome renaming to make ocamlopt happy
2009-06-05 denesFirst tests for paramodulation (pretty printer, unifica...