1 unstable release

0.1.0 May 15, 2024

#8 in #storing


Used in symbolic-sets-integers

AGPL-3.0-only

45KB
882 lines

Symbolic sets

This crate provides implementations of sets that are stored symbolically.

This means that you are not storing each element of the set directly; instead, a set consists of all elements that satisfy certain properties, which are expressed as code. You provide some atomic properties, along with rules for simplifying combinations of properties; we handle the rest.

For full documentation, please visit https://docs.rs/symbolic-sets/


lib.rs:

Provides implementations of sets that are stored symbolically.

This means that you are not storing each element of the set directly; instead, a set consists of all elements that satisfy certain properties, which are expressed as code. You provide some atomic properties, along with rules for simplifying combinations of properties; we handle the rest.

Dependencies

~0–0.8MB
~17K SLoC