Sam de Wringer
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Sam de Wringer-
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...