整数规划分支定界算法 Resources

Showing items tagged with "整数规划分支定界算法"

General MATLAB source code for integer programming branch and bound algorithm where parameter meanings align with MATLAB's optimization toolbox linear programming function linprog. Before calling the function, input parameters must be converted to MATLAB's standard form, requiring proper configuration of constraint matrices, objective functions, and variable bounds.

MATLAB 222 views Tagged