MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
dfamin.h
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5#include "automaton/dfa.h"
6
7namespace automaton {
8std::unique_ptr<DFA> minimize_dfa(const DFA& dfa);
9} // namespace automaton
std::unique_ptr< DFA > minimize_dfa(const DFA &dfa)
Definition dfamin.cpp:115