You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it is clunky to get the result from the Solution type since the values for the Decisions are in a Map<DecisionName,float. While the reasoning for this was to ease the composition for the model, it makes actually extracting the results clunky.
I propose to make modeling slightly more complex but to dramatically ease the extraction of results by not have the create Decision functions return LinearExpression.
The text was updated successfully, but these errors were encountered:
Right now it is clunky to get the result from the
Solution
type since the values for the Decisions are in aMap<DecisionName,float
. While the reasoning for this was to ease the composition for the model, it makes actually extracting the results clunky.I propose to make modeling slightly more complex but to dramatically ease the extraction of results by not have the create Decision functions return LinearExpression.
The text was updated successfully, but these errors were encountered: