xnetwork::XNetworkUnfeasible struct

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

Base classes

struct XNetworkAlgorithmError

Derived classes

struct XNetworkNoCycle
struct XNetworkNoPath

Constructors, destructors, conversion operators

XNetworkUnfeasible(std::string_view msg) explicit