解决0-1规划问题我要分享

Solve 0-1 planning problems

0-1 规划

关注次数: 212

下载次数: 1

文件大小: 1KB

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

本程序是用来解决0-1规划问题的,匈牙利算法的MATLAB程序(用以解决分配(指派)问题) 本程序的用法是:输入效率矩阵 marix 为方阵,调用自编指令[z,ans]=fenpei(marix) 输出z为最优解,ans为最优分配矩阵。


English Description:

This program is used to solve the 0-1 programming problem, the matlab program of Hungarian algorithm (to solve the allocation (assignment) problem)


代码预览