Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::LIS_Result< T > Struct Template Reference

Result of a LIS computation. More...

#include <LIS.H>

Collaboration diagram for Aleph::LIS_Result< T >:
[legend]

Public Attributes

size_t length = 0
 Length of the LIS.
 
Array< Tsubsequence
 One optimal LIS.
 

Detailed Description

template<typename T>
struct Aleph::LIS_Result< T >

Result of a LIS computation.

Definition at line 60 of file LIS.H.

Member Data Documentation

◆ length

template<typename T >
size_t Aleph::LIS_Result< T >::length = 0

Length of the LIS.

Definition at line 62 of file LIS.H.

◆ subsequence

template<typename T >
Array<T> Aleph::LIS_Result< T >::subsequence

One optimal LIS.

Definition at line 63 of file LIS.H.


The documentation for this struct was generated from the following file: