You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
Thanks Edo. 3e072fe works around the issue with tangent, giving a more sane Julia error message for now. The underlying solvers seem able to handle tangent since AmplNLWriter works, so I should probably report this along with the Couenne exiting issue to the upstream Optimization Services developers if I can reproduce on their latest version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
first version of model with tangent
This is using Julia 0.4.3 on 32 bit Windows. With
tan
in the constraint line that says# CHANGEME
this gives an error from OSSolverService:Replacing the
tan
withsin/cos
results in Couenne exiting. OsilBonminSolver and CouenneNLSolver both work fine here.The text was updated successfully, but these errors were encountered: