Definition at line 369 of file cliques.h.
#include <cliques.h>
◆ AddEdge()
| void operations_research::WeightedBronKerboschBitsetAlgorithm::AddEdge |
( |
int | a, |
|
|
int | b ) |
|
inline |
◆ GetMutableIndexAndWeight()
| std::vector< std::pair< int, double > > & operations_research::WeightedBronKerboschBitsetAlgorithm::GetMutableIndexAndWeight |
( |
| ) |
|
|
inline |
◆ HasEdge()
| bool operations_research::WeightedBronKerboschBitsetAlgorithm::HasEdge |
( |
int | i, |
|
|
int | j ) const |
|
inline |
◆ Initialize()
| void operations_research::WeightedBronKerboschBitsetAlgorithm::Initialize |
( |
int | num_nodes | ) |
|
◆ Run()
| std::vector< std::vector< int > > operations_research::WeightedBronKerboschBitsetAlgorithm::Run |
( |
| ) |
|
◆ SetMinimumWeight()
| void operations_research::WeightedBronKerboschBitsetAlgorithm::SetMinimumWeight |
( |
double | min_weight | ) |
|
|
inline |
◆ SetWeight()
| void operations_research::WeightedBronKerboschBitsetAlgorithm::SetWeight |
( |
int | i, |
|
|
double | weight ) |
|
inline |
◆ SetWorkLimit()
| void operations_research::WeightedBronKerboschBitsetAlgorithm::SetWorkLimit |
( |
int64_t | limit | ) |
|
|
inline |
◆ TakeTransitiveClosureOfImplicationGraph()
| void operations_research::WeightedBronKerboschBitsetAlgorithm::TakeTransitiveClosureOfImplicationGraph |
( |
| ) |
|
◆ WorkDone()
| int64_t operations_research::WeightedBronKerboschBitsetAlgorithm::WorkDone |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: