#include <PartitionSet.h>
|
| PartitionSet (const std::vector< boost::dynamic_bitset<> > &modProd, const std::vector< std::pair< int, int > > &vtxPairs, const std::vector< unsigned int > &vtx1Labels, const std::vector< unsigned int > &vtx2Labels, unsigned int lowerBound) |
|
bool | isEmpty () const |
|
size_t | numParts () const |
|
int | upperBound () |
|
unsigned int | popLastVertex () |
|
void | pruneVertices (unsigned int vtx_num) |
|
Definition at line 23 of file PartitionSet.h.
◆ PartitionSet()
RDKit::RascalMCES::PartitionSet::PartitionSet |
( |
const std::vector< boost::dynamic_bitset<> > & | modProd, |
|
|
const std::vector< std::pair< int, int > > & | vtxPairs, |
|
|
const std::vector< unsigned int > & | vtx1Labels, |
|
|
const std::vector< unsigned int > & | vtx2Labels, |
|
|
unsigned int | lowerBound ) |
◆ isEmpty()
bool RDKit::RascalMCES::PartitionSet::isEmpty |
( |
| ) |
const |
|
inline |
◆ numParts()
size_t RDKit::RascalMCES::PartitionSet::numParts |
( |
| ) |
const |
|
inline |
◆ popLastVertex()
unsigned int RDKit::RascalMCES::PartitionSet::popLastVertex |
( |
| ) |
|
◆ pruneVertices()
void RDKit::RascalMCES::PartitionSet::pruneVertices |
( |
unsigned int | vtx_num | ) |
|
◆ upperBound()
int RDKit::RascalMCES::PartitionSet::upperBound |
( |
| ) |
|
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const PartitionSet & | pt ) |
|
friend |
The documentation for this class was generated from the following file: