ltlmix: learn option -R for random conjuncts
* bin/ltlmix.cc: Implement this option. * doc/org/ltlmix.org: Illustrate it. * tests/core/ltlmix.test: Add a test.
This commit is contained in:
parent
c8b8ac60be
commit
2390a89986
3 changed files with 52 additions and 12 deletions
|
|
@ -91,3 +91,6 @@ diff out.txt expected
|
|||
|
||||
ltlmix -fa -A500 $P,or=0 -n10 | tee out
|
||||
test 10 -eq `grep '&.*&' < out | wc -l`
|
||||
|
||||
ltlmix -fa -A500 -C3 -n10 | tee out2
|
||||
diff out out2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue