You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Listing 2.6.4. I guess line 21 should be
= [ sum(i in 1..n)(i*(fix(y[i]) = j)) | j in 1..n ];
instead of
= [ sum(i in 1..n)(i*(fix(y[j]) = i)) | j in 1..n ];
The text was updated successfully, but these errors were encountered:
In Listing 2.6.4. I guess line 21 should be
= [ sum(i in 1..n)(i*(fix(y[i]) = j)) | j in 1..n ];
instead of
= [ sum(i in 1..n)(i*(fix(y[j]) = i)) | j in 1..n ];
The text was updated successfully, but these errors were encountered: