#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 273 of file SolverTypes.h.
Definition at line 281 of file SolverTypes.h.
Definition at line 319 of file SolverTypes.h.
void Minisat::Internal::OccLists< Idx, Vec, Deleted >::cleanAll | ( | ) |
Definition at line 308 of file SolverTypes.h.
Definition at line 299 of file SolverTypes.h.
Definition at line 283 of file SolverTypes.h.
Definition at line 288 of file SolverTypes.h.
|
inline |
Definition at line 287 of file SolverTypes.h.
Definition at line 292 of file SolverTypes.h.
|
private |
Definition at line 278 of file SolverTypes.h.
Definition at line 277 of file SolverTypes.h.
Definition at line 276 of file SolverTypes.h.
Definition at line 275 of file SolverTypes.h.