79681029

Date: 2025-06-26 18:58:40
Score: 1
Natty:
Report link

Not sure what you mean from what I see, it looks like you got the optimal solution.

Did you try to extract your solution values like?

for var in self.prob.variables():
                if var.varValue is not None:
                    f.write(f"{var.name} = {var.varValue}\n")
Reasons:
  • Whitelisted phrase (-2): Did you try
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Optimsation_try_hard