Struct XNetworkUnfeasible

Inheritance Relationships

Base Type

Derived Types

Struct Documentation

struct XNetworkUnfeasible : public xn::XNetworkAlgorithmError

Exception raised by algorithms trying to solve a problem instance that has no feasible solution.

Subclassed by xn::XNetworkNoCycle, xn::XNetworkNoPath

Public Functions

inline explicit XNetworkUnfeasible(std::string_view msg)