Generated on Sat Aug 25 2012 15:53:09 for Gecode by doxygen 1.7.5

View selection class for view with smallest accumulated failure count. More...

#include <brancher-view.hpp>

List of all members.

Public Member Functions

 ViewSelAfcMin (void)
 Default constructor.
 ViewSelAfcMin (Space &home, const VarBranchOptions &vbo)
 Constructor for initialization.
ViewSelStatus init (Space &home, View x)
 Intialize with view x.
ViewSelStatus select (Space &home, View x)
 Possibly select better view x.

Protected Attributes

double afc
 So-far smallest afc.

Detailed Description

View selection class for view with smallest accumulated failure count.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 340 of file brancher-view.hpp.

Gecode::ViewSelAfcMin::ViewSelAfcMin ( Space home,
const VarBranchOptions vbo 
) [inline]

Constructor for initialization.

Definition at line 343 of file brancher-view.hpp.


Member Function Documentation

ViewSelStatus Gecode::ViewSelAfcMin::init ( Space home,
View  x 
) [inline]

Intialize with view x.

Definition at line 348 of file brancher-view.hpp.

ViewSelStatus Gecode::ViewSelAfcMin::select ( Space home,
View  x 
) [inline]

Possibly select better view x.

Definition at line 354 of file brancher-view.hpp.


Member Data Documentation

double Gecode::ViewSelAfcMin::afc [protected]

So-far smallest afc.

Definition at line 142 of file brancher-view.hpp.


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