Originally posted by: JG. KIM
Hi, Everyone. I'm new at IBM CP optimizer.
I want to make charging / discharging scheduling based on cost (value will change on time). I tried to make at matlab. but matlab optimization toolbox can't consider other time step.
they just calculate minimal solution at each time step, So, I want to make with CP optimizer. but I'm new, I really need your help.
My Objective fun is this.
-
(i), (j) means time(1day) and machine number.
-
x(1) and x(3) means signal about charging or discharging. (Perhaps, I can remove x(3) and re-write (1-x(1). )
-
x(2) and x(4) means Power.
-
I have a few constraints about the machine's maximum and minimum battery capacity.
Then, how can I make codes of the objective function and interval? it is possible to make scheduling?
and which example is best to exercise this type of scheduling problem? Thank you
#DecisionOptimization#OPLusingCPOptimizer