\brief Return the potential (dual value) of the given node. This function returns the potential (dual value) of the given node. \pre \ref run() must be called before using this function.
| 922 | /// |
| 923 | /// \pre \ref run() must be called before using this function. |
| 924 | Cost potential(const Node& n) const { |
| 925 | return _pi[_node_id(n)]; |
| 926 | } |
| 927 | |
| 928 | /// \brief Return the potential map (the dual solution). |
| 929 | /// |
no outgoing calls
no test coverage detected