Forum Discussion

Robin_Lindstrom's avatar
Robin_Lindstrom
Copper Contributor
Sep 18, 2020
Solved

Excel Solver

Hi guys, I just joined this community and I am hoping to get some knowledge regarding Excel Solver - I have a specific problem that I am hoping someone can provide some useful insights.   This i...
  • Ramiz_Assaf's avatar
    Ramiz_Assaf
    Sep 20, 2020

    Robin_Lindstrom 

     

    Ok so now I understood your problem and the good news, it can be linearized 

    remove the max(Revenue * CoGS, Minimum guarantee )  only revenue * CoGS

     

    then add a new constraint 

    revenue * CoGS >= minimum guarantee

     

    it makes your problem linear and you will always get an global optimal solution.

    I think you obtained your solution with correct thinking, trying to revenue more than the minimum guarantee then getting more revenue from areas with lower CoGS rate.

     

    Hope this is useful

     

    Finally, the problem is not with the software, if the problem is not convex or concave, no one can guarantee an optimal solution.

Resources