mtc_statemin.h File Reference
Detailed Description
State space minimization.
#include "definitions.h"
#include "mtc_generator.h"
#include <vector>
#include <string>
#include <sstream>
|
Namespaces |
namespace | faudes |
Defines |
#define | MTC_STATEMIN_H |
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.
|
Define Documentation