document --enable-max-accsets
* README, doc/org/hoa.org: Here.
This commit is contained in:
parent
2e165f188d
commit
88a6bd82a3
2 changed files with 16 additions and 7 deletions
|
|
@ -58,14 +58,15 @@ the HOA format, the output may not be exactly the same as the input.
|
|||
- Automata using explicit alphabet (introduced in version 1.1 of the
|
||||
format via =Alphabet:=) are not supported.
|
||||
|
||||
- The maximum number of acceptance sets used is (currently) limited
|
||||
to 32.
|
||||
- The maximum number of acceptance sets used is limited to 32.
|
||||
|
||||
This limit is not very hard to increase in the source code,
|
||||
however we want to keep it until it becomes an actual problem. So
|
||||
please report to us if you suffer from it. In the past, this
|
||||
limitation has forced us to improve some of our algorithms to be
|
||||
less wasteful and not introduce useless acceptance sets.
|
||||
In the past, this limitation has forced us to improve some of our
|
||||
algorithms to be less wasteful and not introduce useless acceptance
|
||||
sets.
|
||||
|
||||
This hard-coded limit can be augmented at configure time
|
||||
using option `--enable-max-accsets=N`, but doing so will consume
|
||||
more memory and time.
|
||||
|
||||
- Multiple (or missing) initial states are emulated.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue