Gecode::Int::Branch::ValMed Class Reference
[Integer value selection for branching]
#include <branch.hh>
Detailed Description
Class for selecting maximum value.Requires
#include "gecode/int/branch.hh"
Definition at line 61 of file branch.hh.
Public Member Functions | |
int | val (const Space *home, IntView x) const |
Return maximum value of view x. | |
ModEvent | tell (Space *home, unsigned int a, IntView x, int n) |
Tell (a = 0) or (a = 1). |
Member Function Documentation
|
Return maximum value of view x.
Definition at line 35 of file select-val.icc. |
|
Tell (a = 0) or (a = 1).
Definition at line 39 of file select-val.icc. |
The documentation for this class was generated from the following files:
- gecode/int/branch.hh (Revision: 3512)
- gecode/int/branch/select-val.icc (Revision: 3512)