ColPack
|
Classes | |
class | ColPack::GraphColoring |
class GraphColoring in group1. More... | |
class | ColPack::GraphColoringInterface |
class GraphColoringInterface in group1. More... | |
class | ColPack::GraphCore |
class GraphCore in group1. More... | |
class | ColPack::GraphInputOutput |
class GraphInputOutput in group1. More... | |
class | ColPack::GraphOrdering |
class GraphOrdering in group1. More... |
Based on functionalities, the general graph coloring part of ColPack is divided into five classes - GraphCore, GraphInputOutput, GraphOrdering, GraphColoring and GraphColoringInterface. In the methods described below if no return type is specifed, it would be an int by default. Most ColPack methods return TRUE on success, which has an integer value of 1.