From 0e2db4e07b5fa13733d9fedf5b3a9ae3fe820ecb Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Mon, 16 Mar 2026 13:11:50 +0100 Subject: [PATCH] WIP --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5a7321..62ad473 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ ## Chase-rs -An implementation of the chase algorithm in Rust for advanced reasoning engines. +An implementation of the chase algorithm in Rust for reasoning engines. ### Overview -The chase algorithm is a fundamental technique in context of database theory and knowledge representation used for: +The chase algorithm is a technique in context of database theory and knowledge representation used for: - Query answering under tuple-generating dependencies (TGDs) - Computing universal models -- Ontology-based data access (OBDA) - Datalog with existential rules This implementation provides a restricted-chase style materialization with active-trigger checks.