lemon/cbc.h
branch1.2
changeset 887 77704bf2a4ae
parent 746 e4554cd6b2bf
equal deleted inserted replaced
2:9e45cd6216ee 3:b0d686589b2e
     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-2010
     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
   119     virtual void _messageLevel(MessageLevel level);
   119     virtual void _messageLevel(MessageLevel level);
   120     void _applyMessageLevel();
   120     void _applyMessageLevel();
   121 
   121 
   122     int _message_level;
   122     int _message_level;
   123 
   123 
   124     
   124 
   125 
   125 
   126   };
   126   };
   127 
   127 
   128 }
   128 }
   129 
   129