Definition at line 24 of file status.h.
#include <status.h>
◆ ErrorCode
| Enumerator |
|---|
| GLOP_OK | |
| ERROR_LU | |
| ERROR_BOUND | |
| ERROR_NULL | |
| ERROR_INVALID_PROBLEM | |
Definition at line 27 of file status.h.
◆ Status() [1/2]
| operations_research::glop::Status::Status |
( |
| ) |
|
◆ Status() [2/2]
| operations_research::glop::Status::Status |
( |
ErrorCode | error_code, |
|
|
std::string | error_message ) |
◆ error_code()
| ErrorCode operations_research::glop::Status::error_code |
( |
| ) |
const |
|
inline |
◆ error_message()
| const std::string & operations_research::glop::Status::error_message |
( |
| ) |
const |
|
inline |
◆ OK()
| Status operations_research::glop::Status::OK |
( |
| ) |
|
|
inlinestatic |
◆ ok()
| bool operations_research::glop::Status::ok |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: