We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fc03c commit c634775Copy full SHA for c634775
vpr/src/server/telegramoptions.h
@@ -62,6 +62,8 @@ class TelegramOptions {
62
*
63
* This function retrieves a map of sets associated with the specified key.
64
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
+ *
67
* @param key The key of the map of sets to retrieve.
68
* @return The map of sets associated with the specified key.
69
*/
0 commit comments