1 unstable release

0.1.0 May 15, 2024

#6 in #stored

Download history 122/week @ 2024-05-12 17/week @ 2024-05-19

139 downloads per month
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
~18K SLoC