#include <ogdf/lib/minisat/core/SolverTypes.h>
|
enum | |
|
enum | |
|
using | Ref = uint32_t |
|
Definition at line 211 of file SolverTypes.h.
◆ ClauseAllocator() [1/2]
Minisat::Internal::ClauseAllocator::ClauseAllocator |
( |
uint32_t |
start_cap | ) |
|
|
inline |
◆ ClauseAllocator() [2/2]
Minisat::Internal::ClauseAllocator::ClauseAllocator |
( |
| ) |
|
|
inline |
◆ ael()
Ref Minisat::Internal::ClauseAllocator::ael |
( |
const Clause * |
t | ) |
|
|
inline |
◆ alloc()
template<class Lits >
CRef Minisat::Internal::ClauseAllocator::alloc |
( |
const Lits & |
ps, |
|
|
bool |
learnt = false |
|
) |
| |
|
inline |
◆ clauseWord32Size()
static int Minisat::Internal::ClauseAllocator::clauseWord32Size |
( |
int |
size, |
|
|
bool |
has_extra |
|
) |
| |
|
inlinestaticprivate |
◆ free()
void Minisat::Internal::ClauseAllocator::free |
( |
CRef |
cid | ) |
|
|
inline |
◆ lea() [1/2]
Clause* Minisat::Internal::ClauseAllocator::lea |
( |
Ref |
r | ) |
|
|
inline |
◆ lea() [2/2]
const Clause* Minisat::Internal::ClauseAllocator::lea |
( |
Ref |
r | ) |
const |
|
inline |
◆ moveTo()
◆ operator[]() [1/2]
Clause& Minisat::Internal::ClauseAllocator::operator[] |
( |
Ref |
r | ) |
|
|
inline |
◆ operator[]() [2/2]
const Clause& Minisat::Internal::ClauseAllocator::operator[] |
( |
Ref |
r | ) |
const |
|
inline |
◆ reloc()
◆ extra_clause_field
bool Minisat::Internal::ClauseAllocator::extra_clause_field |
The documentation for this class was generated from the following file: