XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Public Member Functions | List of all members
xnetwork::XNetworkUnfeasible Struct Reference

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

#include <exception.hpp>

Inheritance diagram for xnetwork::XNetworkUnfeasible:
Inheritance graph
[legend]
Collaboration diagram for xnetwork::XNetworkUnfeasible:
Collaboration graph
[legend]

Public Member Functions

 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)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ XNetworkUnfeasible()

xnetwork::XNetworkUnfeasible::XNetworkUnfeasible ( std::string_view  msg)
inlineexplicit

The documentation for this struct was generated from the following file: