This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Budget optimisation - Both values should be almost equal error #120
Answered
by
AruunnAnanda
AruunnAnanda
asked this question in
Q&A
-
|
Hi there, I'm running the LMMM Google colab demo file and I get the below error . Can someone please let me know what should I do here? I don't see any solution.x function for the object "solution". I only see count and index functions for the object "solution". Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
AruunnAnanda
Dec 14, 2022
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I tried solution['x'] instead of solution.x and it works. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michevan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I tried solution['x'] instead of solution.x and it works. Thanks!