MANIFEST.in
README.md
setup.cfg
setup.py
meteor_reasoner/__init__.py
meteor_reasoner/version.py
meteor_reasoner.egg-info/PKG-INFO
meteor_reasoner.egg-info/SOURCES.txt
meteor_reasoner.egg-info/dependency_links.txt
meteor_reasoner.egg-info/requires.txt
meteor_reasoner.egg-info/top_level.txt
meteor_reasoner/automata/__init__.py
meteor_reasoner/automata/buichi_automata.py
meteor_reasoner/automata/consistency_check.py
meteor_reasoner/automata/guess.py
meteor_reasoner/automata/satisfy.py
meteor_reasoner/automata/utils.py
meteor_reasoner/automata/window.py
meteor_reasoner/canonical/__init__.py
meteor_reasoner/canonical/calculate_w.py
meteor_reasoner/canonical/class_common_fragment.py
meteor_reasoner/canonical/common_fragment.py
meteor_reasoner/canonical/find_common_fragment.py
meteor_reasoner/classes/__init__.py
meteor_reasoner/classes/atom.py
meteor_reasoner/classes/interval.py
meteor_reasoner/classes/literal.py
meteor_reasoner/classes/rule.py
meteor_reasoner/classes/term.py
meteor_reasoner/demo/__init__.py
meteor_reasoner/demo/dataset.py
meteor_reasoner/graphutil/__init__.py
meteor_reasoner/graphutil/graph.py
meteor_reasoner/graphutil/graph_strengthening.py
meteor_reasoner/graphutil/multigraph.py
meteor_reasoner/graphutil/temporal_dependency_graph.py
meteor_reasoner/graphutil/topological_sort.py
meteor_reasoner/materialization/__init__.py
meteor_reasoner/materialization/apply.py
meteor_reasoner/materialization/coalesce.py
meteor_reasoner/materialization/ground.py
meteor_reasoner/materialization/index_build.py
meteor_reasoner/materialization/join.py
meteor_reasoner/materialization/join_util.py
meteor_reasoner/materialization/materialize.py
meteor_reasoner/materialization/utils.py
meteor_reasoner/utils/__init__.py
meteor_reasoner/utils/conversion.py
meteor_reasoner/utils/loader.py
meteor_reasoner/utils/normalize.py
meteor_reasoner/utils/operate_dataset.py
meteor_reasoner/utils/parser.py
meteor_reasoner/utils/ruler_interval.py
test/test_apply.py
test/test_automata.py
test/test_finite_materialisability.py
test/test_ground.py
test/test_interval.py
test/test_mat.py
test/test_multigraph.py
test/test_parser.py
test/test_strengthening.py
test/test_w.py