4-variable-simplifier/truthtable_set/struct.h
2026-04-25 16:00:10 -04:00

10 lines
105 B
C

struct truthtable_set
{
struct avl_tree_t* tree;
unsigned refcount;
size_t n;
};