Generated on Sat Aug 25 2012 15:53:08 for Gecode by doxygen 1.7.5
Radiotherapy::NestedSearch::Choice Class Reference

Choice that only signals failure or success. More...

List of all members.

Public Member Functions

 Choice (const Brancher &b, bool fail0)
 Initialize choice for brancher b.
virtual size_t size (void) const
 Report size occupied.
virtual void archive (Archive &e) const
 Archive into e.

Public Attributes

bool fail
 Whether brancher should fail.

Detailed Description

Choice that only signals failure or success.


Constructor & Destructor Documentation

Radiotherapy::NestedSearch::Choice::Choice ( const Brancher b,
bool  fail0 
) [inline]

Initialize choice for brancher b.

Definition at line 226 of file radiotherapy.cpp.


Member Function Documentation

virtual size_t Radiotherapy::NestedSearch::Choice::size ( void  ) const [inline, virtual]

Report size occupied.

Implements Gecode::Choice.

Definition at line 229 of file radiotherapy.cpp.

virtual void Radiotherapy::NestedSearch::Choice::archive ( Archive e) const [inline, virtual]

Archive into e.

Reimplemented from Gecode::Choice.

Definition at line 233 of file radiotherapy.cpp.


Member Data Documentation

Whether brancher should fail.

Definition at line 224 of file radiotherapy.cpp.


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