mtc_statemin.h File Reference
Detailed Description
State space minimization.
Definition in file mtc_statemin.h.
#include "corefaudes.h"
#include "mtc_generator.h"
#include <vector>
#include <string>
#include <sstream>
Go to the source code of this file.
|
Namespaces |
namespace | faudes |
Functions |
void | faudes::mtcStateMin (mtcGenerator &rGen, mtcGenerator &rResGen) |
| State Minimization This function implements the (n*log n) set partitioning algorithm by John E.
|
void | faudes::mtcStateMin (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.
|
void | faudes::mtcStateMin (const mtcGenerator &rGen, mtcGenerator &rResGen) |
| RTI wrapper.
|