-
Notifications
You must be signed in to change notification settings - Fork 17
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
SIP multiple constraints and small violation #92
Comments
@evrenmturan Thanks for the feedback!
|
|
A note on error messages - I don't know if this would be important to you but when running some test problems from Watson (1983) the SIPResult does not report that there was an issue. I think that this test problem gives odd behaviour (have comments explaining). Or at least, I don't immediately understand why the error is not being caught and reported (even though the issue is obvious to notice when typing the problem). On Test problem 5 there's a similar issue (I think?). No errors are reported but when using |
With regards to the original point 1. I changed to using a vector of functions but still have constraint violation despite the algorithm reporting that it has converged - code, with example of violation |
Hi!
I have been trying to solve a problem with multiple SIP constraints with EAGO using SIPResRev().
gSIP(x,p)=max(con1,con2)
. However I think this is leading to a violation of a constraint as at one p con1 =0 while con2 >0 .First Solution Found at Node -1
LBD = Inf
UBD = Inf
Solution is :
The text was updated successfully, but these errors were encountered: