You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a flexible job-shop problem (CP-SAT solver) that's fairly elaborate, and I'm using several optimizations to find solutions. Consequently, I hint at the found optimal values to ensure the next optimization is staying above or below that found threshold. However, all optimizations I'm running are based on maximizing or minimizing a sum of a list of BoolVars, whereas now I'm looking at creating integer values (a score) associated with whether a worker is assigned a task. The workers are assigned tasks in intervals using OptionalIntervalVars, from which I use the BoolVars. However, is it possible to create a sum or average of these integer scores (linked with the BoolVars from the OptionalIntervalVars) and maximize or minimize over them?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have a flexible job-shop problem (CP-SAT solver) that's fairly elaborate, and I'm using several optimizations to find solutions. Consequently, I hint at the found optimal values to ensure the next optimization is staying above or below that found threshold. However, all optimizations I'm running are based on maximizing or minimizing a sum of a list of BoolVars, whereas now I'm looking at creating integer values (a score) associated with whether a worker is assigned a task. The workers are assigned tasks in intervals using OptionalIntervalVars, from which I use the BoolVars. However, is it possible to create a sum or average of these integer scores (linked with the BoolVars from the OptionalIntervalVars) and maximize or minimize over them?
Thanks in advance,
Daan
Beta Was this translation helpful? Give feedback.
All reactions