LICENSE
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/canonical/__init__.py
meteor_reasoner/canonical/calculate_w.py
meteor_reasoner/canonical/canonical_representation.py
meteor_reasoner/canonical/class_common_fragment.py
meteor_reasoner/canonical/utils.py
meteor_reasoner/classes/__init__.py
meteor_reasoner/classes/atom.py
meteor_reasoner/classes/interval.py
meteor_reasoner/classes/literal.py
meteor_reasoner/classes/recorder.py
meteor_reasoner/classes/rule.py
meteor_reasoner/classes/term.py
meteor_reasoner/datagenerator/__init__.py
meteor_reasoner/datagenerator/add_intervals.py
meteor_reasoner/datagenerator/generate_datalog.py
meteor_reasoner/datagenerator/generate_owl.py
meteor_reasoner/datagenerator/increase_intervals.py
meteor_reasoner/entailment/__init__.py
meteor_reasoner/entailment/entail.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_util.py
meteor_reasoner/materialization/materialize.py
meteor_reasoner/materialization/naive_join.py
meteor_reasoner/materialization/seminaive_join.py
meteor_reasoner/materialization/t_operator.py
meteor_reasoner/materialization/utils.py
meteor_reasoner/stream/__init__.py
meteor_reasoner/stream/stream_generator.py
meteor_reasoner/stream/utils.py
meteor_reasoner/utils/__init__.py
meteor_reasoner/utils/conversion.py
meteor_reasoner/utils/entail_check.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/propagation.py
meteor_reasoner/utils/ruler_interval.py
test/test_apply.py
test/test_automata.py
test/test_canonical.py
test/test_cycle.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