Issue377

Title Add more information about heuristics and searches to the code
Priority feature Status resolved
Superseder Nosy List florian, gabi, jendrik, malte
Assigned To Keywords
Optional summary

Created on 2013-05-15.20:11:42 by jendrik, last changed by jendrik.

Messages
msg10193 (view) Author: jendrik Date: 2021-03-18.14:26:52
I don't think we currently plan to pursue this, so I'm closing the issue.
msg3235 (view) Author: florian Date: 2014-07-25.07:25:29
issue225 might be related.
msg2442 (view) Author: malte Date: 2013-05-17.02:12:48
We should also signal whether or not a returned plan is guaranteed to be
optimal. This doesn't have to be done with the exit code (although this is one
option, of course). An alternative would be to use the regular output for this.
msg2440 (view) Author: gabi Date: 2013-05-15.20:17:57
added me on nosy list
msg2439 (view) Author: jendrik Date: 2013-05-15.20:11:42
The search methods and heuristics need to grow additional methods like "is_safe", 
"is_optimal" etc.

Once this is provided we should exit with EXIT_UNSOLVABLE where applicable.
History
Date User Action Args
2021-03-18 14:26:52jendriksetstatus: chatting -> resolved
messages: + msg10193
2014-07-25 07:25:29floriansetmessages: + msg3235
2013-05-17 02:12:48maltesetmessages: + msg2442
2013-05-15 20:17:57gabisetstatus: unread -> chatting
nosy: + gabi
messages: + msg2440
2013-05-15 20:11:42jendrikcreate