-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VAL does not accept a domain file that has more than 8999 predicates #34
Comments
The previous test was done in my HEAD a3d89ee, but I got the same results on a556539 .
|
I didn't pushed this file on the repo. plz download the archive |
I just noticed you are responding via email. If the archive is not attached, you can check the web |
Probably this.
|
This flex invocation is wrong. The options should come before the input. The right code is
|
Hi all, perhaps this has the same underlying cause as issue #16? (VAL failing with "bad plan description" if the plan has more than 9994 actions). In both cases the limit seems to be in a similar ballpark, so perhaps it comes from the same source. |
|
YYMAXDEPTH solved the issue. I have not tested #16 but it is highly likely because of the same reason. |
I can confirm that increasing YYMAXDEPTH solves issue #16. |
Got a company approval for pushing the code / keep contributing. |
Thanks for this. Are we actually interested in having the MAX DEPTH value increased? And if so, to what value? Or might it be better to put a graceful exit for this case requesting recompile with different parameters? |
There seems to be some constant
The text was updated successfully, but these errors were encountered: