mtc_statemin.cpp File Reference
Detailed Description
State space minimization.
#include "mtc_statemin.h"
#include "exception.h"
#include "project.h"
|
Namespaces |
namespace | faudes |
Functions |
void | faudes::StateMin (mtcGenerator &rGen, mtcGenerator &rResGen) |
| State Minimization This function implements the (n*log n) set partitioning algorithm by John E.
|
void | faudes::StateMin (mtcGenerator &rGen, mtcGenerator &rResGen, std::vector< StateSet > &rSubsets, std::vector< Idx > &rNewIndices) |
| State Minimization This function implements the (n*log n) set partitioning algorithm by John E.
|