Generated on Tue Sep 25 2012 20:53:25 for Gecode by doxygen 1.7.5

View selection class for static tie breaking. More...

#include <brancher-tiebreak.hpp>

List of all members.

Classes

class  Choice
 View selection choice. More...

Public Types

typedef A::View View
 View type.

Public Member Functions

 ViewSelTieBreakStatic (void)
 Default constructor.
 ViewSelTieBreakStatic (Space &home, A &a, B &b)
 Constructor for initialization.
ViewSelStatus init (Space &home, typename A::View x)
 Intialize with view x.
ViewSelStatus select (Space &home, typename A::View x)
 Possibly select better view x.
Choice choice (Space &home)
 Return choice.
Choice choice (const Space &home, Archive &e)
 Return choice.
void commit (Space &home, const Choice &c, unsigned int a)
 Commit to choice.
void update (Space &home, bool share, ViewSelTieBreakStatic &vs)
 Updating during cloning.
void dispose (Space &home)
 Delete view selection.

Protected Attributes

a
 First selection class.
b
 Second selection class.

Detailed Description

View selection class for static tie breaking.


Member Typedef Documentation

View type.

Definition at line 58 of file brancher-tiebreak.hpp.


Constructor & Destructor Documentation

Gecode::ViewSelTieBreakStatic::ViewSelTieBreakStatic ( void  ) [inline]

Default constructor.

Definition at line 282 of file brancher-tiebreak.hpp.

Gecode::ViewSelTieBreakStatic::ViewSelTieBreakStatic ( Space home,
A &  a,
B &  b 
) [inline]

Constructor for initialization.

Definition at line 286 of file brancher-tiebreak.hpp.


Member Function Documentation

ViewSelStatus Gecode::ViewSelTieBreakStatic::init ( Space home,
typename A::View  x 
) [inline]

Intialize with view x.

Definition at line 290 of file brancher-tiebreak.hpp.

ViewSelStatus Gecode::ViewSelTieBreakStatic::select ( Space home,
typename A::View  x 
) [inline]

Possibly select better view x.

Definition at line 296 of file brancher-tiebreak.hpp.

ViewSelTieBreakStatic< A, B >::Choice Gecode::ViewSelTieBreakStatic::choice ( Space home) [inline]

Return choice.

Definition at line 319 of file brancher-tiebreak.hpp.

ViewSelTieBreakStatic< A, B >::Choice Gecode::ViewSelTieBreakStatic::choice ( const Space home,
Archive e 
) [inline]

Return choice.

Definition at line 326 of file brancher-tiebreak.hpp.

void Gecode::ViewSelTieBreakStatic::commit ( Space home,
const Choice c,
unsigned int  a 
) [inline]

Commit to choice.

Definition at line 333 of file brancher-tiebreak.hpp.

void Gecode::ViewSelTieBreakStatic::update ( Space home,
bool  share,
ViewSelTieBreakStatic vs 
)

Updating during cloning.

void Gecode::ViewSelTieBreakStatic::dispose ( Space home) [inline]

Delete view selection.

Definition at line 347 of file brancher-tiebreak.hpp.


Member Data Documentation

First selection class.

Definition at line 53 of file brancher-tiebreak.hpp.

Second selection class.

Definition at line 55 of file brancher-tiebreak.hpp.


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