Excel's Solver is telling me "the linearity conditions required by this LP Solver are not satisfied." It's lying! Does anyone know what the linearity conditions LP Solver requires actually are?
I suspect this is a formatting issue. I've searched other Q&As, but most issues other people seem to be having are case-specific, as is mine. I've not found the actual conditions clearly stated.
https://drive.google.com/file/d/0BwIofgnF8b9Ndlczb0tMQzN3QUU/view
Above is a link to my document. From there, if you download the file and enable editing, my objective and constraints should still be saved in Solver for your ponderment. In case they're not:
Set Objective - $I$387
To - Max
By Changing Variable Cells - $F$2:$F$201
Subject to the Constraints - $F$2:$F$201 = binary
- $H$387 <= 493.45
- $J$387 = 2
- $K$387 >= 4
- $L$387 >= 5
- $M$387 <= 2
- $N$387 <= 2
- $O$387 <= 2
- $P$387 <= 18
The sheet I'm concerned with is the last one. I've included the linearity report in the sheet prior. The report indicates that nothing is linear. So, I suspect there is a fundamental error in the document, perhaps in the way it's formatted.
Thanks for any and all help!