Issue1098

Title rename cegar to cartesian_abstractions
Priority wish Status resolved
Superseder Nosy List jendrik, malte, silvan
Assigned To Keywords
Optional summary

Created on 2023-07-26.15:22:09 by silvan, last changed by silvan.

Messages
msg11208 (view) Author: silvan Date: 2023-07-27.11:19:03
Merged.
msg11202 (view) Author: malte Date: 2023-07-26.17:37:30
Pull request looks good to me.
msg11201 (view) Author: silvan Date: 2023-07-26.15:35:07
Pull request: https://github.com/aibasel/downward/pull/165

I only made the documentation change and the renaming of the namespace for easy reviewing. Once this is accepted, I'll rename the directory.
msg11200 (view) Author: silvan Date: 2023-07-26.15:22:09
We want to rename the directory "cegar" to "cartesian_abstractions" to better reflect that this part of the code is about Cartesian (CEGAR) abstractions. To this end, we will also rename the namespace and adapt the documentation slightly.

When discussing feature names (by that I mean the identifiers used for the command line options), we decided against also doing the same renaming here because feature names more broadly should be made more consistent. Currently, some features use very generic names which are then not available for other features and which possibly leads to confusion or at least makes it unclear what a specific feature is about (example: max evaluator vs the delete-relaxed max heuristic). We think that it would be easier for users to adapt to changed feature names in a single consolidation effort, hence we want to do this in a separate issue.

Finally, we also want to rename another directory, namely search_engines (together with all related classes), and we also want to do this in a separate issue.
History
Date User Action Args
2023-07-27 11:19:03silvansetstatus: reviewing -> resolved
messages: + msg11208
2023-07-26 17:37:30maltesetmessages: + msg11202
2023-07-26 15:35:07silvansetstatus: unread -> reviewing
messages: + msg11201
2023-07-26 15:22:09silvancreate