How to make Integer (1 0) constraints in the gamultiobj. solver?
Show older comments
I am working on a multiobjective facility location problem. I used MILP for modeling the problem, but I am having difficulties with making the (1 0) constraint, since the gamultiobj. does not support integer constraints. Any idea on how to solve this in the easiest way?
1 Comment
Annika
on 1 Oct 2014
Could you solve this problem? I am facing similar issue?
Thanks Annika
Answers (2)
Alan Weiss
on 1 Oct 2014
0 votes
gamultiobj does not allow for integer constraints. Sorry. If you only have a few binary variables, say up to 20 or so, then I think the best thing to do is exhaustive search over the binary variables.
Alan Weiss
MATLAB mathematical toolbox documentation
Sardar Haque
on 2 Apr 2019
0 votes
Hi, I want to optimize a (0,1) multiobjective optimization problem using gamultiobj(). I have latest Matlab and optimization toolbox. Does gamultiobj() support integer constraint? If not, is there any way for work around?
Please advise.
1 Comment
Alan Weiss
on 3 Apr 2019
No, as I already explained, gamultiobj does not support integer constraints.
Alan Weiss
MATLAB mathematical toolbox documentation
Categories
Find more on Get Started with Optimization Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!