Bonmin  1.7
BonExitCodes.hpp
Go to the documentation of this file.
00001 #ifndef BonExitCodes_H
00002 #define BonExitCodes_H
00003 
00004 
00005 namespace Bonmin{
00007 enum ErrorCodes{
00008  ERROR_IN_AMPL_SUFFIXES = 111,
00009  UNSUPPORTED_CBC_OBJECT
00010 };
00011 }
00012 #endif