#include <ogdf/lib/minisat/core/SolverTypes.h>
Classes | |
| struct | CRefHash |
Public Member Functions | |
| const vec< typename HashTable::Pair > & | bucket (int i) const |
| int | bucket_count () const |
| void | clear () |
| void | debug () |
| void | growTo (CRef cr, const T &t) |
| bool | has (CRef cr, T &t) |
| void | insert (CRef cr, const T &t) |
| void | moveTo (CMap &other) |
| T & | operator[] (CRef cr) |
| const T & | operator[] (CRef cr) const |
| void | remove (CRef cr) |
| int | size () const |
Private Types | |
| using | HashTable = Map< CRef, T, CRefHash > |
Private Attributes | |
| HashTable | map |
Definition at line 336 of file SolverTypes.h.
Definition at line 341 of file SolverTypes.h.
|
inline |
Definition at line 362 of file SolverTypes.h.
|
inline |
Definition at line 361 of file SolverTypes.h.
|
inline |
Definition at line 346 of file SolverTypes.h.
|
inline |
Definition at line 368 of file SolverTypes.h.
|
inline |
Definition at line 352 of file SolverTypes.h.
|
inline |
Definition at line 354 of file SolverTypes.h.
|
inline |
Definition at line 351 of file SolverTypes.h.
|
inline |
Definition at line 365 of file SolverTypes.h.
|
inline |
Definition at line 358 of file SolverTypes.h.
|
inline |
Definition at line 357 of file SolverTypes.h.
|
inline |
Definition at line 353 of file SolverTypes.h.
|
inline |
Definition at line 347 of file SolverTypes.h.
|
private |
Definition at line 342 of file SolverTypes.h.