You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a somewhat non standard need for a linear solver - I don't need a solution, but I need to know if the problem is feasible as fast as possible. My problems are not very large (~20-50 variables), and should be quite "easy". This is the approach I'm using now, and I would like to know if that is correct, and maybe you have some further tips to make it even faster:
This is the full script that I used to time this, and I'm getting ~10K solutions per second, which is quite nice! It would be good to know that it is safe to use presolve without objective for this purpose.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I have a somewhat non standard need for a linear solver - I don't need a solution, but I need to know if the problem is feasible as fast as possible. My problems are not very large (~20-50 variables), and should be quite "easy". This is the approach I'm using now, and I would like to know if that is correct, and maybe you have some further tips to make it even faster:
This is the full script that I used to time this, and I'm getting ~10K solutions per second, which is quite nice! It would be good to know that it is safe to use presolve without objective for this purpose.
Beta Was this translation helpful? Give feedback.
All reactions