1
Fork 0
mirror of https://github.com/Jaxan/hybrid-ads.git synced 2025-04-27 15:07:45 +02:00
hybrid-ads/lib/reachability.hpp
2015-04-07 16:17:28 +02:00

7 lines
109 B
C++

#pragma once
#include "types.hpp"
struct mealy;
mealy reachable_submachine(const mealy& in, state start);