Select view with largest merit. More...
#include <brancher-view-sel.hpp>
Initialization | |
ViewSelMax (Space &home, const VarBranch &vb) | |
Constructor for initialization. | |
ViewSelMax (Space &home, bool shared, ViewSelMax< Merit > &vs) | |
Constructor for copying during cloning. | |
Resource management and cloning | |
virtual ViewSel< View > * | copy (Space &home, bool shared) |
Create copy during cloning. |
Select view with largest merit.
Definition at line 319 of file brancher-view-sel.hpp.
Gecode::ViewSelMax< Merit >::ViewSelMax | ( | Space & | home, |
const VarBranch & | vb | ||
) | [inline] |
Constructor for initialization.
Definition at line 843 of file brancher-view-sel.hpp.
Gecode::ViewSelMax< Merit >::ViewSelMax | ( | Space & | home, |
bool | shared, | ||
ViewSelMax< Merit > & | vs | ||
) | [inline] |
Constructor for copying during cloning.
Definition at line 848 of file brancher-view-sel.hpp.
ViewSel< typename ViewSelMax< Merit >::View > * Gecode::ViewSelMax< Merit >::copy | ( | Space & | home, |
bool | shared | ||
) | [virtual] |
Create copy during cloning.
Implements Gecode::ViewSel< Merit::View >.
Definition at line 854 of file brancher-view-sel.hpp.