COIN-OR::LEMON - Graph Library

Changeset 1432:46b088b01f88 in lemon-0.x for src/lemon/lp_cplex.cc


Ignore:
Timestamp:
05/20/05 11:43:40 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1906
Message:

Functions _eraseRow(), _eraseCol(). Not yet implemented for cplex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/lp_cplex.cc

    r1431 r1432  
    9696    return i;
    9797  }
     98
     99
     100  void LpCplex::_eraseCol(int i) {
     101    ///\todo Not implemented yet
     102  }
     103 
     104  void LpCplex::_eraseRow(int i) {
     105    ///\todo Not implemented yet
     106  }
     107
    98108 
    99109  ///\warning Data at index 0 is ignored in the arrays.
Note: See TracChangeset for help on using the changeset viewer.