Changeset 1182:015801ff09d1 in lemon
- Timestamp:
- 02/22/13 16:42:56 (12 years ago)
- Branch:
- 1.1
- Parents:
- 1172:c18ed26f016c (diff), 1181: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
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/cplex.cc
r1141 r1182 41 41 int status; 42 42 _cnt = new int; 43 (*_cnt) = 1; 43 44 _env = CPXopenCPLEX(&status); 44 45 if (_env == 0) { -
lemon/cplex.cc
r1181 r1182 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-20 095 * Copyright (C) 2003-2011 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 456 456 457 457 void CplexBase::_applyMessageLevel() { 458 CPXsetintparam(cplexEnv(), CPX_PARAM_SCRIND, 458 CPXsetintparam(cplexEnv(), CPX_PARAM_SCRIND, 459 459 _message_enabled ? CPX_ON : CPX_OFF); 460 460 }
Note: See TracChangeset
for help on using the changeset viewer.