Skip to content

Commit c634775

Browse files
committed
add note for explaining data structure std::map<std::size_t, std::set<std::size_t>> in TelegramOptions::get_map_of_sets
1 parent 73fc03c commit c634775

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vpr/src/server/telegramoptions.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ class TelegramOptions {
6262
*
6363
* This function retrieves a map of sets associated with the specified key.
6464
*
65+
* @note The map of sets is used to store the critical path index (map key) and the associated set of selected sub-path element indexes (map value).
66+
*
6567
* @param key The key of the map of sets to retrieve.
6668
* @return The map of sets associated with the specified key.
6769
*/

0 commit comments

Comments
 (0)