|
XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
|
Raised when more than one valid solution exists for an intermediary step of an algorithm. More...
#include <exception.hpp>


Public Member Functions | |
| AmbiguousSolution (std::string_view msg) | |
Public Member Functions inherited from xnetwork::XNetworkException | |
| XNetworkException (std::string_view msg) | |
Raised when more than one valid solution exists for an intermediary step of an algorithm.
In the face of ambiguity, refuse the temptation to guess. This may occur, for example, when trying to determine the bipartite node sets in a disconnected bipartite graph when computing bipartite matchings.
|
inlineexplicit |