Skip to content
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

DefaultOptimizer fails with filib. #44

Closed
gchabert opened this issue Sep 1, 2014 · 3 comments
Closed

DefaultOptimizer fails with filib. #44

gchabert opened this issue Sep 1, 2014 · 3 comments
Assignees
Labels

Comments

@gchabert
Copy link
Contributor

gchabert commented Sep 1, 2014

Running the default optimizer with the following problem works fine with gaol, but fails with filib (gives an interval like [inf,0] for [uplo,loup]. When I comment the last contractor (the one using LinearRelaxXTaylor) and CtcAcid, it is the same.

Gilles
variables
x in [-100,100],
y in [-100,100],

mx in [-100,100],
my in [-100,100];

minimize
mx^2+my^2

constraints
x^2+(2*y)^2=1;
(x-mx)^2+(y-my)^2=1;
end

@gchabert gchabert changed the title LinearRelaxXTaylor fails with filib. DefaultOptimizer fails with filib. Sep 1, 2014
gchabert pushed a commit that referenced this issue Sep 2, 2014
@gchabert
Copy link
Contributor Author

gchabert commented Sep 2, 2014

Fixed. At least this problem does not occur anymore.

@gchabert gchabert closed this as completed Sep 2, 2014
@gchabert
Copy link
Contributor Author

gchabert commented Sep 2, 2014

Nope :-(
The following problem returns uplo>loup
variables
x in [-100,100],
y in [-100,100],

mx in [-100,100],
my in [-100,100];

omx in [0,0];
omy in [0,0];

minimize
mx^2+my^2

constraints
((x^2+(y/0.5)^2)-1)=0;
(((x-mx)^2+((y-my)/0.5)^2)-1)=0;
(((2_x)((2((y-my)/0.5))/0.5))-(((2_(y/0.5))/0.5)(2(x-mx))))=0;
(((2_x)(2(x-mx)))+(((2_(y/0.5))/0.5)((2((y-my)/0.5))/0.5)))<=0;
end

@gchabert gchabert reopened this Sep 2, 2014
gchabert pushed a commit that referenced this issue Sep 2, 2014
…ommit. Now this issue should be resolved.
@gchabert
Copy link
Contributor Author

gchabert commented Sep 2, 2014

OK, I actually introduced another bug in my previous commit. Now, it should be OK.

@gchabert gchabert closed this as completed Sep 2, 2014
@gchabert gchabert added the bug label Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants