Originally posted by: SystemAdmin
I have many LP problems with the same structure, only one vector is different, namely bineq. (The RHS of inequality constraints.)
I am currently using CPLEX 12.4 in MATLAB. How can I avoid reconstructing the problem every time?
I guess I can use the CPLEX class somehow, but in the CPLEX class, how can I change the bineq vector only?
#CPLEXOptimizers#DecisionOptimization