View selection choice. More...
#include <brancher-tiebreak.hpp>
Public Member Functions | |
Choice (const typename A::Choice &a, const typename B::Choice &b) | |
Constructor. More... | |
size_t | size (void) const |
Report size occupied. More... | |
void | archive (Archive &e) const |
Archive into e. More... | |
Public Attributes | |
A::Choice | a |
First choice. More... | |
B::Choice | b |
Second choice. More... | |
View selection choice.
Definition at line 60 of file brancher-tiebreak.hpp.
|
inline |
Constructor.
Definition at line 265 of file brancher-tiebreak.hpp.
|
inline |
Report size occupied.
Definition at line 270 of file brancher-tiebreak.hpp.
|
inline |
Archive into e.
Definition at line 275 of file brancher-tiebreak.hpp.
A::Choice Gecode::ViewSelTieBreakStatic< A, B >::Choice::a |
First choice.
Definition at line 63 of file brancher-tiebreak.hpp.
B::Choice Gecode::ViewSelTieBreakStatic< A, B >::Choice::b |
Second choice.
Definition at line 65 of file brancher-tiebreak.hpp.