This folder contains the block-world style examples.
- -
Use these files to validate object/class/predicate modeling patterns in a compact but expressive domain.
From the repository root:
```bash
cargo test --test examples blocks_
```
To run every integration example:
```bash
cargo test --test examples
```