We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b377658 commit 72d536aCopy full SHA for 72d536a
README.md
@@ -122,7 +122,7 @@ The result of the call above is:
122
Just
123
(Result
124
{ objectiveVar = 7 -- Integer representing objective function
125
- , varValMap = M.fromList
+ , varValMap = Map.fromList
126
[ (7, 29) -- Value for variable 7, so max(3x1 + 5x2) = 29.
127
, (1, 3) -- Value for variable 1, so x1 = 3
128
, (2, 4) -- Value for variable 2, so x2 = 4
0 commit comments