|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of a LIS computation. More...
#include <LIS.H>
Public Attributes | |
| size_t | length = 0 |
| Length of the LIS. | |
| Array< T > | subsequence |
| One optimal LIS. | |
Result of a LIS computation.
| size_t Aleph::LIS_Result< T >::length = 0 |