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:
Alexandre Duret-Lutz 2024-08-23 15:17:04 +02:00
parent c8b8ac60be
commit 2390a89986
3 changed files with 52 additions and 12 deletions

View file

@ -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