Skip to content

Commit e86963e

Browse files
committed
fix typo
1 parent fa62c89 commit e86963e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/soplex/spxlpbase_real.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3264,7 +3264,7 @@ void SPxLPBase<R>::buildDualProblem(SPxLPBase<R>& dualLP, SPxRowId primalRowIds[
32643264

32653265
break;
32663266

3267-
case LPRowBase<R>::LESS_EQUAL: // <= constriant
3267+
case LPRowBase<R>::LESS_EQUAL: // <= constraint
32683268
assert(rhs(i) < R(infinity));
32693269
primalRowIds[primalrowsidx] = rId(i); // setting the rowid for the primal row
32703270
primalrowsidx++;

0 commit comments

Comments
 (0)