Generated on Sat Feb 7 2015 02:01:44 for Gecode by doxygen 1.8.9.1
Gecode::Gist::StopChoice Class Reference

Choice for StopBrancher More...

#include <stopbrancher.hh>

Public Member Functions

 StopChoice (const Brancher &b)
 Initialize choice for brancher b. More...
 
virtual size_t size (void) const
 Report size occupied. More...
 
virtual void archive (Archive &e) const
 Archive into e. More...
 
- Public Member Functions inherited from Gecode::Choice
unsigned int alternatives (void) const
 Return number of alternatives. More...
 
virtual ~Choice (void)
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Gecode::Choice
static void * operator new (size_t)
 Allocate memory from heap. More...
 
static void operator delete (void *)
 Return memory to heap. More...
 
- Protected Member Functions inherited from Gecode::Choice
 Choice (const Brancher &b, const unsigned int a)
 Initialize for particular brancher b and alternatives a. More...
 

Detailed Description

Choice for StopBrancher

Definition at line 44 of file stopbrancher.hh.

Constructor & Destructor Documentation

Gecode::Gist::StopChoice::StopChoice ( const Brancher b)

Initialize choice for brancher b.

Definition at line 42 of file stopbrancher.cpp.

Member Function Documentation

size_t Gecode::Gist::StopChoice::size ( void  ) const
virtual

Report size occupied.

Implements Gecode::Choice.

Definition at line 44 of file stopbrancher.cpp.

void Gecode::Gist::StopChoice::archive ( Archive e) const
virtual

Archive into e.

Reimplemented from Gecode::Choice.

Definition at line 48 of file stopbrancher.cpp.


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