21#include <spot/tl/apcollect.hh>
24#include <unordered_set>
25#include <spot/misc/optionmap.hh>
26#include <spot/misc/hash.hh>
27#include <spot/tl/simplify.hh>
38 proba_size_(proba_size), proba_(
new op_proba[proba_size_]), ap_(
ap)
78 return total_2_ > 0.0;
91 void setup(
const char* name,
int min_n, builder build);
99 double total_2_and_more_;
300 typedef std::unordered_set<formula> fset_t;
304 enum output_type { Bool, LTL, SERE, PSL };
305 static constexpr unsigned MAX_TRIALS = 100000U;
308 char* opt_pL =
nullptr,
309 char* opt_pS =
nullptr,
310 char* opt_pB =
nullptr);
313 char* opt_pL =
nullptr,
314 char* opt_pS =
nullptr,
315 char* opt_pB =
nullptr);
321 void dump_ltl_priorities(std::ostream& os);
322 void dump_bool_priorities(std::ostream& os);
323 void dump_psl_priorities(std::ostream& os);
324 void dump_sere_priorities(std::ostream& os);
325 void dump_sere_bool_priorities(std::ostream& os);
335 int opt_tree_size_min_;
336 int opt_tree_size_max_;
339 int opt_simpl_level_;
Manage a map of options.
Definition: optionmap.hh:34
Definition: randomltl.hh:299
Generate random Boolean formulae.
Definition: randomltl.hh:167
random_boolean(const atomic_prop_set *ap)
Generate random LTL formulae.
Definition: randomltl.hh:117
random_ltl(const atomic_prop_set *ap)
Generate random PSL formulae.
Definition: randomltl.hh:248
random_sere rs
The SERE generator used to generate SERE subformulae.
Definition: randomltl.hh:295
random_psl(const atomic_prop_set *ap)
Generate random SERE.
Definition: randomltl.hh:207
random_sere(const atomic_prop_set *ap)
Rewrite or simplify f in various ways.
Definition: simplify.hh:109
std::set< formula > atomic_prop_set
Set of atomic propositions.
Definition: apcollect.hh:33
Definition: automata.hh:26