* Set the node's demand. * @param demand New demand for the node. */
| 122 | * @param demand New demand for the node. |
| 123 | */ |
| 124 | void SetDemand(uint demand) |
| 125 | { |
| 126 | this->demand = demand; |
| 127 | } |
| 128 | |
| 129 | void AddEdge(NodeID to, uint capacity, uint usage, uint32_t time, EdgeUpdateModes modes); |
| 130 | void UpdateEdge(NodeID to, uint capacity, uint usage, uint32_t time, EdgeUpdateModes modes); |
no outgoing calls
no test coverage detected