
Public Attributes | |
| kissat * | solver |
| bool * | scheduled |
| gates * | occurrences |
| gates | garbage |
| unsigneds | lits |
| unsigneds | rhs |
| unsigneds | unsimplified |
| litpairs | binaries |
| unsigned_fifo | schedule |
| unsigned * | repr |
| gate_hash_table | hash |
| uint64_t | nonces [SIZE_NONCES] |
| unsigned * | units |
| unsigned * | equivalences |
| unsigned * | negbincount |
| unsigned * | largecount |
| litpairs | condbin [2] |
| litpairs | condeq [2] |
Definition at line 109 of file congruence.c.
| litpairs closure::binaries |
Definition at line 117 of file congruence.c.
| litpairs closure::condbin[2] |
Definition at line 126 of file congruence.c.
| litpairs closure::condeq[2] |
Definition at line 127 of file congruence.c.
| unsigned* closure::equivalences |
Definition at line 123 of file congruence.c.
| gates closure::garbage |
Definition at line 113 of file congruence.c.
| gate_hash_table closure::hash |
Definition at line 120 of file congruence.c.
| unsigned* closure::largecount |
Definition at line 125 of file congruence.c.
| unsigneds closure::lits |
Definition at line 114 of file congruence.c.
| unsigned* closure::negbincount |
Definition at line 124 of file congruence.c.
| uint64_t closure::nonces[SIZE_NONCES] |
Definition at line 121 of file congruence.c.
| gates* closure::occurrences |
Definition at line 112 of file congruence.c.
| unsigned* closure::repr |
Definition at line 119 of file congruence.c.
| unsigneds closure::rhs |
Definition at line 115 of file congruence.c.
| unsigned_fifo closure::schedule |
Definition at line 118 of file congruence.c.
| bool* closure::scheduled |
Definition at line 111 of file congruence.c.
| kissat* closure::solver |
Definition at line 110 of file congruence.c.
| unsigned* closure::units |
Definition at line 122 of file congruence.c.
| unsigneds closure::unsimplified |
Definition at line 116 of file congruence.c.