#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 337 of file SolverTypes.h.
|
private |
Definition at line 342 of file SolverTypes.h.
|
inline |
Definition at line 363 of file SolverTypes.h.
|
inline |
Definition at line 362 of file SolverTypes.h.
|
inline |
Definition at line 347 of file SolverTypes.h.
|
inline |
Definition at line 369 of file SolverTypes.h.
|
inline |
Definition at line 353 of file SolverTypes.h.
|
inline |
Definition at line 355 of file SolverTypes.h.
|
inline |
Definition at line 352 of file SolverTypes.h.
|
inline |
Definition at line 366 of file SolverTypes.h.
|
inline |
Definition at line 359 of file SolverTypes.h.
|
inline |
Definition at line 358 of file SolverTypes.h.
|
inline |
Definition at line 354 of file SolverTypes.h.
|
inline |
Definition at line 348 of file SolverTypes.h.
|
private |
Definition at line 343 of file SolverTypes.h.