Changeset 623:745e182d0139 in lemon for lemon/cbc.h
- Timestamp:
- 04/08/09 22:49:28 (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/cbc.h
r614 r623 116 116 virtual void _clear(); 117 117 118 public: 118 virtual void _messageLevel(MessageLevel level); 119 void _applyMessageLevel(); 119 120 120 ///Enum for \c messageLevel() parameter 121 enum MessageLevel { 122 /// no output (default value) 123 MESSAGE_NO_OUTPUT = 0, 124 /// error messages only 125 MESSAGE_ERROR_MESSAGE = 1, 126 /// normal output 127 MESSAGE_NORMAL_OUTPUT = 2, 128 /// full output (includes informational messages) 129 MESSAGE_FULL_OUTPUT = 3 130 }; 121 int _message_level; 131 122 132 private: 133 134 MessageLevel _message_level; 135 136 public: 137 138 ///Set the verbosity of the messages 139 140 ///Set the verbosity of the messages 141 /// 142 ///\param m is the level of the messages output by the solver routines. 143 void messageLevel(MessageLevel m); 144 123 145 124 146 125 };
Note: See TracChangeset
for help on using the changeset viewer.