Originally posted by: NguyenHuuTRi
Hi,
Is there anyway to extract or display a detail variables in the constraint in CPLEX ?
let's say xi<=1 with i from 1=100, I would like to print the details for such constraint as in the example below?
TKB_58_1_1 + TKB_58_1_2 + TKB_58_1_3 + TKB_58_1_4 + TKB_58_1_5 +
TKB_58_1_6 + TKB_58_1_7 + TKB_58_1_8 + TKB_58_1_9 + TKB_58_1_10 +
TKB_58_1_102 + TKB_58_1_103 + TKB_58_1_104 + TKB_58_1_121 <= 1 ;
#DecisionOptimization#OPLusingCPLEXOptimizer