5 #ifndef LYDIASYFT_CLI_FAIRNESS_H
6 #define LYDIASYFT_CLI_FAIRNESS_H
15 const std::string assumption_filename_;
20 FairnessRunner(
const std::shared_ptr<whitemech::lydia::parsers::ltlf::LTLfDriver>& driver,
21 const std::string &formula_file,
const std::string &path_to_syfco,
22 const std::string &assumption_filename,
bool print_strategy,
bool print_times) :
BaseRunner(
23 driver, formula_file, path_to_syfco, print_strategy, print_times), assumption_filename_(assumption_filename) {}
Base class for running a synthesis algorithm.
Definition: base.hpp:75
Definition: fairness.hpp:13
A DFA with symbolic states and transitions.
Definition: SymbolicStateDfa.h:18