COIN-OR::LEMON - Graph Library

Changeset 799:015801ff09d1 in lemon-1.1


Ignore:
Timestamp:
02/22/13 16:42:56 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.1
Parents:
797:c18ed26f016c (diff), 798:d32e4453b48c (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 #445 to branch 1.1

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/cplex.cc

    r786 r799  
    4141    int status;
    4242    _cnt = new int;
     43    (*_cnt) = 1;
    4344    _env = CPXopenCPLEX(&status);
    4445    if (_env == 0) {
  • lemon/cplex.cc

    r798 r799  
    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).
     
    456456
    457457  void CplexBase::_applyMessageLevel() {
    458     CPXsetintparam(cplexEnv(), CPX_PARAM_SCRIND, 
     458    CPXsetintparam(cplexEnv(), CPX_PARAM_SCRIND,
    459459                   _message_enabled ? CPX_ON : CPX_OFF);
    460460  }
Note: See TracChangeset for help on using the changeset viewer.