Issue967

Title use lower case for enum options in docs
Priority wish Status resolved
Superseder Nosy List jendrik, malte, silvan
Assigned To Keywords easy
Optional summary

Created on 2020-05-12.16:33:23 by jendrik, last changed by silvan.

Messages
msg10207 (view) Author: silvan Date: 2021-03-18.19:35:38
I like how this has keyword "easy" :-) Yet I also don't plan to pursue this.
msg10200 (view) Author: jendrik Date: 2021-03-18.14:48:42
I currently don't plan to pursue this. Silvan, what about you? If not, feel free to close this.
msg9328 (view) Author: malte Date: 2020-05-12.18:11:13
Changing these to lower-case works for me. Ideally, we should also check configurations in our wiki documentation and in the driver script for consistency.
msg9327 (view) Author: jendrik Date: 2020-05-12.16:33:23
We currently mix upper and lower case versions. Silvan and me are in favor of converting everything to lower case. An imperfect grep with pattern '"[A-Z][A-Z]' and the C locale finds upper-case enum options in:

src/search/cegar/additive_cartesian_heuristic.cc
src/search/cegar/subtask_generators.cc
src/search/lp/lp_solver.cc
src/search/merge_and_shrink/label_reduction.cc
src/search/merge_and_shrink/merge_tree_factory_linear.cc
src/search/merge_and_shrink/shrink_bisimulation.cc
src/search/merge_and_shrink/shrink_fh.cc
src/search/operator_cost.cc
History
Date User Action Args
2021-03-18 19:35:38silvansetstatus: chatting -> resolved
messages: + msg10207
2021-03-18 14:48:42jendriksetmessages: + msg10200
2020-05-12 18:11:13maltesetstatus: unread -> chatting
messages: + msg9328
2020-05-12 16:33:23jendrikcreate