Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::TabuList< T > Class Template Reference

Detailed Description

template<typename T>
class operations_research::TabuList< T >

Definition at line 407 of file set_cover_heuristics.h.

#include <set_cover_heuristics.h>

Public Member Functions

 TabuList (T size)
int size () const
void Init (int size)
void Add (T t)
bool Contains (T t) const

Constructor & Destructor Documentation

◆ TabuList()

template<typename T>
operations_research::TabuList< T >::TabuList ( T size)
inlineexplicit

Definition at line 409 of file set_cover_heuristics.h.

Member Function Documentation

◆ Add()

template<typename T>
void operations_research::TabuList< T >::Add ( T t)
inline

Definition at line 424 of file set_cover_heuristics.h.

◆ Contains()

template<typename T>
bool operations_research::TabuList< T >::Contains ( T t) const
inline

Definition at line 437 of file set_cover_heuristics.h.

◆ Init()

template<typename T>
void operations_research::TabuList< T >::Init ( int size)
inline

Definition at line 417 of file set_cover_heuristics.h.

◆ size()

template<typename T>
int operations_research::TabuList< T >::size ( ) const
inline

Definition at line 414 of file set_cover_heuristics.h.


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