![]() |
SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <SolverTypes.h>

Data Structures | |
| struct | CRefHash |
Public Member Functions | |
| void | clear () |
| int | size () const |
| void | insert (CRef cr, const T &t) |
| void | growTo (CRef cr, const T &t) |
| void | remove (CRef cr) |
| bool | has (CRef cr, T &t) |
| const T & | operator[] (CRef cr) const |
| T & | operator[] (CRef cr) |
| int | bucket_count () const |
| const vec< typename HashTable::Pair > & | bucket (int i) const |
| void | moveTo (CMap &other) |
| void | debug () |
Private Types | |
| typedef Map< CRef, T, CRefHash > | HashTable |
Private Attributes | |
| HashTable | map |
Definition at line 372 of file SolverTypes.h.
|
private |
Definition at line 377 of file SolverTypes.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 394 of file SolverTypes.h.
|
inline |
Definition at line 393 of file SolverTypes.h.
|
inline |
|
inline |
Definition at line 383 of file SolverTypes.h.


|
private |
Definition at line 378 of file SolverTypes.h.