Philipp Schiele
Philipp Schiele
Since we rarely make changes to cvxcore, I have instead added instructions on how to enable debug checks to the README of CVXCORE.
Closed via #2041 which adds DGP canonicalization of `FiniteSet` as mentioned by @rileyjmurray above.
> > > @adishavit This is currently not supported. See #1446 for details. You can try setting only `integer=True` and add a constraint of the form `x>=0`. As mentioned in#1446,...
Closing this issue as the performance of the backend is much better understood at this point.
@tschm Thanks for all of the updates! Happy to take a look 🚀
I agree with the notion that pyportfolioopt should come "batteries included". Similar to what you describe above, the ideal setup would look like: ``` # with default solvers pip install...
Hi @hailiangliu89, thanks for your contribution! This makes for a neat way to give more granular logging control. It looks like you've removed the [checklists](https://github.com/cvxpy/cvxpy/blob/master/.github/pull_request_template.md) from the PR template. Those...
> > Is is constantly failing or just flaky ? > > I'm not sure, I don't personally have a mac to test. @SteveDiamond are you able to rerun this...
Two updates: - Same config (MacOs, Python 3.11) is still failing after updating this branch - Replicated the same config locally, and I did not observe the segfault.
@mlubin @SteveDiamond I've bumped from 9.8 to 9.9, and now everything seems to work.