11 #ifndef PATHCOLORING_H
12 #define PATHCOLORING_H
23 #include <unordered_map>
27 #include <boost/graph/undirected_dfs.hpp>
32 typedef std::unordered_map< Vertex, std::unordered_map<int, SolutionSizeType> > nosMap;
37 ProbabilityMatrix get_path_pm(Graph& g);
40 template <
typename RG>
41 ProbabilityFraction color_path_graph(Graph& g, RG& rand);
This file holds all global includes, definitions and variables.
This file holds all important information for the dependency graph, its definition and often used fun...
All classes and functions for the RNA design library are under the design namespace.
This file holds the class definitions for the PairingMatrix.
This file holds the functions to print out a graph in xml representation.
This file holds the class definitions for the Probability Matrix.