aprender 0.29.3

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Logic Family Tree - Logic Programming Example

This example demonstrates logic programming with family tree relationships using Aprender's logic module.

**Run command:**
```bash
cargo run --example logic_family_tree --release
```

**Topics covered:**
- Datalog-style logic programming
- Family relationship inference (parent, grandparent, sibling, ancestor)
- Rule-based reasoning
- Query execution

**See also:**
- [Examples Reference]./examples-reference.md