drawings_of_cliques
|
Structure for generating all fingerprints iteratively. More...
#include <functions.hpp>
Public Member Functions | |
fingerprints (int n, int index) | |
string | get_next () |
Public Attributes | |
vector< int > | states |
long long | treshold |
bool | done = false |
vector< string > | fingerprint |
ifstream | input_file |
Structure for generating all fingerprints iteratively.
|
inline |
summary>
|
inline |
bool fingerprints::done = false |
vector<string> fingerprints::fingerprint |
ifstream fingerprints::input_file |
vector<int> fingerprints::states |
long long fingerprints::treshold |