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

operations_research::OrderedLNS Class Reference

Cycles all possible permutations. More...

Inheritance diagram for operations_research::OrderedLNS:

BaseLNS

List of all members.

Public Member Functions

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


Detailed Description

Cycles all possible permutations.

Definition at line 89 of file costas_array.cc.


Constructor & Destructor Documentation

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

Definition at line 91 of file costas_array.cc.


Member Function Documentation

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

Definition at line 103 of file costas_array.cc.


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