How to make Integer (1 0) constraints in the gamultiobj. solver?

2 views (last 30 days)
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?

Answers (2)

Alan Weiss
Alan Weiss on 1 Oct 2014
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
Sardar Haque on 2 Apr 2019
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
Alan Weiss on 3 Apr 2019
No, as I already explained, gamultiobj does not support integer constraints.
Alan Weiss
MATLAB mathematical toolbox documentation

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!