5 #ifndef LYDIASYFT_CLI_SYNTHESIS_H
6 #define LYDIASYFT_CLI_SYNTHESIS_H
10 #include "Stopwatch.h"
12 #include "synthesizer/LTLfSynthesizer.h"
23 SynthesisRunner(
const std::shared_ptr<whitemech::lydia::parsers::ltlf::LTLfDriver> &driver,
24 const std::string &formula_file,
const std::string &path_to_syfco,
bool print_strategy,
25 bool print_times) :
BaseRunner(driver, formula_file, path_to_syfco, print_strategy,
Base class for running a synthesis algorithm.
Definition: base.hpp:75
A DFA with symbolic states and transitions.
Definition: SymbolicStateDfa.h:18
Definition: synthesis.hpp:17