Gecode::ViewSelTieBreakStatic< A, B >::Choice Class Reference
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. |
Detailed Description
template<class A, class B>
class Gecode::ViewSelTieBreakStatic< A, B >::Choice
View selection choice.
Definition at line 60 of file brancher-tiebreak.hpp.
Constructor & Destructor Documentation
template<class A , class B >
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.
Member Function Documentation
template<class A , class B >
size_t Gecode::ViewSelTieBreakStatic< A, B >::Choice::size | ( | void | ) | const [inline] |
Report size occupied.
Definition at line 270 of file brancher-tiebreak.hpp.
template<class A , class B >
void Gecode::ViewSelTieBreakStatic< A, B >::Choice::archive | ( | Archive & | e | ) | const [inline] |
Archive into e.
Definition at line 275 of file brancher-tiebreak.hpp.
Member Data Documentation
template<class A, class B>
A::Choice Gecode::ViewSelTieBreakStatic< A, B >::Choice::a |
First choice.
Definition at line 63 of file brancher-tiebreak.hpp.
template<class A, class B>
B::Choice Gecode::ViewSelTieBreakStatic< A, B >::Choice::b |
Second choice.
Definition at line 65 of file brancher-tiebreak.hpp.
The documentation for this class was generated from the following file:
- gecode/kernel/brancher-tiebreak.hpp (Revision: 12001)