|
yosys-master
|
#include <SolverTypes.h>
Collaboration diagram for Minisat::OccLists< K, Vec, Deleted, MkIndex >:Public Member Functions | |
| OccLists (const Deleted &d, MkIndex _index=MkIndex()) | |
| void | init (const K &idx) |
| Vec & | operator[] (const K &idx) |
| Vec & | lookup (const K &idx) |
| void | cleanAll () |
| void | clean (const K &idx) |
| void | smudge (const K &idx) |
| void | clear (bool free=true) |
Private Attributes | |
| IntMap< K, Vec, MkIndex > | occs |
| IntMap< K, char, MkIndex > | dirty |
| vec< K > | dirties |
| Deleted | deleted |
Definition at line 325 of file SolverTypes.h.
|
inline |
Definition at line 333 of file SolverTypes.h.
| void Minisat::OccLists< K, Vec, Deleted, MkIndex >::clean | ( | const K & | idx | ) |
Definition at line 371 of file SolverTypes.h.
Here is the call graph for this function:
Here is the caller graph for this function:| void Minisat::OccLists< K, Vec, Deleted, MkIndex >::cleanAll | ( | ) |
Definition at line 360 of file SolverTypes.h.
|
inline |
Definition at line 351 of file SolverTypes.h.
|
inline |
Definition at line 338 of file SolverTypes.h.
|
inline |
Definition at line 340 of file SolverTypes.h.
|
inline |
Definition at line 339 of file SolverTypes.h.
|
inline |
Definition at line 344 of file SolverTypes.h.
|
private |
Definition at line 330 of file SolverTypes.h.
|
private |
Definition at line 329 of file SolverTypes.h.
|
private |
Definition at line 328 of file SolverTypes.h.
|
private |
Definition at line 327 of file SolverTypes.h.