Public Attributes | |
| unsigned | lhs |
| unsigned | hash |
| unsigned | tag: 2 |
| bool | garbage: 1 |
| bool | indexed: 1 |
| bool | marked: 1 |
| bool | shrunken: 1 |
| unsigned | arity: LD_MAX_ARITY |
| unsigned | rhs [] |
Definition at line 35 of file congruence.c.
| unsigned gate::arity |
Definition at line 46 of file congruence.c.
| bool gate::garbage |
Definition at line 42 of file congruence.c.
| unsigned gate::hash |
Definition at line 40 of file congruence.c.
| bool gate::indexed |
Definition at line 43 of file congruence.c.
| unsigned gate::lhs |
Definition at line 39 of file congruence.c.
| bool gate::marked |
Definition at line 44 of file congruence.c.
| unsigned gate::rhs[] |
Definition at line 47 of file congruence.c.
| bool gate::shrunken |
Definition at line 45 of file congruence.c.
| unsigned gate::tag |
Definition at line 41 of file congruence.c.