Generated on Thu Jan 16 2025 00:00:00 for Gecode by doxygen 1.14.0

Choice for performing commit More...

#include <core.hpp>

Public Member Functions

unsigned int alternatives (void) const
 Return number of alternatives.
virtual ~Choice (void)
 Destructor.
virtual void archive (Archive &e) const
 Archive into e.

Protected Member Functions

 Choice (const Brancher &b, const unsigned int a)
 Initialize for particular brancher b and alternatives a.

Additional Inherited Members

Static Public Member Functions inherited from Gecode::HeapAllocated
static void * operator new (size_t s)
 Memory management.
static void operator delete (void *p)
 Free memory allocated from heap.

Detailed Description

Choice for performing commit

Must be refined by inheritance such that the information stored inside a choice is sufficient to redo a commit performed by a particular brancher.

Definition at line 1414 of file core.hpp.

Constructor & Destructor Documentation

◆ Choice()

Gecode::Choice::Choice ( const Brancher & b,
const unsigned int a )
inlineprotected

Initialize for particular brancher b and alternatives a.

Definition at line 3773 of file core.hpp.

◆ ~Choice()

Gecode::Choice::~Choice ( void )
inlinevirtual

Destructor.

Reimplemented in CDBF::Choice.

Definition at line 3787 of file core.hpp.

Member Function Documentation

◆ alternatives()

unsigned int Gecode::Choice::alternatives ( void ) const
inline

Return number of alternatives.

Definition at line 3777 of file core.hpp.

◆ archive()


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