Struct AmbiguousSolution

Inheritance Relationships

Base Type

Struct Documentation

struct AmbiguousSolution : public xn::XNetworkException

Raised if (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.

Public Functions

inline explicit AmbiguousSolution(std::string_view msg)