![]() |
OR-Tools
8.2
|
Public Types | |
| enum | ErrorCode { GLOP_OK = 0 , ERROR_LU = 1 , ERROR_BOUND = 2 , ERROR_NULL = 3 , ERROR_INVALID_PROBLEM = 4 } |
Public Member Functions | |
| Status () | |
| Status (ErrorCode error_code, std::string error_message) | |
| ErrorCode | error_code () const |
| const std::string & | error_message () const |
| bool | ok () const |
Static Public Member Functions | |
| static const Status | OK () |
| enum ErrorCode |