Bonmin  1.8.8
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{
10 };
11 }
12 #endif
There is a CbcObject in the model which is not understood by Bonmin.
Definition: BonExitCodes.hpp:9
ErrorCodes
Some error codes for uncatachable errors.
Definition: BonExitCodes.hpp:7