Adi Shavit

Results 98 comments of Adi Shavit

@keithbriggs : good catch. Fixed.

Thanks 🙏 Having an SOS2 (or SOS1 too) indication on a variable would indeed allow exploiting solver SOS support beyond the constraints based version I showed. Also, my code works...

A few comments: 1. When I use it, I only use a small number of segments (

The model I have is very large and the error somewhat sporadic. Using verbose output, we think this happens when the time limit is hit while the internal search had...

Will do. in any case it is a small change which anyone could add while their tweaking the Gurobi interface. I saw a PR for warm-start support with Gurobi. I’m...

On a related issue, I recently wrote this in my own code: ``` def monkey_patch_gurobi_solution_limit_as_not_error(): from cvxpy.reductions.solvers.conic_solvers import GUROBI as grb_conic from cvxpy.reductions.solvers.qp_solvers.gurobi_qpif import GUROBI as grb_qp from cvxpy import...

@phschiele what software did you use to make this graph? Very cool! > ![image](https://user-images.githubusercontent.com/44360364/171794372-58ead59f-b7a9-4876-a61a-6a3bd7275074.png)

Yes please - I'd love an epub/mobi version too.

Can you make a PR or show the changes you made?

Please put a link to the offending line in the commit you are using. Also what build tools are you using?