Originally posted by: YongjiaSong
Hi all,
I have an error that comes out when I want to modify the bound on my variables. I tried to use CPLEX as an LP solver iteratively, and in each iteration, I need to update the bound on my variables. In order for a warm start, I don't re-create my model everytime from scratch, and instead, I set an initial bound and in each iteration I update the bound. But I encounter this message when I use alpha_list[i].setBounds(lb,ub);(I have some subproblems, and I store the variables for subproblems in a vector alpha_list, and now I try to update the bounds for the ith subproblem).
Thanks a lot!
#CPLEXOptimizers#DecisionOptimization