Generated on Wed Nov 5 2014 05:18:39 for Gecode by doxygen 1.7.6.1
Gecode::ViewSelMin< Merit > Class Template Reference

Select view with least merit. More...

#include <brancher-view-sel.hpp>

List of all members.

Initialization

 ViewSelMin (Space &home, const VarBranch &vb)
 Constructor for initialization.
 ViewSelMin (Space &home, bool shared, ViewSelMin< Merit > &vs)
 Constructor for copying during cloning.

Resource management and cloning

virtual ViewSel< View > * copy (Space &home, bool shared)
 Create copy during cloning.

Detailed Description

template<class Merit>
class Gecode::ViewSelMin< Merit >

Select view with least merit.

Definition at line 279 of file brancher-view-sel.hpp.


Constructor & Destructor Documentation

template<class Merit >
Gecode::ViewSelMin< Merit >::ViewSelMin ( Space home,
const VarBranch vb 
) [inline]

Constructor for initialization.

Definition at line 806 of file brancher-view-sel.hpp.

template<class Merit >
Gecode::ViewSelMin< Merit >::ViewSelMin ( Space home,
bool  shared,
ViewSelMin< Merit > &  vs 
) [inline]

Constructor for copying during cloning.

Definition at line 811 of file brancher-view-sel.hpp.


Member Function Documentation

template<class Merit >
ViewSel< typename ViewSelMin< Merit >::View > * Gecode::ViewSelMin< Merit >::copy ( Space home,
bool  shared 
) [virtual]

Create copy during cloning.

Implements Gecode::ViewSel< Merit::View >.

Definition at line 817 of file brancher-view-sel.hpp.


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