LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::Error Class Reference

Base error for the multiprecision C++ port. More...

#include <line/util/error.h>

Inheritance diagram for line::Error:
Collaboration diagram for line::Error:

Public Member Functions

 Error (const std::string &what)

Detailed Description

Base error for the multiprecision C++ port.

Nothing in the library calls exit() or prints to stderr on failure: the CLI catches these at main and the Python binding maps them to exceptions, so the same code path serves both.

Definition at line 31 of file error.h.

Constructor & Destructor Documentation

◆ Error()


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