#include "CoinMessage.hpp"
Include dependency graph for OaMessages.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | OaMessages |
Output messages for Outer approximation cutting planes. More... | |
Enumerations | |
enum | OA_Message { FEASIBLE_NLP, INFEASIBLE_NLP, UPDATE_UB, SOLVED_LOCAL_SEARCH, LOCAL_SEARCH_ABORT, UPDATE_LB, ABORT, OASUCCESS, LP_ERROR, PERIODIC_MSG, DUMMY_END } |
enum OA_Message |
FEASIBLE_NLP | |
INFEASIBLE_NLP | |
UPDATE_UB | |
SOLVED_LOCAL_SEARCH | |
LOCAL_SEARCH_ABORT | |
UPDATE_LB | |
ABORT | |
OASUCCESS | |
LP_ERROR | |
PERIODIC_MSG | |
DUMMY_END |
Definition at line 14 of file OaMessages.hpp.