- Timestamp:
- May 23, 2013 10:27:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/cut/sdpcuts/CutGen.cpp
r956 r958 109 109 int indI = 0; 110 110 111 112 111 for (std::set <std::pair <int, CouenneSparseVector *>, CouenneExprMatrix::compare_pair_ind>::const_iterator 113 112 i = minor -> getRows () . begin (); … … 122 121 indJ = 0; 123 122 124 for (std::set <CouenneScalar *>::const_iterator 125 j = (*i) . second -> getElements () . begin (); 126 j != (*i) . second -> getElements () . end (); ++j, ++indJ) { 123 //replace with for (k=0; k<i -> second -> getElements () . size (); ++i) 124 125 for (std::set <CouenneScalar *, CouenneSparseVector::compare_scalars>::const_iterator 126 j = i -> second -> getElements () . begin (); 127 j != i -> second -> getElements () . end (); ++j, ++indJ) { 127 128 128 129 #ifdef DEBUG
Note: See TracChangeset
for help on using the changeset viewer.