Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 4 years ago

Cyrille gravatar image

Integer programming bi-indexed variables.

Many integer programming programs as the following needed for Kemeny ranking

minimiseri,jAωi,jxi,j+ωj,ixj,isous les contraintesxi,j+xj,i=1,ijxi,j+xj,k+xk,i1,ijki

I want to construct a function wich takes the vector or the list ω and return the solution. But to construct such a function iot will be safer for me not to be obliged to assign on variable with a index to all two indexed variables.

Is there a way ?

Integer programming bi-indexed variables.

Many integer programming programs as the following needed for Kemeny ranking

minimiseri,jAωi,jxi,j+ωj,ixj,isous les contraintesxi,j+xj,i=1,ijxi,j+xj,k+xk,i1,ijki

I want to construct a function wich takes the vector or the list ω and return the solution. But to construct such a function iot will be safer for me not to be obliged to assign on variable with a index to all two indexed variables.

Is there a way ?

Integer programming bi-indexed variables.

Many integer programming programs as the following needed for Kemeny ranking

minimiseri,jAωi,jxi,j+ωj,ixj,isous les contraintesxi,j+xj,i=1,ijxi,j+xj,k+xk,i1,ijki

I want to construct a function wich takes the vector or the list ω and return the solution. But to construct such a function iot will be safer for me not to be obliged to assign on variable with a index to all two indexed variables.

Is there a way ?? My problem is in the enumeration of the constraints for high indexes.