We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IAlgorithmFactory is used to create new algorithms. If you know short algorithm name you can create it inside your algorithm.
CreateAlgorithm(const char* name, const IGraph* pGraph) - create new algorithm by name for pGraph.
CreateAlgorithm(const char* name, const IGraph* pGraph)
CreateMultiGraph(const IGraph* pGraph) - helper method to convert IGraph to IMultiGraph.
CreateMultiGraph(const IGraph* pGraph)