Originally posted by: ecnirp
Hi,
I've seen that example, and I'm sure it would work for an LP if I was trying to warm start the primal. The problem is I want to warm start the dual. I have not explicitly formulated the dual. I provide the primal formulation, i.e., the dual variables do not have names. The setVectors() method requires you to first use the attach() method which requires the variable vector as a parameter. So, to the best of my knowledge, this will not work for me because the dual has not been formulated and there are no names for the dual variables.
Am I out of luck?
#DecisionOptimization#OPLusingCPLEXOptimizer