![]() |
Maximum Acyclic Subgraph - Multiple Sequence Alignment
MaximumAcyclicSubgraph
|

Public Member Functions | |
| bool | operator== (const Node &a) |
| operator "==" to compare the indices of two Nodes | |
| Node (unsigned int i, unsigned int j, string kmer) | |
Public Attributes | |
| unsigned int | i |
| the index of the row/sequence | |
| unsigned int | j |
| the index of the node | |
| string | kmer |
| the string of the node | |
| vector< Node * > | adjNodes |
| the nodes that match with this node in the following sequence | |
1.8.11