#include <PartitionSolver.h>
Public Member Functions | |
| PartitionSolver (const EntriesVec &elements, const SpacesVec &spaces, SolutionType solveHow) | |
| void | solve (void) |
| const SolutionVec & | getSolution (void) const |
Protected Attributes | |
| SolutionType | m_howToSolve |
| EntriesVec | m_data |
| SpacesVec | m_spacesForData |
| SolutionVec | m_currentSolution |
| UnsignedInt | m_currentSolutionLeftovers |
| SolutionVec | m_bestSolution |
Definition at line 68 of file PartitionSolver.h.
| PartitionSolver::PartitionSolver | ( | const EntriesVec & | elements, |
| const SpacesVec & | spaces, | ||
| SolutionType | solveHow ) |
Definition at line 61 of file PartitionSolver.cpp.
| const SolutionVec & PartitionSolver::getSolution | ( | void | ) | const |
Definition at line 123 of file PartitionSolver.cpp.
| void PartitionSolver::solve | ( | void | ) |
Definition at line 72 of file PartitionSolver.cpp.
|
protected |
Definition at line 77 of file PartitionSolver.h.
|
protected |
Definition at line 75 of file PartitionSolver.h.
|
protected |
Definition at line 76 of file PartitionSolver.h.
|
protected |
Definition at line 72 of file PartitionSolver.h.
|
protected |
Definition at line 71 of file PartitionSolver.h.
|
protected |
Definition at line 73 of file PartitionSolver.h.