Generated on Fri Mar 20 15:57:10 2015 for Gecode by doxygen 1.6.3

Gecode::Set::Branch::MeritMax Class Reference
[Merit-based set view selection for branchers]

Merit class for maximum of set view. More...

#include <branch.hh>

List of all members.

Public Member Functions

 MeritMax (Space &home, const VarBranch &vb)
 Constructor for initialization.
 MeritMax (Space &home, bool shared, MeritMax &m)
 Constructor for cloning.
int operator() (const Space &home, SetView x, int i)
 Return maximum as merit for view x at position i.

Detailed Description

Merit class for maximum of set view.

Requires

Definition at line 90 of file branch.hh.


Constructor & Destructor Documentation

Gecode::Set::Branch::MeritMax::MeritMax ( Space home,
const VarBranch vb 
) [inline]

Constructor for initialization.

Definition at line 61 of file merit.hpp.

Gecode::Set::Branch::MeritMax::MeritMax ( Space home,
bool  shared,
MeritMax m 
) [inline]

Constructor for cloning.

Definition at line 64 of file merit.hpp.


Member Function Documentation

int Gecode::Set::Branch::MeritMax::operator() ( const Space home,
SetView  x,
int  i 
) [inline]

Return maximum as merit for view x at position i.

Definition at line 67 of file merit.hpp.


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