Generated on Tue Sep 25 2012 20:53:33 for Gecode by doxygen 1.7.5
Gecode::Set::Branch::ValMax Class Reference

Class for selecting maximum value. More...

#include <branch.hh>

List of all members.

Public Member Functions

 ValMax (void)
 Default constructor.
 ValMax (Space &home, const ValBranchOptions &vbo)
 Constructor for initialization.
int val (Space &home, SetView x) const
 Return maximum value of view x.
ModEvent tell (Space &home, unsigned int a, SetView x, int v)
 Tell $v\in x$ (a = 0) or $v\notin x$ (a = 1)

Detailed Description

Class for selecting maximum value.

All value selection classes require


Constructor & Destructor Documentation

Gecode::Set::Branch::ValMax::ValMax ( void  ) [inline]

Default constructor.

Definition at line 99 of file select-val.hpp.

Gecode::Set::Branch::ValMax::ValMax ( Space home,
const ValBranchOptions vbo 
) [inline]

Constructor for initialization.

Definition at line 102 of file select-val.hpp.


Member Function Documentation

int Gecode::Set::Branch::ValMax::val ( Space home,
SetView  x 
) const [inline]

Return maximum value of view x.

Definition at line 106 of file select-val.hpp.

ModEvent Gecode::Set::Branch::ValMax::tell ( Space home,
unsigned int  a,
SetView  x,
int  v 
) [inline]

Tell $v\in x$ (a = 0) or $v\notin x$ (a = 1)

Definition at line 114 of file select-val.hpp.


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