Originally posted by: Rommelds
Hi guys, I'm with the following problem:
Can I change two variables of a summations in the same time?
For example...
I have M -> 1..3 and K -> 1..12
I want to get it:
M=1 * K=1,
M=2 * K=2,
M=3 * K=3,
M=1 * K=4,
M=2 * K=5,
M=3 * K=6,
M=1 * K=7,
M=2 * K=8,
M=3 * K=9,
M=1 * K=10,
M=2 * K=11,
M=3 * K=12.
#DecisionOptimization#OPLusingCPLEXOptimizer