CluE  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CluE::KumarSabharwalSen< T >::Tupel Struct Reference

Used to return a DoubleSolution and its cost. More...

Collaboration diagram for CluE::KumarSabharwalSen< T >::Tupel:
Collaboration graph

Public Member Functions

 Tupel (DoubleSolution< T > *ds, double cost)
 
 Tupel ()
 

Public Attributes

DoubleSolution< T > * ds
 
double cost
 

Detailed Description

template<typename T>
struct CluE::KumarSabharwalSen< T >::Tupel

Used to return a DoubleSolution and its cost.

Definition at line 84 of file kumarsabharwalsen.h.

Constructor & Destructor Documentation

template<typename T>
CluE::KumarSabharwalSen< T >::Tupel::Tupel ( DoubleSolution< T > *  ds,
double  cost 
)
inline

Definition at line 86 of file kumarsabharwalsen.h.

template<typename T>
CluE::KumarSabharwalSen< T >::Tupel::Tupel ( )
inline

Definition at line 92 of file kumarsabharwalsen.h.

Member Data Documentation

template<typename T>
DoubleSolution<T>* CluE::KumarSabharwalSen< T >::Tupel::ds

Definition at line 97 of file kumarsabharwalsen.h.

template<typename T>
double CluE::KumarSabharwalSen< T >::Tupel::cost

Definition at line 98 of file kumarsabharwalsen.h.


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