abc-master
|
#include <SolverTypes.h>
Public Member Functions | |
OccLists (const Deleted &d) | |
void | init (const Idx &idx) |
Vec & | operator[] (const Idx &idx) |
Vec & | lookup (const Idx &idx) |
void | cleanAll () |
void | clean (const Idx &idx) |
void | smudge (const Idx &idx) |
void | clear (bool free=true) |
Private Attributes | |
vec< Vec > | occs |
vec< char > | dirty |
vec< Idx > | dirties |
Deleted | deleted |
Definition at line 256 of file SolverTypes.h.
|
inline |
Definition at line 264 of file SolverTypes.h.
void Minisat::OccLists< Idx, Vec, Deleted >::clean | ( | const Idx & | idx | ) |
Definition at line 300 of file SolverTypes.h.
void Minisat::OccLists< Idx, Vec, Deleted >::cleanAll | ( | ) |
Definition at line 289 of file SolverTypes.h.
|
inline |
Definition at line 280 of file SolverTypes.h.
|
inline |
Definition at line 266 of file SolverTypes.h.
|
inline |
Definition at line 269 of file SolverTypes.h.
|
inline |
Definition at line 268 of file SolverTypes.h.
|
inline |
Definition at line 273 of file SolverTypes.h.
|
private |
Definition at line 261 of file SolverTypes.h.
|
private |
Definition at line 260 of file SolverTypes.h.
|
private |
Definition at line 259 of file SolverTypes.h.
|
private |
Definition at line 258 of file SolverTypes.h.