randltl: fix option --allow-dups

* bin/randltl.cc: here
* tests/core/rand.test: test it
* NEWS: document it
This commit is contained in:
Maximilien Colange 2018-05-23 10:58:32 +02:00
parent cde0977ef8
commit 1a4117a07f
3 changed files with 11 additions and 1 deletions

View file

@ -267,6 +267,7 @@ main(int argc, char** argv)
opts.set("wf", opt_wf);
opts.set("seed", opt_seed);
opts.set("simplification_level", simplification_level);
opts.set("unique", opt_unique);
return opts;
}(), opt_pL, opt_pS, opt_pB);