randltl: fix option --allow-dups
* bin/randltl.cc: here * tests/core/rand.test: test it * NEWS: document it
This commit is contained in:
parent
cde0977ef8
commit
1a4117a07f
3 changed files with 11 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue