Erel Segal-Halevi

Results 44 issues of Erel Segal-Halevi

When I set rtl to true, I still have to click the "left" arrow to go to the next slide, even though this slide is now to the "right".

When I click ctrl+shift+T, a Linux terminal opens, but it is in a separate window. Is it possible to open the terminal in a pane in Atom's window? (there is...

Allow string features, and allow custom translation of objects to string lists

I wrote a perceptron with a small modification - allowing the weights (and features) to be strings. This may be more natural in settings such as text caterogization. Example: var...

## Description When I try to make a check with a logical OR operator, I get a compiler assertion claiming that the expression is too complex. ### Steps to reproduce...

**Describe the bug** Following the [CONTRIBUTING ](https://github.com/cvxpy/cvxpy/blob/master/CONTRIBUTING.md) guide, I cloned the repository and ran `isort`. I expected it to not make any change, as the code is fresh from repository....

**Describe the bug** After cloning the current repository and installing it in a fresh virtual environment, `pytest` fails. It claims that OSQP solver is not installed, although `pip` shows that...

I wanted to write a new kind of objective that, like cvxpy.Objective, inherits Canonical. So I wrote: ``` import cvxpy class MyObjective(cvxpy.utilities.Canonical): pass ``` and got an error: ``` AttributeError:...

The documentation of the Minimize.canonicalize and Maxmimize.canonicalize speaks about constraints: https://github.com/cvxpy/cvxpy/blob/744a8cb9178f8f101209350fc48887bcf3d2c804/cvxpy/problems/objective.py#L143 It is not clear why there are constraints in the objective - aren't the "objective" and "constraints" two separate...

**Describe the bug** CVXPY claims that the CBC solver is not installed, but I am pretty sure it is. **To Reproduce** Construct any problem, and then try to solve it...

solver interfaces
Interface: CBC