Philipp Schiele
Philipp Schiele
@apuranik1 Thank you for making the issue easy to reproduce. The issue appears to be solved by: ```py prob.solve(solver="OSQP", eps_dual_inf=1e-6) >>> -0.00014974911146097575 ```
GitHub also provides the possibility to upload a citation file (see [docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files) and [blog post](https://github.blog/2021-08-19-enhanced-support-citations-github/)) for convenience. Your suggestion seems better suited for CVXPY, as there are potentially multiple papers...
@erelsgl The files you see differences in are exactly the known ones where the required ordering is conflicting with `isort`'s rules. That's why they are excluded in `pyproject.toml`: ```toml [tool.isort]...
@erelsgl From which directory are you running `isort .`? Can you post the two values of the two keys I've mentioned above?
Do you have another `isort` install on your machine? Can you verify: ```bash which isort python -m isort . ``` You can also reach out via [Discord](https://discord.gg/4urRQeGBCr), that might speed...
@erelsgl That is possible, but I would be surprised if that was the cause. You can try changing it locally, though. Can you alternatively try the following: ``` pip install...
@rileyjmurray Indeed seems like some issue with the local installation since the configuration clearly is being picked up for most users. Since the linters are usually considered towards the end...
@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, you could add...
When calling `problem.variables()`, one ends up with a list of six variables for `vars_` in https://github.com/cvxpy/cvxpy/blob/d69ea122ddf457f2efdf3daa8ef0cc964bf0eca3/cvxpy/problems/problem.py#L346 The `unique_list()` fails to recognize that this is actually the same two variables three...
@rileyjmurray Yes, we reached out to @merraksh via mail :+1: