#include "apcollect.hh"
#include <iosfwd>
Go to the source code of this file.
Classes |
class | spot::ltl::random_formula |
| Base class for random formula generators. More...
|
struct | spot::ltl::random_formula::op_proba |
class | spot::ltl::random_ltl |
| Generate random LTL formulae.This class recursively constructs LTL formulae of a given size. The formulae will use the use atomic propositions from the set of propositions passed to the constructor, in addition to the constant and all LTL operators supported by Spot. More...
|
class | spot::ltl::random_boolean |
| Generate random Boolean formulae.This class recursively constructs Boolean formulae of a given size. The formulae will use the use atomic propositions from the set of propositions passed to the constructor, in addition to the constant and all Boolean operators supported by Spot. More...
|
class | spot::ltl::random_sere |
| Generate random SERE.This class recursively constructs SERE of a given size. The formulae will use the use atomic propositions from the set of propositions passed to the constructor, in addition to the constant and all SERE operators supported by Spot. More...
|
class | spot::ltl::random_psl |
| Generate random PSL formulae.This class recursively constructs PSL formulae of a given size. The formulae will use the use atomic propositions from the set of propositions passed to the constructor, in addition to the constant and all PSL operators supported by Spot. More...
|