-
Notifications
You must be signed in to change notification settings - Fork 3
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
ERROR: UndefVarError: add_constraint not defined #20
Comments
I have the same error as above: I'm using Julia 1.5.3 on Mac. Thanks for looking that up! @tweisser |
That was caused by jump-dev/SumOfSquares.jl#174, should be resolved with jump-dev/SumOfSquares.jl#183 |
This should be resolved with SumOfSquares v0.4.5, please reopen the issue if that's not the case |
This solved the problem, thanks! Though I'm getting a different error #21 |
When I tried to add constraints like
@constraint gmp Mom(1, mu) == 1
as in https://juliahub.com/docs/MomentOpt/Nuha4/0.2.0/started/
I always got error
I have tried both Julia 1.5.3 and Julia 1.0.5 on both MacOS and Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: