region around the optimal
-
Monday, February 27, 2012 8:18 AM
I'm having an issue when trying to explore the region around the optimal solution in an n-dimensional space.
We have OML which finds the optimal solution (very quickly), but I would like to present the user of the model with a region around the optimum, so that they can see how sensitive it is to movement away from that solution in any dimension.
We have tried putting nested ForEach's in the constraint definitions (to do a brute-force solution), but it is very slow. Programming this brute force approach in pure C# is fast, but we lose the ability to keep it dynamically synchronized with the OML.
Is there any input directive or solution meta-data available which would tell us the region surrounding the optimum? Or can someone suggest an alternative?
All Replies
-
Sunday, April 08, 2012 2:09 AM
Is this an LP model? If so, the sensitivity report can give you some of this information. Otherwise, no there is not a built-in way to do that.
Nate
- Proposed As Answer by Nate Brixius Sunday, April 15, 2012 7:14 PM
- Marked As Answer by gtweedie Monday, April 16, 2012 7:37 AM
-
Monday, April 16, 2012 7:36 AM
Thanks for the response, Nate.
No it's not an LP model unfortunately.

