SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <RootIndexer.h>
Public Member Functions | |
void | add (const std::vector< RANT > &list) |
void | process () |
std::size_t | size () const |
std::size_t | operator[] (const RANT &ran) const |
const RANT & | operator[] (std::size_t n) const |
const RANT & | sampleFrom (std::size_t n) const |
bool | is_root (std::size_t n) const |
Private Attributes | |
std::vector< RANT > | mRoots |
std::map< RANT, std::size_t > | mMap |
std::vector< RANT > | mSamples |
Definition at line 15 of file RootIndexer.h.
|
inline |
|
inline |
|
inline |
Definition at line 44 of file RootIndexer.h.
|
inline |
Definition at line 49 of file RootIndexer.h.
|
inline |
Definition at line 24 of file RootIndexer.h.
|
inline |
|
inline |
|
private |
Definition at line 18 of file RootIndexer.h.
|
private |
Definition at line 17 of file RootIndexer.h.
|
private |
Definition at line 19 of file RootIndexer.h.