Generated on Tue Jul 27 2010 21:59:24 for Gecode by doxygen 1.7.1

BlackHoleBranch::Choice Class Reference

Choice for black hole brancher More...

List of all members.

Public Member Functions

 Choice (const Brancher &b, int pos0, int val0)
virtual size_t size (void) const
 Report size occupied.

Public Attributes

int pos
 Position of variable.
int val
 Value of variable.

Detailed Description

Choice for black hole brancher

Definition at line 105 of file black-hole.cpp.


Constructor & Destructor Documentation

BlackHoleBranch::Choice::Choice ( const Brancher b,
int  pos0,
int  val0 
) [inline]

Initialize description for brancher b, position pos0, and value val0.

Definition at line 114 of file black-hole.cpp.


Member Function Documentation

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

Report size occupied.

Implements Gecode::Choice.

Definition at line 117 of file black-hole.cpp.


Member Data Documentation

Position of variable.

Definition at line 108 of file black-hole.cpp.

Value of variable.

Definition at line 110 of file black-hole.cpp.


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