Hey again. This could be simply the multi objective optimisation problem I recently posted about, but quick question, given the model:
Has 3 variables
All 3 variables have the same attributes
The model optimizes max on one of the attributes/values
Has constraints for a max of 3 per variable
Searches for a max of "score"
Currently, the solver will provide a solution suggesting variable 1 to have 3 occurrences.
Is there a way to tell the solver / to calculate options where the solver will prefer to "spread" the solution among similar variables, so in this case, the solution would be variable 1, variable 2 and variable 3 each with 1 occurrence?
Hey again. This could be simply the multi objective optimisation problem I recently posted about, but quick question, given the model:
Currently, the solver will provide a solution suggesting variable 1 to have 3 occurrences.
Is there a way to tell the solver / to calculate options where the solver will prefer to "spread" the solution among similar variables, so in this case, the solution would be variable 1, variable 2 and variable 3 each with 1 occurrence?