lemon/cplex.cc
branch1.1
changeset 769 74e2dac774c8
parent 568 745e182d0139
child 786 c3a7ca108705
equal deleted inserted replaced
4:6743144e9c8f 5:0e9d26271647
     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
   454       break;
   454       break;
   455     }
   455     }
   456   }
   456   }
   457 
   457 
   458   void CplexBase::_applyMessageLevel() {
   458   void CplexBase::_applyMessageLevel() {
   459     CPXsetintparam(cplexEnv(), CPX_PARAM_SCRIND, 
   459     CPXsetintparam(cplexEnv(), CPX_PARAM_SCRIND,
   460                    _message_enabled ? CPX_ON : CPX_OFF);
   460                    _message_enabled ? CPX_ON : CPX_OFF);
   461   }
   461   }
   462 
   462 
   463   // CplexLp members
   463   // CplexLp members
   464 
   464