#include <ogdf/lib/minisat/core/SolverTypes.h>
Public Member Functions | |
OccLists (const Deleted &d) | |
void | clean (const Idx &idx) |
void | cleanAll () |
void | clear (bool free=true) |
void | init (const Idx &idx) |
Vec & | lookup (const Idx &idx) |
Vec & | operator[] (const Idx &idx) |
void | smudge (const Idx &idx) |
Private Attributes | |
Deleted | deleted |
vec< Idx > | dirties |
vec< char > | dirty |
vec< Vec > | occs |
Definition at line 274 of file SolverTypes.h.
|
inline |
Definition at line 282 of file SolverTypes.h.
void Minisat::Internal::OccLists< Idx, Vec, Deleted >::clean | ( | const Idx & | idx | ) |
Definition at line 320 of file SolverTypes.h.
void Minisat::Internal::OccLists< Idx, Vec, Deleted >::cleanAll |
Definition at line 309 of file SolverTypes.h.
|
inline |
Definition at line 300 of file SolverTypes.h.
|
inline |
Definition at line 284 of file SolverTypes.h.
|
inline |
Definition at line 289 of file SolverTypes.h.
|
inline |
Definition at line 288 of file SolverTypes.h.
|
inline |
Definition at line 293 of file SolverTypes.h.
|
private |
Definition at line 279 of file SolverTypes.h.
|
private |
Definition at line 278 of file SolverTypes.h.
|
private |
Definition at line 277 of file SolverTypes.h.
|
private |
Definition at line 276 of file SolverTypes.h.