56 Result<StateTransitionGraph>
solve_fsm(
const Configuration& config);
Result< StateTransitionGraph > solve_fsm(const Configuration &config)
Recover the state transition graph of an FSM from the netlist that implements it.
This file contains the struct that holds the configuration of a run of the FSM solver.
This file contains the struct that holds the state transition graph of an FSM.