23 #include <unordered_map>
28 typedef std::vector< std::pair<char, char> > BracketList;
31 Graph parse_structures(std::vector<std::string> structures);
33 void parse_bracket(Graph& g, std::string& structure, BracketList::iterator bracket);
35 void set_constraints(Graph& g, std::string constraints);
37 std::vector<int> set_constraints(Graph& g, std::string constraints,
bool throwerror);
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.