lemon/cbc.h
branch1.1
changeset 1081 f1398882a928
parent 623 745e182d0139
equal deleted inserted replaced
1:f22db0b646f0 4:bac39e85a944
     1 /* -*- mode: C++; indent-tabs-mode: nil; -*-
     1 /* -*- mode: C++; indent-tabs-mode: nil; -*-
     2  *
     2  *
     3  * This file is a part of LEMON, a generic C++ optimization library.
     3  * This file is a part of LEMON, a generic C++ optimization library.
     4  *
     4  *
     5  * Copyright (C) 2003-2009
     5  * Copyright (C) 2003-2011
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     8  *
     8  *
     9  * Permission to use, modify and distribute this software is granted
     9  * Permission to use, modify and distribute this software is granted
    10  * provided that this copyright notice appears in all copies. For
    10  * provided that this copyright notice appears in all copies. For
   118     virtual void _messageLevel(MessageLevel level);
   118     virtual void _messageLevel(MessageLevel level);
   119     void _applyMessageLevel();
   119     void _applyMessageLevel();
   120 
   120 
   121     int _message_level;
   121     int _message_level;
   122 
   122 
   123     
   123 
   124 
   124 
   125   };
   125   };
   126 
   126 
   127 }
   127 }
   128 
   128