
Frederik Schadd
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Comments
Recent activity by Frederik Schadd-
Sure, we've been trying explicit presolves like this: model_copy.reset() model_copy.setParam("PreSolve", 1)model_copy.setParam("PreSparsify", 1)presolved = model_copy.presolve()relaxed = presolved...
-
In our case, the presolve removed all columns without providing a solution or objective value. The resulting model object contains no data. Here is an example of this happening: [2024-01-17 10:50:1...
-
Hi Matthias, thanks for the response. This approach would print the stats to the stdout which I would then have to read back in again. Is there a more direct of doing this? Also, what are the thres...