|
LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
|
Class to explorer exhaustively a search space using the CBC search algorithm. More...
#include <FullCBCExplorer.h>
Public Member Functions | |
| FullCBCExplorer (Dimension dimension, typename ConstructionMethod::SizeParameter sizeParameter) | |
| Constructor. | |
| bool | isOver () |
| Returns whether the current coordinate is fully explored. | |
| ConstructionMethod::GenValue | nextGenValue () |
| Returns the next generating value for the current coordinate. | |
| void | reset () |
| Resets the explorer to the first coordinate. | |
| void | switchToCoordinate (Dimension coord) |
Switches the explorer to coordinate coord. | |
| size_t | size () const |
| size_t | count () const |
| std::string | format () const |
Class to explorer exhaustively a search space using the CBC search algorithm.
|
inline |
Constructor.
| dimension | Number of coordinates of the explorer. |
| sizeParameter | Size parameter of the search space. |