symbolic-sets 0.1.0

Sets that are stored symbolically
Documentation
1
2
3
4
5
6
7
8
9
10
11
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/