Select view with largest merit taking tie-break limit into account. More...
#include <brancher-view-sel.hpp>
Initialization | |
ViewSelMaxTbl (Space &home, const VarBranch &vb) | |
Constructor for initialization. | |
ViewSelMaxTbl (Space &home, bool shared, ViewSelMaxTbl< 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 taking tie-break limit into account.
Definition at line 339 of file brancher-view-sel.hpp.
Gecode::ViewSelMaxTbl< Merit >::ViewSelMaxTbl | ( | Space & | home, |
const VarBranch & | vb | ||
) | [inline] |
Constructor for initialization.
Definition at line 862 of file brancher-view-sel.hpp.
Gecode::ViewSelMaxTbl< Merit >::ViewSelMaxTbl | ( | Space & | home, |
bool | shared, | ||
ViewSelMaxTbl< Merit > & | vs | ||
) | [inline] |
Constructor for copying during cloning.
Definition at line 867 of file brancher-view-sel.hpp.
ViewSel< typename ViewSelMaxTbl< Merit >::View > * Gecode::ViewSelMaxTbl< Merit >::copy | ( | Space & | home, |
bool | shared | ||
) | [virtual] |
Create copy during cloning.
Implements Gecode::ViewSel< Merit::View >.
Definition at line 873 of file brancher-view-sel.hpp.