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

operations_research::ShuffleIntervals Class Reference

Shuffle a fixed-length sub-sequence on one sequence variable. More...

Inheritance diagram for operations_research::ShuffleIntervals:

SequenceVarLocalSearchOperator

List of all members.

Public Member Functions

 ShuffleIntervals (const SequenceVar *const *vars, int size, int max_length)
virtual ~ShuffleIntervals ()
virtual bool MakeNextNeighbor (Assignment *delta, Assignment *deltadelta)

Protected Member Functions

virtual void OnStart ()


Detailed Description

Shuffle a fixed-length sub-sequence on one sequence variable.

Definition at line 130 of file jobshop_ls.cc.


Constructor & Destructor Documentation

operations_research::ShuffleIntervals::ShuffleIntervals ( const SequenceVar *const *  vars,
int  size,
int  max_length 
) [inline]

Definition at line 132 of file jobshop_ls.cc.

virtual operations_research::ShuffleIntervals::~ShuffleIntervals (  )  [inline, virtual]

Definition at line 140 of file jobshop_ls.cc.


Member Function Documentation

virtual bool operations_research::ShuffleIntervals::MakeNextNeighbor ( Assignment *  delta,
Assignment *  deltadelta 
) [inline, virtual]

Definition at line 142 of file jobshop_ls.cc.

virtual void operations_research::ShuffleIntervals::OnStart (  )  [inline, protected, virtual]

Definition at line 170 of file jobshop_ls.cc.


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