CC_General_01 = [CC_General_01, Decision_RES_spilling >= 0];
Decision_Generation = sdpvar(Number_gen,Number_horizon,'full');
.......
------------------------------------------------------------------------
I want to export the LP file of the MILP model so that I can check whether it is right.
So, could I customize the variable name of the LP file?
I am using matlab, Yalmip, and gurobi.
Could you please give a hand or advices?
Thanks,
Xianbang