Generated on Sat Aug 25 2012 15:53:09 for Gecode by doxygen 1.7.5
Gecode::ViewSelTieBreakStatic::Choice Class Reference

View selection choice. More...

#include <brancher-tiebreak.hpp>

List of all members.

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

View selection choice.


Constructor & Destructor Documentation

Gecode::ViewSelTieBreakStatic::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

size_t Gecode::ViewSelTieBreakStatic::Choice::size ( void  ) const [inline]

Report size occupied.

Definition at line 270 of file brancher-tiebreak.hpp.

void Gecode::ViewSelTieBreakStatic::Choice::archive ( Archive e) const [inline]

Archive into e.

Definition at line 275 of file brancher-tiebreak.hpp.


Member Data Documentation

First choice.

Definition at line 63 of file brancher-tiebreak.hpp.

Second choice.

Definition at line 65 of file brancher-tiebreak.hpp.


The documentation for this class was generated from the following file: