-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting values for constant expression #3559
Comments
So I implemented this locally, but I don't know about it. Even if we fix the constant case, the example will still fail for It also breaks our current rule of "iff the expression is convertible to a variable." |
For the lower triangle, we could set the opposite of the starting value. It then set twice the same value to the variable. We could allow starting value if we have at most one variable and possible a nonzero constant and non-one coefficient |
So now our scope is starting to widen... How about we just add the |
See #3564 |
See https://discourse.julialang.org/t/wram-start-of-hermitianpsdcone-in-jump/105491/10?u=blegat
The text was updated successfully, but these errors were encountered: