Changeset 623:745e182d0139 in lemon for lemon/clp.h
- Timestamp:
- 04/08/09 22:49:28 (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/clp.h
r587 r623 137 137 virtual void _clear(); 138 138 139 virtual void _messageLevel(MessageLevel); 140 139 141 public: 140 142 … … 154 156 int clpCol(Col c) const { return cols(id(c)); } 155 157 156 ///Enum for \c messageLevel() parameter157 enum MessageLevel {158 /// no output (default value)159 MESSAGE_NO_OUTPUT = 0,160 /// print final solution161 MESSAGE_FINAL_SOLUTION = 1,162 /// print factorization163 MESSAGE_FACTORIZATION = 2,164 /// normal output165 MESSAGE_NORMAL_OUTPUT = 3,166 /// verbose output167 MESSAGE_VERBOSE_OUTPUT = 4168 };169 ///Set the verbosity of the messages170 171 ///Set the verbosity of the messages172 ///173 ///\param m is the level of the messages output by the solver routines.174 void messageLevel(MessageLevel m);175 176 158 }; 177 159
Note: See TracChangeset
for help on using the changeset viewer.