Bonmin
1.8.7
src
Interfaces
BonExitCodes.hpp
Go to the documentation of this file.
1
#ifndef BonExitCodes_H
2
#define BonExitCodes_H
3
4
5
namespace
Bonmin
{
7
enum
ErrorCodes
{
8
ERROR_IN_AMPL_SUFFIXES
= 111,
9
UNSUPPORTED_CBC_OBJECT
10
};
11
}
12
#endif
Bonmin::ERROR_IN_AMPL_SUFFIXES
Definition:
BonExitCodes.hpp:8
Bonmin
(C) Copyright International Business Machines Corporation 2007
Definition:
BonAmplSetup.hpp:15
Bonmin::ErrorCodes
ErrorCodes
Some error codes for uncatachable errors.
Definition:
BonExitCodes.hpp:7
Bonmin::UNSUPPORTED_CBC_OBJECT
There is a CbcObject in the model which is not understood by Bonmin.
Definition:
BonExitCodes.hpp:9
Generated by
1.8.15