Binary integer programing for maximization when x11, x12.... are present (not x1, x2... which can be found in documented example)

I want to use binary integer programing to optimize the following problem. Objective :
maxf(x)= c11*x11+c12*x12+c13*x13+ c21*x21+c22*x22+c23*x23+ c31*x31+c32*x32+c33*x33
Subject to: x11+x12+x13<=1
x21+x22+x23<=1
x31+x32+x33<=1
x11+x21+x31<=1
x12+x22+x32<=1
x13+x23+x33<=1
x11,...to x33 are integers

답변 (1개)

Matt J
Matt J 2014년 5월 9일
Looks like a job for BINTPROG

댓글 수: 1

Or, if you have R2014a, you can use intlinprog.
Alan Weiss
MATLAB mathematical toolbox documentation

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

질문:

2014년 5월 8일

댓글:

2014년 5월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by