Issue179

Title Translator chokes on nested preconditions
Priority bug Status resolved
Superseder Nosy List gabi, malte, silvia
Assigned To malte Keywords
Optional summary

Created on 2011-01-04.11:20:04 by silvia, last changed by malte.

Files
File name Uploaded Type Edit Remove
drive.zip silvia, 2011-01-04.11:20:03 application/zip
Messages
msg1009 (view) Author: malte Date: 2011-01-04.20:56:05
Merged.

Silvia, you can tell Andrey that the change will be propagated to the public
repository soon after the IPC deadline. (If he needs it earlier, he can contact
us and we can send a patch, but probably this isn't urgent as it shouldn't be
too hard to avoid this bug.) Please send thanks to Andrey for reporting this!
msg1003 (view) Author: malte Date: 2011-01-04.15:54:17
Getting rid of this nesting during parsing already is fine.
I'll merge this later today. Thanks to both of you!
msg999 (view) Author: gabi Date: 2011-01-04.13:08:39
I fixed this in my repository by simplifying all conditions once when parsing
the task. Malte, is this proceeding ok, or did you want to preserve the
structure at this first step (except transforming conditions to NNF)?
msg997 (view) Author: silvia Date: 2011-01-04.11:20:03
With the attached input, an assertion fails in normalize.py in line 307:
"Condition not normalized". This concerns the nested conjunctions in the
precondition of the first action.

Bug reported by Andrey Kolobov.
History
Date User Action Args
2011-01-04 20:56:06maltesetstatus: reviewing -> resolved
messages: + msg1009
2011-01-04 15:54:18maltesetmessages: + msg1003
2011-01-04 13:08:39gabisetstatus: unread -> reviewing
assignedto: malte
messages: + msg999
2011-01-04 11:20:04silviacreate