I am trying to program TSP problem in R. From wikipedia page section "Integer linear programming formulation", I was able to understand all the constraints except the last one.
Need help to understand the last constraint...what are the variable U/artificial varaibles? are they slack variables for earlier constraints?