dejavu
Fast probabilistic symmetry detection.
|
Set specialized for quick resets. More...
#include <ds.h>
Public Member Functions | |
markset ()=default | |
markset (const markset &other) | |
markset (markset &&other) | |
markset & | operator= (const markset &other) |
markset (int size) | |
void | initialize (int size) |
bool | get (int pos) |
void | set (int pos) |
void | unset (int pos) |
void | reset () |
void | swap (markset &other) |
void | copy (const markset *other) |
~markset () | |
Set specialized for quick resets.
Set on a statically specified domain of elements 1, ..., size, with O(1) set and get.
|
default |
Initializes a set of size 0
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |