Check this if it helps to resolve.
http://www.excelforum.com/excel-formulas-and-functions/559024-solver-binary-contraints-problem.html
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Excel is not following the binary constraints set.
For example, the data is in E1:E42 and I've set J1:J42 to 0.
$J$43 = SUMPRODUCT(E1:E2*J1:J42)
$J$43 = Solver Target Cell
I'm Solving to get $J$43 as a particular number by changing cells $J$1:$J$42
Subject to the Constraints: $J$1:$J$42=binary
When I set the constraint to binary, instead of setting the changeable
cell from 0 to 1, it sets the cells to a large decimal between 0 and
1.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Check this if it helps to resolve.
http://www.excelforum.com/excel-formulas-and-functions/559024-solver-binary-contraints-problem.html
I cannot reproduce this. Can you put a file on a file share site like OneDrive?
best wishes
I just fixed a similar issue. Silly default settings ruin my life.
Go to Solver > Options > Uncheck "Ignore Integer Constraints"
Thanks for other forum help!