Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ examples/ cpp/

operations_research::RandomLNS Class Reference

RandomLNS is used for the local search and frees the number of elements specified in 'free_elements' randomly. More...

Inheritance diagram for operations_research::RandomLNS:

BaseLNS

List of all members.

Public Member Functions

 RandomLNS (const std::vector< IntVar * > &vars, int free_elements)
virtual bool NextFragment (std::vector< int > *const fragment)


Detailed Description

RandomLNS is used for the local search and frees the number of elements specified in 'free_elements' randomly.

Definition at line 143 of file costas_array.cc.


Constructor & Destructor Documentation

operations_research::RandomLNS::RandomLNS ( const std::vector< IntVar * > &  vars,
int  free_elements 
) [inline]

Definition at line 145 of file costas_array.cc.


Member Function Documentation

virtual bool operations_research::RandomLNS::NextFragment ( std::vector< int > *const   fragment  )  [inline, virtual]

Definition at line 151 of file costas_array.cc.


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