Sam de Wringer
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Sam de Wringer-
Sam de Wringer commented,
Thanks, Martin! That's helpful. Cheers,Sam
-
Sam de Wringer commented,
Hi Martin, Thanks for the prompt reply. Thing is: I want to actually use the .SOL file format (yet in a buffer-like object) to set the warm start directly. From your response, it seems like I'll ha...
-
Sam de Wringer created a post,
Is it possible to load .sol files from a buffer-like object (e.g. io.StringIO) instead of a file?
AnsweredHi, Due to production constraints, my application is limited in terms of I/O operations when working in production. As a result, I want to do something like this (pseudocode).import io from gurobip...
-
Sam de Wringer commented,
Hi, I have a question that's related to the above question. I want to run Gurobi without setting a TimeLimit (i.e., Gurobi has to run until a solution is found, so I use SolutionLimit: 1) and I wa...