Generated on Wed Jan 4 17:49:20 2006 for Gecode by doxygen 1.4.6

Gecode::Int::Branch::AssignMed Class Reference

#include <branch.hh>

Inherits Gecode::Int::Branch::Assign.

List of all members.


Detailed Description

Median assignment (single-alternative branching).

Definition at line 386 of file branch.hh.

Public Member Functions

 AssignMed (Space *home, ViewArray< IntView > &x)
 Constructor for creation.
virtual Actorcopy (Space *home, bool share)
 Perform cloning.
virtual BranchingDescdescription (void)
 Return branching description (of type Gecode::PosValDesc).
virtual ExecStatus commit (Space *home, unsigned int a, BranchingDesc *d)
 Perform commit for alternative a and branching description d.

Protected Member Functions

 AssignMed (Space *home, bool share, AssignMed &b)
 Constructor for cloning b.


Constructor & Destructor Documentation

Gecode::Int::Branch::AssignMed::AssignMed Space home,
bool  share,
AssignMed b
[inline, protected]
 

Constructor for cloning b.

Definition at line 42 of file assign.icc.

Gecode::Int::Branch::AssignMed::AssignMed Space home,
ViewArray< IntView > &  x
[inline]
 

Constructor for creation.

Definition at line 45 of file assign.icc.


Member Function Documentation

Actor * Gecode::Int::Branch::AssignMed::copy Space home,
bool  share
[virtual]
 

Perform cloning.

Implements Gecode::Actor.

Definition at line 59 of file assign.cc.

BranchingDesc * Gecode::Int::Branch::AssignMed::description void   )  [virtual]
 

Return branching description (of type Gecode::PosValDesc).

Implements Gecode::Branching.

Definition at line 63 of file assign.cc.

ExecStatus Gecode::Int::Branch::AssignMed::commit Space home,
unsigned int  a,
BranchingDesc d
[virtual]
 

Perform commit for alternative a and branching description d.

Implements Gecode::Branching.

Definition at line 67 of file assign.cc.


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