Function
longestIncreasingSubsequence
Computes the longest increasing subsequence.
Include Headers
seqan/graph_algorithms.h
Parameters
|  In-parameter: An arbitrary string. Types:  String | |
|  Out-parameter: A String with the positions that belong to the longest increasing subsequence. Remarks: 
The last position in pos indicates the first element in the longest increasing subsequence.
That's why pos should be a Block-String (Stack). | 
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de