Which values to select for assignment.
More...
#include <gecode/float.hh>
Which values to select for assignment.
Definition at line 1887 of file float.hh.
◆ Select
Which value selection.
| Enumerator |
|---|
| SEL_MIN | Select median value of the lower part.
|
| SEL_MAX | Select median value of the upper part.
|
| SEL_RND | Select median value of a randomly chosen part.
|
| SEL_VAL_COMMIT | Select value according to user-defined functions.
|
Definition at line 1890 of file float.hh.
◆ FloatAssign() [1/3]
Initialize with selection strategy s.
Definition at line 37 of file assign.hpp.
◆ FloatAssign() [2/3]
| Gecode::FloatAssign::FloatAssign |
( |
Rnd | r | ) |
|
|
inline |
Initialize with random number generator r.
Definition at line 41 of file assign.hpp.
◆ FloatAssign() [3/3]
Initialize with value function f and commit function c.
Definition at line 45 of file assign.hpp.
◆ select()
Return selection strategy.
Definition at line 49 of file assign.hpp.
Which value to select.
Definition at line 1898 of file float.hh.
The documentation for this class was generated from the following files: