mirror of
https://github.com/Jaxan/hybrid-ads.git
synced 2025-04-27 15:07:45 +02:00
7 lines
109 B
C++
7 lines
109 B
C++
#pragma once
|
|
|
|
#include "types.hpp"
|
|
|
|
struct mealy;
|
|
|
|
mealy reachable_submachine(const mealy& in, state start);
|