|
spot 2.16
|
A struct that represents different types of mealy like objects. More...
#include <spot/twaalgos/synthesis.hh>
Public Types | |
| enum class | realizability_code { UNREALIZABLE , UNKNOWN , REALIZABLE_REGULAR , REALIZABLE_DTGBA } |
| Realizability result codes. More... | |
Public Attributes | |
| realizability_code | success |
| Realizability result. | |
| bdd | glob_cond |
| Global condition for DTGBA strategies. | |
A struct that represents different types of mealy like objects.
|
strong |
Realizability result codes.
| bdd spot::mealy_like::glob_cond |
Global condition for DTGBA strategies.
| realizability_code spot::mealy_like::success |
Realizability result.
1.9.8