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