|
LydiaSyft
|
Abstract class for synthesizers. More...
#include <Synthesizer.h>
Public Member Functions | |
| Synthesizer (Spec spec) | |
| virtual SynthesisResult | run () const =0 |
| Solves the synthesis problem of the specification. More... | |
Protected Attributes | |
| Spec | spec_ |
| The game arena. | |
Abstract class for synthesizers.
Can be inherited to implement synthesizers for different specification types.
|
pure virtual |
Solves the synthesis problem of the specification.
Implemented in Syft::DfaGameSynthesizer, Syft::ReachabilityMaxSet, Syft::Reachability, Syft::coBuchiReachability, and Syft::BuchiReachability.