|
XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
|
Exception for algorithms that should return a cycle when running on graphs where such a cycle does not exist. More...
#include <exception.hpp>


Public Member Functions | |
| XNetworkNoCycle (std::string_view msg) | |
Public Member Functions inherited from xnetwork::XNetworkUnfeasible | |
| XNetworkUnfeasible (std::string_view msg) | |
Public Member Functions inherited from xnetwork::XNetworkAlgorithmError | |
| XNetworkAlgorithmError (std::string_view msg) | |
Public Member Functions inherited from xnetwork::XNetworkException | |
| XNetworkException (std::string_view msg) | |
Exception for algorithms that should return a cycle when running on graphs where such a cycle does not exist.
|
inlineexplicit |