Generated on Tue Sep 25 2012 20:53:25 for Gecode by doxygen 1.7.5

Virtualized choice. More...

#include <brancher-tiebreak.hpp>

List of all members.

Public Member Functions

 ChoiceVirtual (const Choice &c)
 Constructor for initialization.
virtual ChoiceVirtualBasecopy (void) const
 Create copy.
virtual size_t size (void) const
 Report size required.
virtual ~ChoiceVirtual (void)
 Destructor.
virtual void archive (Archive &e) const
 Archive into e.

Public Attributes

Choice choice
 Static choice object.

Detailed Description

Virtualized choice.


Constructor & Destructor Documentation

Gecode::ChoiceVirtual::ChoiceVirtual ( const Choice c) [inline]

Constructor for initialization.

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

Gecode::ChoiceVirtual::~ChoiceVirtual ( void  ) [virtual]

Destructor.

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


Member Function Documentation

ChoiceVirtualBase * Gecode::ChoiceVirtual::copy ( void  ) const [inline, virtual]

Create copy.

Implements Gecode::ChoiceVirtualBase.

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

size_t Gecode::ChoiceVirtual::size ( void  ) const [inline, virtual]

Report size required.

Implements Gecode::ChoiceVirtualBase.

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

void Gecode::ChoiceVirtual::archive ( Archive e) const [virtual]

Archive into e.

Implements Gecode::ChoiceVirtualBase.

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


Member Data Documentation

Static choice object.

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


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