#include <factor.hpp>

Public Member Functions | |
| Quotient (int f) | |
| ~Quotient () | |
Public Attributes | |
| int | factor |
| size_t | id |
| int64_t | bid |
| Quotient * | prev |
| Quotient * | next |
| vector< Clause * > | qlauses |
| vector< size_t > | matches |
| size_t | matched |
Definition at line 21 of file factor.hpp.
|
inline |
Definition at line 22 of file factor.hpp.
|
inline |
Definition at line 23 of file factor.hpp.
| int64_t CaDiCaL::Quotient::bid |
Definition at line 26 of file factor.hpp.
| int CaDiCaL::Quotient::factor |
Definition at line 24 of file factor.hpp.
| size_t CaDiCaL::Quotient::id |
Definition at line 25 of file factor.hpp.
| size_t CaDiCaL::Quotient::matched |
Definition at line 30 of file factor.hpp.
| vector<size_t> CaDiCaL::Quotient::matches |
Definition at line 29 of file factor.hpp.
| Quotient * CaDiCaL::Quotient::next |
Definition at line 27 of file factor.hpp.
| Quotient* CaDiCaL::Quotient::prev |
Definition at line 27 of file factor.hpp.
Definition at line 28 of file factor.hpp.