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

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

Could you solve this problem? I am facing similar issue?
Thanks Annika

Sign in to comment.

Answers (2)

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
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

No, as I already explained, gamultiobj does not support integer constraints.
Alan Weiss
MATLAB mathematical toolbox documentation

Sign in to comment.

Categories

Asked:

on 17 Feb 2014

Commented:

on 3 Apr 2019

Community Treasure Hunt

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

Start Hunting!