]> matita.cs.unibo.it Git - helm.git/commit - helm/ocaml/paramodulation/test_indexing.ml
Moved paramodulation inside tactics.
authorAndrea Asperti <andrea.asperti@unibo.it>
Thu, 12 Jan 2006 12:38:36 +0000 (12:38 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Thu, 12 Jan 2006 12:38:36 +0000 (12:38 +0000)
commitb1527286e32c8651d65619af61e3f638b3b89f8d
tree287a9450fe4512daf459bd743807d4a1d2d3a4f7
parentd3e3b22ce9cca9e4ca80f75a6bdc4c2df93efb0b
Moved paramodulation inside tactics.
Added a new (reduction) tactic demodulate.
38 files changed:
helm/ocaml/grafite/grafiteAst.ml
helm/ocaml/grafite/grafiteAstPp.ml
helm/ocaml/grafite_engine/grafiteEngine.ml
helm/ocaml/grafite_parser/grafiteDisambiguate.ml
helm/ocaml/grafite_parser/grafiteParser.ml
helm/ocaml/paramodulation/.depend [deleted file]
helm/ocaml/paramodulation/Makefile [deleted file]
helm/ocaml/paramodulation/README [deleted file]
helm/ocaml/paramodulation/equality_indexing.ml [deleted file]
helm/ocaml/paramodulation/equality_indexing.mli [deleted file]
helm/ocaml/paramodulation/indexing.ml [deleted file]
helm/ocaml/paramodulation/inference.ml [deleted file]
helm/ocaml/paramodulation/inference.mli [deleted file]
helm/ocaml/paramodulation/saturate_main.ml [deleted file]
helm/ocaml/paramodulation/saturation.ml [deleted file]
helm/ocaml/paramodulation/test_indexing.ml [deleted file]
helm/ocaml/paramodulation/utils.ml [deleted file]
helm/ocaml/paramodulation/utils.mli [deleted file]
helm/ocaml/tactics/.depend
helm/ocaml/tactics/Makefile
helm/ocaml/tactics/autoTactic.ml
helm/ocaml/tactics/autoTactic.mli
helm/ocaml/tactics/paramodulation/.depend [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/Makefile [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/README [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/equality_indexing.ml [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/equality_indexing.mli [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/indexing.ml [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/inference.ml [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/inference.mli [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/saturate_main.ml [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/saturation.ml [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/saturation.mli [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/test_indexing.ml [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/utils.ml [new file with mode: 0644]
helm/ocaml/tactics/paramodulation/utils.mli [new file with mode: 0644]
helm/ocaml/tactics/tactics.ml
helm/ocaml/tactics/tactics.mli