-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning due to deprecation of Solution.ObjectiveResult.
* Rename the field of Solution and made them internal. * Expose them via properties with the deprecation on the ObjectiveResult. * When ObjectiveResult is removed, the corresponding internal ObjectiveValue can be removed in the entire codebase as well as the public properties. Moreover, DecisionResultsMap can be renamed back to DecisionResults.
- Loading branch information
Florian Lorenzen
committed
May 16, 2024
1 parent
4252db4
commit 3992840
Showing
4 changed files
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters