#include <SolverTypes.h>
|
enum | |
|
enum | |
|
typedef uint32_t | Ref |
|
Definition at line 249 of file SolverTypes.h.
◆ Ref
◆ anonymous enum
◆ anonymous enum
◆ ClauseAllocator() [1/2]
Minisat::ClauseAllocator::ClauseAllocator |
( |
uint32_t |
start_cap | ) |
|
|
inline |
◆ ClauseAllocator() [2/2]
Minisat::ClauseAllocator::ClauseAllocator |
( |
| ) |
|
|
inline |
◆ ael() [1/2]
Ref Minisat::ClauseAllocator::ael |
( |
const Clause * |
t | ) |
|
|
inline |
◆ ael() [2/2]
◆ alloc() [1/2]
template<class Lits >
CRef Minisat::ClauseAllocator::alloc |
( |
const Lits & |
ps, |
|
|
unsigned |
_type |
|
) |
| |
|
inline |
◆ alloc() [2/2]
◆ capacity()
◆ clauseWord32Size()
static int Minisat::ClauseAllocator::clauseWord32Size |
( |
int |
size, |
|
|
bool |
has_extra |
|
) |
| |
|
inlinestaticprivate |
◆ free() [1/2]
void Minisat::ClauseAllocator::free |
( |
CRef |
cid | ) |
|
|
inline |
◆ free() [2/2]
◆ lea() [1/2]
Clause* Minisat::ClauseAllocator::lea |
( |
Ref |
r | ) |
|
|
inline |
◆ lea() [2/2]
const Clause* Minisat::ClauseAllocator::lea |
( |
Ref |
r | ) |
const |
|
inline |
◆ moveTo() [1/2]
◆ moveTo() [2/2]
◆ operator[]() [1/2]
Clause& Minisat::ClauseAllocator::operator[] |
( |
Ref |
r | ) |
|
|
inline |
◆ operator[]() [2/2]
const Clause& Minisat::ClauseAllocator::operator[] |
( |
Ref |
r | ) |
const |
|
inline |
◆ reloc()
◆ size()
◆ wasted()
◆ cap
◆ extra_clause_field
bool Minisat::ClauseAllocator::extra_clause_field |
◆ memory
◆ sz
◆ wasted_
The documentation for this class was generated from the following file: