12.07.2015 Views

What Is Optimization Toolbox?

What Is Optimization Toolbox?

What Is Optimization Toolbox?

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

intprogPurposeEquationSolve binary integer programming problemsSolves binary integer programming problems of the formwhere f, b, andbeq are vectors, A and Aeq are matrices, and the solutionx is required to be a binary integer vector—that is, its entries can onlytake on the values 0 or 1.SyntaxDescriptionx = bintprog(f)x = bintprog(f,A,b)x = bintprog(f,A,b,Aeq,beq)x = bintprog(f,A,b,Aeq,beq,x0)x = bintprog(f,A,b,Aeq,Beq,x0,options)[x, fval] = bintprog(...)[x,fval,exitflag] = bintprog(...)[x,fval,exitflag,output] = bintprog(...)x = bintprog(f) solves the binary integer programming problemx = bintprog(f,A,b) solves the binary integer programming problemx = bintprog(f,A,b,Aeq,beq) solves the preceding problem withthe additional equality constraint.x = bintprog(f,A,b,Aeq,beq,x0) sets the starting point for thealgorithm to x0. Ifx0 is not in the feasible region, bintprog uses thedefault initial point.8-2

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!