rustdl 0.3.28__tar.gz → 0.3.30__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rustdl-0.3.28 → rustdl-0.3.30}/Cargo.lock +10 -10
- {rustdl-0.3.28 → rustdl-0.3.30}/Cargo.toml +1 -1
- {rustdl-0.3.28 → rustdl-0.3.30}/PKG-INFO +1 -1
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/convert.rs +603 -29
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/locality.rs +7 -5
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/classify.rs +187 -49
- rustdl-0.3.30/crates/owl-dl-reasoner/tests/sparse_classification_identity.rs +150 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/README.md +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/Cargo.toml +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/README.md +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/absorb.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/approx_saturation.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/clause.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/convert_back.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/data_axioms.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/definitions.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/disjunction_existential.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/disjunctive_antecedent.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/ir.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/lib.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/normalize.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/ontology.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/residual_trigger.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/role_hierarchy.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/told.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/transform.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/src/vocab.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/tests/concept_pool_proptest.proptest-regressions +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/tests/concept_pool_proptest.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/tests/convert_round_trip_proptest.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-core/tests/role_hierarchy_proptest.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-datatypes/Cargo.toml +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-datatypes/README.md +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-datatypes/src/lib.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/.gitignore +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/Cargo.toml +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/README.md +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/.gitignore +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/README.md +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/__init__.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/fixtures/recorded_replies_clash.json +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/fixtures/seed.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/gate.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/llm.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/loop.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/out/candidate.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/out/current.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/out/metrics.md +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/out/transcript.jsonl +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/out-clash/candidate.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/out-clash/current.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/out-clash/metrics.md +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/out-clash/transcript.jsonl +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/requirements.txt +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/run.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/tests/__init__.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/tests/test_gate.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/tests/test_llm.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/tests/test_loop.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/tests/test_run.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/examples/nesy_loop/tests/test_seed.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/src/classify.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/src/errors.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/src/explain.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/src/lib.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/src/load.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/src/materialize.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/src/queries.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/conftest.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_classify.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_examples.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_explain.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_manchester.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_materialize.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_queries.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_results.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_smoke.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_soundness.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_stubs.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-py/tests/python/test_tutorial.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/Cargo.toml +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/README.md +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/examples/embed_classify.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/abox_check.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/abox_saturation.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/diagnose.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/justify.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/laconic.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/lib.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/model_cache.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/oracle_diff.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/realize.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/repair.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/src/union_find.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/abox_consistency.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/abox_sat_fp_probe.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/abox_saturation.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/adaptive_budget.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/anon349_diagnostic.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/anonymous_individuals_identity.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/anonymous_individuals_reporting.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/approx_saturation_forced_disjunct.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/backfold.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/backjump_precision_gate.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/blocked_disjunction_soundness.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/blocked_disjunction_termination.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/cardinality_disjunct_atoms.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/classify_concrete_domain.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/classify_defined_sweep.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/classify_inverse_domain.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/completeness_contract.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/concrete_domain_clash.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/data_properties.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/data_property_assertions.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/datatype_completeness.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/datatype_inconsistency.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/datatype_value_membership.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/decide_pair_probe.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/diagnose_partition.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/disjunctive_existential_marker_fp.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/domain_gci_completeness.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/existential_successors.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/exists_top_filler.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p1_direct_bot.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p1_no_bot.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p2_disjoint_different_individuals.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p2_disjoint_types.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p3_neg_opa.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p3_neg_opa_no_clash.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p3_role_hierarchy_neg_consistent.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p3_role_hierarchy_neg_inconsistent.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p4_same_different.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p4_same_without_different.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p5_functional_diff.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p5_functional_same_target.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p6_asymmetric.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p6_asymmetric_one_way.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p6_irreflexive.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p6_irreflexive_distinct.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p7_range_compatible.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/abox/p7_range_disjoint.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/datatype/data_cardinality_disjoint.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/datatype/data_property_domain-classified.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/datatype/data_property_domain.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/datatype/datatype_definition-classified.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/datatype/datatype_definition.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/datatype/datatype_facet.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/datatype/functional_data_property.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/datatype/sub_data_property-classified.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/datatype/sub_data_property.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/functional-equiv-some-bug.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/materialize/rbox-materialized.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/materialize/rbox.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/named-pizza-country-bug.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/p2b0-terms-01.txt +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/p2b0-terms-02.txt +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/p2b0-terms-03.txt +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/p2b0-terms-04.txt +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/p2b0-terms-05.txt +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/p2b0-terms-06.txt +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/p2b0-terms-07.txt +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/p2b0-terms-08.txt +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_01.hermit.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_01.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_01.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_02.hermit.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_02.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_02.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_03.hermit.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_03.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_03.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_04.hermit.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_04.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_04.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_05.hermit.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_05.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_05.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_06.hermit.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_06.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_06.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_07.hermit.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_07.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_07.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_08.hermit.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_08.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/pair_08.owx +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/fixtures/phase2b/phase2b-verdicts.log +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/funcmerge_inverse.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/funcmerge_scaling.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/functional_enforcement.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/inverse_cardinality_soundness.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/inverse_symmetric_domain.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/justification.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/konclude_closure_diff.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/label_heuristic_canary.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/laconic_justification.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/materialize_oracle.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/object_has_self_domain.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/phase2c_pair_06_canary.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/precompletion_probe_gate.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/property_assertions.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/real_ontology_corpus.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/repair_suggestions.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/sat_lookahead_gate.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/saturator_disjointness.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/seed_probe_gate.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/shadow_dep_gate.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/snapshot_phase0_canary.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/sp2_nogood_gate.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/subproperty_axioms.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/tautology_skip_canary.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/tbox_only_classify.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/top_subsumes_all.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/value_type_disjoint_canary.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/value_type_disjoint_probe.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-reasoner/tests/wedge_consistency.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-saturation/Cargo.toml +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-saturation/README.md +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-saturation/src/lib.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-saturation/src/proof.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-saturation/src/seed_sat.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-saturation/tests/fixtures/phase2a_functional_role_canary.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-saturation/tests/fixtures/phase2b_compound_existential_canary.ofn +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/Cargo.toml +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/README.md +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/counters.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/deps.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/graph.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/hyper.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/lib.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/replay.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/rules.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/saturate.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/search.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/shadow_measures.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/snapshot.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/src/trail.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/tests/backprop_risk.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/tests/replay_driver.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/tests/replay_roundtrip.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/tests/sat_lookahead_drop.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/tests/semantic_branching.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/tests/shadow_dep_probe.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/crates/owl-dl-tableau/tests/snapshot_capture.rs +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/pyproject.toml +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/python/rustdl/__init__.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/python/rustdl/__init__.pyi +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/python/rustdl/_results.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/python/rustdl/data/pizza.owl.gz +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/python/rustdl/data/sio.owl.gz +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/python/rustdl/data/sulo.owl.gz +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/python/rustdl/examples.py +0 -0
- {rustdl-0.3.28 → rustdl-0.3.30}/python/rustdl/py.typed +0 -0
|
@@ -1018,7 +1018,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
|
1018
1018
|
|
|
1019
1019
|
[[package]]
|
|
1020
1020
|
name = "owl-dl-bench"
|
|
1021
|
-
version = "0.3.
|
|
1021
|
+
version = "0.3.30"
|
|
1022
1022
|
dependencies = [
|
|
1023
1023
|
"anyhow",
|
|
1024
1024
|
"clap",
|
|
@@ -1038,7 +1038,7 @@ dependencies = [
|
|
|
1038
1038
|
|
|
1039
1039
|
[[package]]
|
|
1040
1040
|
name = "owl-dl-cb"
|
|
1041
|
-
version = "0.3.
|
|
1041
|
+
version = "0.3.30"
|
|
1042
1042
|
dependencies = [
|
|
1043
1043
|
"hashbrown 0.15.5",
|
|
1044
1044
|
"owl-dl-core",
|
|
@@ -1046,7 +1046,7 @@ dependencies = [
|
|
|
1046
1046
|
|
|
1047
1047
|
[[package]]
|
|
1048
1048
|
name = "owl-dl-cli"
|
|
1049
|
-
version = "0.3.
|
|
1049
|
+
version = "0.3.30"
|
|
1050
1050
|
dependencies = [
|
|
1051
1051
|
"anyhow",
|
|
1052
1052
|
"clap",
|
|
@@ -1059,7 +1059,7 @@ dependencies = [
|
|
|
1059
1059
|
|
|
1060
1060
|
[[package]]
|
|
1061
1061
|
name = "owl-dl-core"
|
|
1062
|
-
version = "0.3.
|
|
1062
|
+
version = "0.3.30"
|
|
1063
1063
|
dependencies = [
|
|
1064
1064
|
"bitvec",
|
|
1065
1065
|
"bumpalo",
|
|
@@ -1073,7 +1073,7 @@ dependencies = [
|
|
|
1073
1073
|
|
|
1074
1074
|
[[package]]
|
|
1075
1075
|
name = "owl-dl-datatypes"
|
|
1076
|
-
version = "0.3.
|
|
1076
|
+
version = "0.3.30"
|
|
1077
1077
|
dependencies = [
|
|
1078
1078
|
"owl-dl-core",
|
|
1079
1079
|
"proptest",
|
|
@@ -1083,7 +1083,7 @@ dependencies = [
|
|
|
1083
1083
|
|
|
1084
1084
|
[[package]]
|
|
1085
1085
|
name = "owl-dl-py"
|
|
1086
|
-
version = "0.3.
|
|
1086
|
+
version = "0.3.30"
|
|
1087
1087
|
dependencies = [
|
|
1088
1088
|
"horned-owl",
|
|
1089
1089
|
"owl-dl-core",
|
|
@@ -1094,7 +1094,7 @@ dependencies = [
|
|
|
1094
1094
|
|
|
1095
1095
|
[[package]]
|
|
1096
1096
|
name = "owl-dl-reasoner"
|
|
1097
|
-
version = "0.3.
|
|
1097
|
+
version = "0.3.30"
|
|
1098
1098
|
dependencies = [
|
|
1099
1099
|
"anyhow",
|
|
1100
1100
|
"dashmap",
|
|
@@ -1112,7 +1112,7 @@ dependencies = [
|
|
|
1112
1112
|
|
|
1113
1113
|
[[package]]
|
|
1114
1114
|
name = "owl-dl-saturation"
|
|
1115
|
-
version = "0.3.
|
|
1115
|
+
version = "0.3.30"
|
|
1116
1116
|
dependencies = [
|
|
1117
1117
|
"dashmap",
|
|
1118
1118
|
"fixedbitset",
|
|
@@ -1128,7 +1128,7 @@ dependencies = [
|
|
|
1128
1128
|
|
|
1129
1129
|
[[package]]
|
|
1130
1130
|
name = "owl-dl-tableau"
|
|
1131
|
-
version = "0.3.
|
|
1131
|
+
version = "0.3.30"
|
|
1132
1132
|
dependencies = [
|
|
1133
1133
|
"bitvec",
|
|
1134
1134
|
"bumpalo",
|
|
@@ -2554,7 +2554,7 @@ dependencies = [
|
|
|
2554
2554
|
|
|
2555
2555
|
[[package]]
|
|
2556
2556
|
name = "xtask"
|
|
2557
|
-
version = "0.3.
|
|
2557
|
+
version = "0.3.30"
|
|
2558
2558
|
dependencies = [
|
|
2559
2559
|
"anyhow",
|
|
2560
2560
|
"clap",
|
|
@@ -3,7 +3,7 @@ resolver = "2"
|
|
|
3
3
|
members = ["crates/owl-dl-core", "crates/owl-dl-saturation", "crates/owl-dl-tableau", "crates/owl-dl-datatypes", "crates/owl-dl-reasoner", "crates/owl-dl-py"]
|
|
4
4
|
|
|
5
5
|
[workspace.package]
|
|
6
|
-
version = "0.3.
|
|
6
|
+
version = "0.3.30"
|
|
7
7
|
edition = "2024"
|
|
8
8
|
rust-version = "1.88"
|
|
9
9
|
license = "Apache-2.0 OR MIT"
|