

InterviewSolution
Saved Bookmarks
1. |
What is the difference between optimal solution and optimal value |
Answer» <html><body><p>Answer:An optimal solution is a <a href="https://interviewquestions.tuteehub.com/tag/feasible-456850" style="font-weight:bold;" target="_blank" title="Click to know more about FEASIBLE">FEASIBLE</a> solution where the objective function reaches its maximum (or minimum) value – for example, the most <a href="https://interviewquestions.tuteehub.com/tag/profit-1168589" style="font-weight:bold;" target="_blank" title="Click to know more about PROFIT">PROFIT</a> or the least <a href="https://interviewquestions.tuteehub.com/tag/cost-25707" style="font-weight:bold;" target="_blank" title="Click to know more about COST">COST</a>. A globally optimal solution is <a href="https://interviewquestions.tuteehub.com/tag/one-585732" style="font-weight:bold;" target="_blank" title="Click to know more about ONE">ONE</a> where there are no other feasible solutions with better objective function <a href="https://interviewquestions.tuteehub.com/tag/values-25920" style="font-weight:bold;" target="_blank" title="Click to know more about VALUES">VALUES</a>.</p></body></html> | |