COIN-OR::LEMON - Graph Library

Changeset 2622:fa2877651022 in lemon-0.x


Ignore:
Timestamp:
10/05/08 22:08:13 (15 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3507
Message:

Fix _setCoeff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_glpk.cc

    r2605 r2622  
    275275      bool found=false;
    276276      for (int i = 1; i <= length; ++i) {
    277         if (indices[i]==jx){
     277        if (indices[i]==ix){
    278278          found=true;
    279279          values[i]=value;
Note: See TracChangeset for help on using the changeset viewer.