summaryrefslogtreecommitdiff
path: root/thirdparty/linux/include/coin/BonExitCodes.hpp
blob: 74234b1ae5685e10e9046bb71feb1d5062406328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef BonExitCodes_H
#define BonExitCodes_H


namespace Bonmin{
 /** Some error codes for uncatachable errors.*/
enum ErrorCodes{
 ERROR_IN_AMPL_SUFFIXES = 111,
 UNSUPPORTED_CBC_OBJECT/** There is a CbcObject in the model which is not understood by Bonmin.*/
};
}
#endif