COIN-OR::LEMON - Graph Library

Changeset 1141:c3a7ca108705 in lemon for lemon/cplex.cc


Ignore:
Timestamp:
05/06/12 16:46:14 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.1
Parents:
1126:a30455cd0107 (diff), 1140:8d281761dea4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge bugfix #441 to branch 1.1

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/cplex.cc

    r1081 r1141  
    438438    int status;
    439439    _prob = CPXcreateprob(cplexEnv(), &status, "Cplex problem");
    440     rows.clear();
    441     cols.clear();
    442440  }
    443441
  • lemon/cplex.cc

    r1140 r1141  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2009
     5 * Copyright (C) 2003-2011
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    455455
    456456  void CplexBase::_applyMessageLevel() {
    457     CPXsetintparam(cplexEnv(), CPX_PARAM_SCRIND, 
     457    CPXsetintparam(cplexEnv(), CPX_PARAM_SCRIND,
    458458                   _message_enabled ? CPX_ON : CPX_OFF);
    459459  }
Note: See TracChangeset for help on using the changeset viewer.