toolbox question for binary integer programming

Respected sir/mam
i have simulated a code including the bintprog command , the allocation vector x is determined by the following optimization problem,
max(x)Uv(x) =for i=1:N(vixi),
s.t. xi + xj 1, i, j if Cij = 1,
xi = 0 or 1, i = 1, 2, . . . ,N,.
pls friends help me to obtain the optimation result for computing x* to b binary values. and also i would give the v=[15 6 10 4];

1 Comment

Sorry, in your "s.t" line, the character between xj and 1 did not come across properly, and the character between the "1," and "i" did not come across properly. Please try again on that line, and perhaps include a word description of the two characters in case the problem happens again.

Sign in to comment.

Answers (0)

Categories

Find more on Parallel Computing Toolbox in Help Center and File Exchange

Products

Asked:

on 31 Jan 2012

Community Treasure Hunt

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

Start Hunting!