Rename LanParty method to "compute..."
This commit is contained in:
@@ -27,7 +27,7 @@ class LanParty : public Solver
|
||||
void finish() override;
|
||||
private:
|
||||
Graph lan_;
|
||||
void countInterconnectedThreeSets(const Vertex& vertexTx);
|
||||
void computeInterconnectedThreeSetCount(const Vertex& vertexTx);
|
||||
bool shallProcessVertex(const Vertex& vertexToCheck, const Vertex& vertexTx) const;
|
||||
const std::string getFirstTxComputerName() const;
|
||||
const std::string getLastTxComputerName() const;
|
||||
|
||||
Reference in New Issue
Block a user