MCPcopy Create free account
hub / github.com/KaHIP/KaHIP / decreaseKey

Method decreaseKey

lib/data_structure/priority_queues/bucket_pq.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105inline void bucket_pq::decreaseKey(NodeID node, Gain new_gain) {
106 changeKey( node, new_gain );
107}
108
109inline void bucket_pq::increaseKey(NodeID node, Gain new_gain) {
110 changeKey( node, new_gain );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected