#include <lratchecker.hpp>

Public Attributes | |
| LratCheckerClause * | next |
| uint64_t | hash |
| int64_t | id |
| bool | garbage |
| unsigned | size |
| bool | used |
| bool | tautological |
| int | literals [1] |
Definition at line 23 of file lratchecker.hpp.
| bool CaDiCaL::LratCheckerClause::garbage |
Definition at line 27 of file lratchecker.hpp.
| uint64_t CaDiCaL::LratCheckerClause::hash |
Definition at line 25 of file lratchecker.hpp.
| int64_t CaDiCaL::LratCheckerClause::id |
Definition at line 26 of file lratchecker.hpp.
| int CaDiCaL::LratCheckerClause::literals[1] |
Definition at line 31 of file lratchecker.hpp.
| LratCheckerClause* CaDiCaL::LratCheckerClause::next |
Definition at line 24 of file lratchecker.hpp.
| unsigned CaDiCaL::LratCheckerClause::size |
Definition at line 28 of file lratchecker.hpp.
| bool CaDiCaL::LratCheckerClause::tautological |
Definition at line 30 of file lratchecker.hpp.
| bool CaDiCaL::LratCheckerClause::used |
Definition at line 29 of file lratchecker.hpp.